k210-sdk-stuff/rust/weather
Wladimir J. van der Laan 00ac503e3e rust: clean up FPIOA interface
Remove need for .into() everywhere by accepting everything
that goes into usize in the appropriate methods.
2019-06-01 21:56:35 +00:00
..
src rust: clean up FPIOA interface 2019-06-01 21:56:35 +00:00
.gitignore rust: Add weather 2019-05-27 07:51:21 +00:00
Cargo.toml rust: Add weather 2019-05-27 07:51:21 +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)