I'll admit a newbie at this. but I"m about beyond frustrated. I've been trying to get my "Vera Edge" Serial gateway up and running. I had it working, using a nano ATmega328 w/FTDI chipset. So that was great! All your posts were very helpful! So I decided to move forward and start building my sensors. The first sensor I built was a motion sensor also using a nano ATmega328. So I got it up and running, communicating with the gateway, and than the Vera controller dropped it and I kept get the same error message, Device not ready, "LUA Startup Failure.
If you all have any another ideas on what could be causing this I could sure use your help!
Thanks
@tlustoch
The node is a very simple one. So I never considered boot loaders, as the node would not need changing sketches during it's lifetime. I have boot loading functionality on my other designs, this one is a minimal board. Any extra chip would beat the purpose of the word "minimal".
It's a dumb node for a reason
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.
@epierre said:
Both need protection (internal or external) from excessive discharge (or excessive charge, and short circuits etc)
That is where our new library to check battery level goes in, we could dream to have an internal mysensor security check of a LiPo battery ! they do so in 'copters
I may pass on that. I'm not used to software glitches having quite so much potential impact, and I don't need to save every gram. But to each their own!
following this thread loosely.
I have the following sensors and they seem to be accurate to some degree:
http://www.aliexpress.com/item/DFRobot-Capacitive-Analog-Soil-Moisture-Sensor-3-3-5-5V-Corrosion-Resistant-with-Gravity-3-Pin/32574020064.html?spm=2114.01010208.3.2.P99ddH&ws_ab_test=searchweb201556_0,searchweb201602_1_10037_10017_507_10033_10032_10040,searchweb201603_1&btsid=8d3b5e46-a069-441a-a1f7-491ae7e317e1
and they are much easier to work with Arduino compared to Watermark stuff. Anyone agree?