You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/external_links.rst
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,6 @@ This page lists links to information, tutorial, articles, and posts on Apache My
10
10
Helpful Tutorials and Tools
11
11
---------------------------
12
12
13
-
- |sensor_app_link| : A detailed step-by-step guide on how to build your IoT Sensor Network using STM32 Blue Pill, nRF24L01, ESP8266, thethings.io, and Apache Mynewt.
14
-
15
-
.. |sensor_app_link| raw:: html
16
-
17
-
<a href="https://medium.com/@ly.lee/build-your-iot-sensor-network-stm32-blue-pill-nrf24l01-esp8266-apache-mynewt-thethings-io-ca7486523f5d" target="_blank">Sensor app and network tutorial</a>
18
-
19
-
- |ubuntu_vbox_link| : An Ubuntu VirtualBox with the complete Mynewt 1.6.0 source code + build tools for STM32 Blue Pill to go with the tutorial above. `
20
-
21
-
.. |ubuntu_vbox_link| raw:: html
22
-
23
-
<a href="https://github.com/lupyuen/stm32bluepill-mynewt-sensor/releases/tag/v1.0.0" target="_blank">Ubuntu VirtualBox with Source Code and Build Tools</a>
13
+
- `Sensor app and network tutorial: <https://lupyuen.github.io/articles/build-your-iot-sensor-network-stm32-blue-pill-nrf24l01-esp8266-apache-mynewt-thethings-io>`_ A detailed step-by-step guide on how to build your IoT Sensor Network using STM32 Blue Pill, nRF24L01, ESP8266, thethings.io, and Apache Mynewt.
24
14
15
+
- `Ubuntu VirtualBox with Source Code and Build Tools: <https://github.com/lupyuen/stm32bluepill-mynewt-sensor/releases/tag/v1.0.0>`_ An Ubuntu VirtualBox with the complete Mynewt 1.6.0 source code + build tools for STM32 Blue Pill to go with the tutorial above.
Copy file name to clipboardExpand all lines: docs/tutorials/sensors/air_quality_sensor.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -734,13 +734,15 @@ Here's what your SenseAir board should look like once it's wired up:
734
734
735
735
.. figure:: ../pics/K30labeled.JPG
736
736
:alt:SenseAir Wiring
737
+
:width:500
737
738
738
739
SenseAir Wiring
739
740
740
-
Now that you have that wired up, let's connect it to the nRF52DK board. Since we will be using the built-in UART, we can simply connect it to the pre-configured pins for TX (P.06) and RX (P.08). Here's what your board should look like once everything is connected:
741
+
Now that you have that wired up, let's connect it to the nRF52DK board. Since we will be using the built-in UART, we can simply connect it to the pre-configured pins for TX (P.06) and RX (P.08). Here's what your board should look like once everything is connected:
0 commit comments