k210-sdk-stuff/rust/weather
2020-02-16 14:57:13 +00:00
..
.cargo rust: Use buffered UART1 in term-server and weather 2019-08-16 17:27:39 +00:00
src rust: weather: Show UART1 info at start 2020-02-16 14:57:13 +00:00
.gitignore rust: Add weather 2019-05-27 07:51:21 +00:00
Cargo.toml rust: Clean up cargo patches 2019-12-28 20:17:37 +00:00
README.md rust: Add weather 2019-05-27 07:51:21 +00:00

weather

Uses the ESP8285 WiFi chip of the Maix Go to fetch weather data from wttr.in and print it to the display using k210-console.

As it needs to connect to an access point first, this needs configuration of one to connect to in src/config.rs:

cp src/config.rs.example src/config.rs
vim src/config.rs # ...

Set <ap name> and <ap password> accordingly. Do not check in src/config.rs ! (gitignore settings should prevent this)