- arduino-store. Store data records permanently. Only EEPROM for now but planning to add more.(uses EEPROM.h, ui_io.h, defs.h)
- 1wire_io. For reading and setting 1wire IO eg. DS2413, DS2408, DS2405, 3A 2100H etc. (uses OneWire.h)
- serial IO. some helpers for serial IO mostly macros
- cat serial IO. How to use cat to display serial input and output from the Arduino so it shows colour etc as the Ardunio built-in serial console lacks VT100 support
- Home Network A simple Network to work on MCU GPIO pins, it uses 1 or 2 pins depending on if you want more robust with extra hardware(resistors and transistor at simplest) or direct IO pin connection. This can back-feed unpowered units and hence disable the entire network if 1 unit is unpowered for example.
- Network message codes, This link and def file need changing to somewhere else, maybe a dedicated respository The message codes. We could also look into if we could use somewhat standard CAN codes used in cars or industry if there is such a thing and the CAN ones aren't too long etc.
home-controller
Popular repositories Loading
-
home_auto-ethernet-w5500
home_auto-ethernet-w5500 PublicFor controlling relays to switch light etc. with Arduino nano, uno etc. and the W5100 or W5500 Ethernet module. As using popular library for MQTT and Ethernet should work with other modules to.
-
arduino-store
arduino-store PublicStore data permanently. Only EEPROM for now but planning to add more.
HTML
-
-
groups
groups PublicFor selecting members of a groups i.e. Keeping track which lights to turn on when a switch is switched.
C++
-
Repositories
- homeauto_network Public
Simple GPIO pin network modeled very loosly after a cutdown and slow protocole based on the CAN network
home-controller/homeauto_network’s past year of commit activity - gpioSwitchInput Public
To keep track of input switches on local MCU GPIO pins and call a callback when a switch is switched.
home-controller/gpioSwitchInput’s past year of commit activity - circular_buf Public
simple circular buffer, buffer size can only be a power of 2 so a bit mask can be used to wrap back to the first element with no math.
home-controller/circular_buf’s past year of commit activity - home_auto-ethernet-w5500 Public
For controlling relays to switch light etc. with Arduino nano, uno etc. and the W5100 or W5500 Ethernet module. As using popular library for MQTT and Ethernet should work with other modules to.
home-controller/home_auto-ethernet-w5500’s past year of commit activity
People
This organization has no public members. You must be a member to see who’s a part of this organization.
Top languages
Loading…
Most used topics
Loading…