-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
- current thing is pretty much mimicking std-training which served us well for the start but ...
- weird unrelated topics - more like explained examples ... would be better to have them as actual examples, then
- no common thread
- weird code organization, maintaining it is unnecessary hard, following the examples is hard for readers
- no async mentioned
- idea!
- have a "walkthorough" to create a more or less real-world application - e.g. mqtt-temperature-logger - no matter what, should be async
- start with i2c and getting the sensor values - just print them
- add wifi, add mqtt - send them to e.g. adafruit.io or any other easily accessible platform w/o setting up much
- add wifi provisioning - either via BLE or an open access point
- add OTA updates
- consider a different application instead to show more other things or extend the mqtt-temp-logger, topics which would be good to cover
- gpio ... could be a status LED and a button to do a factory reset
- SPI ... adding a display?
- "bonus" chapters?
- have a "walkthorough" to create a more or less real-world application - e.g. mqtt-temperature-logger - no matter what, should be async
- what should be the format?
- could https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour be useful?
- how maintainable are these tours - they are just json files and there are apparently GitHub actions to check if the tour still matches the code
- could we somehow generate book content (at least parts) from those tours?
- could https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour be useful?
MabezDev and imp
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo