k210-sdk-stuff/rust/weather
Wladimir J. van der Laan d4b2b6bbbd rust: Dependency bump k210-hal
Peripherals moved to pac, UARTS take the pins to use and internally
configure sysctl.
2019-07-03 18:24:24 +00:00
..
src rust: Dependency bump k210-hal 2019-07-03 18:24:24 +00:00
.gitignore rust: Add weather 2019-05-27 07:51:21 +00:00
Cargo.toml Dependencies bump 2019-07-02 17:20:39 +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)