@yury said in Wall Socket Insertable Node:
Looks cool! Do you have experience with capacities switches? I did not play much with them. afraid to use close to AC interference though...
You need to use a capacitive IC with active shielding, basically you have an extra electrode around your touch electrode and the touch IC will compare capacitive change of the touch electrode with capacitive change from the shield electrode. If the change is due to electrical interference then both electrodes will be changed in a similar way and the IC will not trigger.
I would think that the "heavy lifting" of regulating the actual output power of the charger would be a function of the charge controller itself? Maybe you could tie into / control that somehow with your own microcontroller as brain / interface? Maybe they expose some API, serial, or other method of interfacing with their hardware?
What are/were you using for charge controller?
Also, what is "CT" in this context?
I have read a bit here and there about solar (and related moving around and controlling of power, eg. batteries, charge controllers, etc...), as it is something I plan on doing "eventually" although I have no direct experience as of yet. So I will be following this thread with interest.
I'm wondering what the minimum input voltage is. The description only says max. 6.5V input voltage from the battery, but does not say what the minimum is. Both the nrf24l01+ as well as the atmega328P work with 3.3V, so if I use three AA batteries, that should be fine, right? I suppose using two AA batteries is not enough?
@legeantvert said:
On the same way, i dont understand how and where are stored the values inside the gateway if not used on each reception, are they stored somewhere to be able to answer them when serial request arrive?
You could bypass this on some kind of events obviously !
Actually my perl gateway is acting as the server Vera is for the arduino gateway. So from there I can trigger external URL, store data in a sqlite3 database... and so on !