Hi.
I'm a 55 y/o FALCONER / hobbyist / EE & Computer Science Educated guy but no experience with Arduino. I DO have tons of experience with PLC's from working in manufacturing.
We falconers need to transport our bird(s) from place to place, so, I built a 2-compartment "box" to carry the birds which is attached to my vehicle towing receiver. Basically stole an idea from guys who transport their hunting dogs.
Time to "automate"!
A friend gave me his son's collection of Arduino stuff, so I have an UNO, a Red Board, a couple of HX711s, a 1602 Keypad Shield, a DHT-22, breadboards, jumpers, components, etc. Certainly enough to get started.
I have connected the Arduino and dumped some code and monitored the serial port... that's about it.
Weird how some demo code compiles fine, some doesn't. I'm continuing to "play" with the stuff.
Now... the project:
Each of the vented compartments would have:
Integrated scales to show the weight of the birds using the HX711 in each compartment.
CO Monitoring using the MQ-7.
Temp Monitoring using the DHT-22.
Magnetic Door Switch.
Centrally, there would be a 12V Battery Supply, charged from the vehicle trailer connector.
Vehicle connector would also control "tail lights" mounted on the receiver mounted "box".
Additional "features".
Circulating fan(s) to bring in fresh air.
Battery level monitoring.
PIR motion sensing triggers tail lights as "warning" to would be idiots.
Additional:
Need to be able to zero scales (to allow for temp fluctuation), tare the scales (to allow for stuff we attach to the bird, like anklets/leash/transmitter).
Want SMS notifications if any levels/events (CO, Temp, Battery, Door Switch, PIR, disconnect from vehicle) are detected.
Want to send SMS Status requests to get weight(s).
Want to use SMS to perform Zero and Tare functions. SIM7600?
GPS Tracking so I can keep up with my hunting spots?
SO..... Have I picked the right platform? Scale of 1 to 10 what is difficulty? Plenty of examples?
I have looked at the SeveralThingsAtTheSameTime.ino example and that gave me encouragement.
Thanks in advance for any feedback!
Tim