Page 007 Enhanced Producer - johnmholmes/Arduino-CBUS--Introduction-Series GitHub Wiki

Last edited 3/10/24

Introduction

Moving on I then created the last 2 hard coded sketches to confirm I was going down the correct route.

  • Cbus3_event_producer
  • Cbus_3event_consumer

The consumer added an option to flash an LED using an no interrupt time and also introduced switch case.

Conclusion

This way of doing thing offered a lot of potential and will be explored more some time in 2025 when my current work flow should allow me more time for this side of the project.

  • Draw Backs is that you need to document the modules and any changes need to uploaded to the Nano.
  • The MERG Arduino approach is a nicer way of doing things, but there is a need to work out how to use the various libraries that are available.