Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 8181c8b

Browse files
authored
Merge pull request #56 from MajorDomDePIN/main
Update img-paths on missing part from Interact_with_IoT-Device.md
2 parents 602aacd + 102bd34 commit 8181c8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Tutorials/Interact_with_IoT-Device.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ cast send 0x28479D68cD3ef5661BDB7505EFD1712D5D0951F6 "producePid(string,uint256,
101101

102102
Wait for few minutes after the transaction done, you will receive a email and attached with the PID csv file.
103103

104-
![pid_email](assets/pid_email.png)
104+
![pid_email](./img/x2e/assets/pid_email.png)
105105

106106
Please read the PID `K2ILSDXUOO3O4EEIWZDDW6SL` from the attached file and use it to set up the X2E board. You will also need the pidZkevmHash (5th column) when interacting with Moonchain.
107107

108-
![pid_csv](assets/pid_csv.png)
108+
![pid_csv](./img/x2e/assets/pid_csv.png)
109109

110110

111111

@@ -121,7 +121,7 @@ minicom -b 115200 -8 -D /dev/ttyACM0 -o
121121

122122
Then send a "AT" command to test the connection. If the connection is correct, the X2E will reply a "OK".
123123

124-
![AT_OK](assets/at_ok.png)
124+
![AT_OK](./img/x2e/assets/at_ok.png)
125125

126126
Send the following command at the serial terminal program to change the PID of the X2E board. *Replace the PID to the one got from previous steps.* You will get a OK if success.
127127

@@ -135,13 +135,13 @@ Clear all data and reboot.
135135
AT+IREBOOT=8
136136
```
137137

138-
![x2e_reboot](assets/x2e_reboot.png)
138+
![x2e_reboot](./img/x2e/assets/x2e_reboot.png)
139139

140140
Wait for a while, the X2E board will finish the provisioning process with the new PID. Then it will start to join the network and sending data. After Joined, the status LED will lit steady and the Control pin (IO14) will goes high. If you are using the suggest connection, the target LED will lit.
141141

142142
If this doesn't happen after 6 minutes, please check the status of your NEO miner and make sure it is running.
143143

144-
![x2e_provisioned](assets/x2e_provisioned.png)
144+
![x2e_provisioned](./img/x2e/assets/x2e_provisioned.png)
145145

146146
After that, your X2E board is connected and able to accept data from the Moonchain.
147147

0 commit comments

Comments
 (0)