GitXplorerGitXplorer
b

lights

public
4 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
33634593876424d1a6b2d13ba9cb3074a92659ce

Slave-Select pin must be an output before SPI init.

bbalrog-kun committed 10 years ago
Unverified
559f9c8f6b24980e0e6002e736ad0f09aaafb0c3

Disable watchdog on the flasher local node, it can be manually reset.

bbalrog-kun committed 10 years ago
Unverified
7e6659afe6f939e07dd859234891dbbbb36fbc03

Change default CSN pin assignment in favot of SS.

bbalrog-kun committed 10 years ago
Unverified
0051f9d8cd8d0415279dd3252f5da5883dc63247

Fix the "clean", "upload" targets, add "read-radio-addr".

bbalrog-kun committed 10 years ago
Unverified
428c4248ac39e912bcd5fb1a961c297e4fbb9b95

Change baud rate to that used by our optiboot.

bbalrog-kun committed 10 years ago
Unverified
2d3be189c5937f94a23fc300a63f58e9db2ea55b

Multiple targets support in the Makefile.

bbalrog-kun committed 11 years ago

README

The README file for this repository.

My code for a simple home automation setup based on cheap Arduino Pro Mini clones, relays and nRF24L01+ modules. It will also work as a simple wireless sensor network and perhaps collect statistics about the use of each light.

http://wiki.makespacemadrid.org/index.php?title=ArduinoMicroWSN

There is little actual automation here, it replicates the original setup with working wall switches. Each wall switch is connected to digital ground and an Arduino GPIO through a long cable. Lights are connected to the mains through a relay driven by another Arduino GPIO.