Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiomachisoft authored Jul 13, 2024
1 parent ebaf544 commit 5d8aef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(1) The microcontroller board uses Raspberry Pico W.
(2) Pico W sends the following sensor data via a TCP socket at 5-second intervals.
(a) GPIO input value
(b) ADC value (voltage value, Pico W temperature sensor value)
(c) Data from Bosch's BME280 (temperature, humidity, and air pressure sensor) *
- (a) GPIO input value
- (b) ADC value (voltage value, Pico W temperature sensor value)
- (c) Data from Bosch's BME280 (temperature, humidity, and air pressure sensor) *
*: If the BME280 is not connected, the data in (c) will be 0.
(3) Pico W acts as a TCP server.
(4) A wireless LAN router that supports the 2.4 GHz band Wi-Fi standard "IEEE 802.11b/g/n" is required.
Expand Down

0 comments on commit 5d8aef0

Please sign in to comment.