This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-open:remotelab:sut:generalpurpose2:u2 [2019/08/08 18:36] – gdrabik | en:iot-open:remotelab:sut:generalpurpose2:u2 [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| === Prerequisites === | === Prerequisites === | ||
| - | You need to know how to handle 4×20 characters LCD screen. In case of doubt re-work on scenarios B1 and B2.\\ <fc # | + | You need to know how to handle 4×20 characters LCD screen. In case of doubt re-work on scenarios B1 and B2.\\ <fc # |
| - | <note warning> | + | <note warning> |
| To fully experience this scenario, you need to book another node (one of 1,2,3 or 4), to let the other node act as your networking client. You can use scenario U1 for this purpose but mind to update network SSID and passphrase in your code, to let it connect to your server. <note tip> | To fully experience this scenario, you need to book another node (one of 1,2,3 or 4), to let the other node act as your networking client. You can use scenario U1 for this purpose but mind to update network SSID and passphrase in your code, to let it connect to your server. <note tip> | ||
| Line 31: | Line 31: | ||
| Give it some definitions as identifiers for cleaner code, remember to change ssid name to yours! | Give it some definitions as identifiers for cleaner code, remember to change ssid name to yours! | ||
| <code c> | <code c> | ||
| - | #define wifi_ssid_ap put_your_unique_id_here //give it some unique name - change here!! | + | #define wifi_ssid_ap put_your_unique_id_here //give it some unique name-change here |
| #define wifi_password_ap " | #define wifi_password_ap " | ||
| </ | </ | ||
| - | <note warning> | + | <note warning> |
| == Step 3 == | == Step 3 == | ||