Skip to content

RFC/Proposal for a rewrite of this book #80

@bjoernQ

Description

@bjoernQ
  • 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?
  • what should be the format?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions