Skip to content

Commit

Permalink
Merge pull request #191 from nakata5321/main
Browse files Browse the repository at this point in the history
Update article "setting up and connecting sensors"
  • Loading branch information
positivecrash authored Nov 28, 2023
2 parents 2b48e80 + 3be3205 commit 58e8c89
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,18 @@ After downloading the firmware, reboot the ESP (just disconnect and reconnect th

</li>

<li>

Choose sensors from checkbox menu. Choose SDS011 and any additional sensors. Press `Save configuraation`.

</li>

<li>

After downloading the configuration, reboot the ESP (just disconnect and reconnect the USB).

</li>

</List>

## Connect
Expand Down Expand Up @@ -163,7 +175,7 @@ Open [Robonomics sensors map](https://sensors.robonomics.network/#/) and find

</List>

That's all with default installation. For a more advanced setup (connecting additional sensors or sending data to your own server), read the next section.
That's all with default installation. For a more advanced setup (sending data to your own server), read the next section.

## Additional Configuration

Expand All @@ -178,14 +190,6 @@ Double-click on this address (or type it into your browser), you will get to the
Now you can start customize your configuration.


## Add New Sensors

Under the `Configuration` tab you can add and configure the sensors:

<LessonImages imageClasses="mb" src="sensors-connectivity-course/lesson-3-5.png" alt="tutorial image"/>

Select the sensor you want to connect to the board and click `Save configuration` and `restart`.

## Custom API

You can also set up sending data to your own server. To do this, in the tab `APIs` click on `Send to own API` and specify the server address and port (`65` for sensors connectivity):
Expand Down
Binary file modified courses/images/sensors-connectivity-course/lesson-3-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@gridsome/cli": "^0.3.4",
"@gridsome/vue-remark": "^0.2.6",
"@noxify/gridsome-plugin-remark-embed": "^1.3.1",
"@octokit/rest": "^19.0.4",
Expand Down
6 changes: 3 additions & 3 deletions src/data/courses-hashes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@
updated/en/learn/sensors-connectivity-course/sensors-connectivity-module/: false

- link: /en/learn/sensors-connectivity-course/setting-up-and-connecting-sensors/
hash: 1c48dccd11fd003835d7491a550791a6
lastUpdate: Thu Jun 15 2023 11:39:16 GMT+0400 (Samara Standard Time)
updated/en/learn/sensors-connectivity-course/setting-up-and-connecting-sensors/: false
hash: ba3f7812f1b867aee0822fc9e8cbc326
lastUpdate: Tue Nov 28 2023 10:59:23 GMT+0200 (Eastern European Standard Time)
updated/en/learn/sensors-connectivity-course/setting-up-and-connecting-sensors/: true

- link: /en/learn/ros-smart-projects/overview/
hash: 039021d31dbec99abfc7235e2300843e
Expand Down

0 comments on commit 58e8c89

Please sign in to comment.