k210-sdk-stuff/rust/weather
Wladimir J. van der Laan e86d5c5f75 Use DMAC for display everywhere
This mimics the way the Kendryte SDK does things—it is better because
the MMIO based SPI tends to sometimes lose synchonization when the CPU
doesn't keep up providing data fast enough.
2019-08-07 10:22:05 +00:00
..
src Use DMAC for display everywhere 2019-08-07 10:22:05 +00:00
.gitignore rust: Add weather 2019-05-27 07:51:21 +00:00
Cargo.toml Fix cargo build in /rust 2019-07-26 11:06:22 +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)