(3) PC boards yielding NINE Avonelle circuits
cost $65 (tax/shipping included) from ExpressPCB
Digi-Key parts kit (less Esp12-e units)
for (9) Avonelle PC boards is available
by clicking http://digikey.com (edit later)
Total cost is $ (not much, post later)
I think this is the unit I will be installing in my new home.
It’s exactly what I want-
I’d rather run the +12DC to each wall box-
knowing that every device connected will have UPS/battery backup.
If I line-powered each unit, then, if a bad guy cuts my power, -they can rob me.
I’d rather have central battery/power distribution. Like a burglar alarm and ancillary devices.
Time to whip-up (27) of these devices! (9 PC boards X 3 units per board)
(Newer video to follow, I will show assembly/construction of the unit)
I JUST got all my parts from Digikey!
Yaaaay!
The new PC boards will be arriving probably on Tuesday.
I got BOTH the Solenoid8 AND the Avonelle!
$135 for:
(3) Avonelle boards (X 3 = 9 Avonelle units)
and
(3) Solenoid8 PC boards (X4 = 12 Solenoid8 units)
//#define CAYENNE_DEBUG // Uncomment to show debug messages
//#define CAYENNE_PRINT Serial // Comment this out to disable prints and save space
#include "CayenneDefines.h"
#include "BlynkSimpleEsp8266.h"
#include "CayenneWiFiClient.h"
// Cayenne authentication token. This should be obtained from the Cayenne Dashboard.
char token[] = "qrp6a2rr3e";
// Your network name and password.
char ssid[] = "FBI Wiretap";
char password[] = "insanefun";
void setup()
{
Serial.begin(9600);
Cayenne.begin(token, ssid, password);
}
void loop()
{
Cayenne.run();
}