so in a effort to boost the efficiency of my home-brew solor system I purchased a tracer 4210
unfortunately it doesn't offer any data-logging so I set about googling and researching and I stumbled across this post which isn't english and google translate makes it hard to follow http://www.energialternativa.org/Public/NewForum/Discussione.php?211451&3
theirs a skech included but little understandable detail about the what exactly he did
I also found several references about the protocall.
as well as a github for some kind of usb-ttl wrapper ( I think) .. also abandoned ... sigh
so my question is what am I looking at to make this all play nice
Ideally it needs to log the following
rate of charge in percent over x time
panel voltage
panel input amperage
panel in amprage
battery charge amprage
all time stamped and saved to the tf storage
I have moderate (pure c) programming experience but I have never really had the pleasure of getting down and dirty with ARDUINO
currently I have the following sitting in my amazon cart..
one ARDUINO R3 uno ATMEGA
one rtc shield
one TF reader shield
*not sure on the TTL cable yet can't make sense of what he used
thx -bob
This basically puts the data logging function on an external Arduino.
All you have to do is send your data (in the the text format you want) out on the serial port.
the output from the MPPT ins't serial tho I am not sure what it is ... supposedly the skech does the datalogginb but the code isn't commented in english
still don't know how to wired up the RJ45 cable to the uno
he neglects to list pinouts
ok so further reading indicates I don't need to use a TTL cable a strait Ethernet cable will work
so now I am getting down to the nitty gritty to what pins on the u3 do I connect the Ethernet cable
he has it wired like so its hard to tell from the pictures
does anybody have a pin out I can follow ...
I plan on skipping the rj54 connector and just using jumper connectors
I just accidentially came across this thread and although it's quite old, I just wanted to give some feedback, in case anyone is still interested.
I also have an epsolar tracer (3215RN) and I just finished my data logger: Arduino connected to tracer display (resp. data) port saving a set of values every 5 seconds to a mySQL database. Two arduinos showing everything on 4 OLED displays (SSD1306) in a 'black box'. And 2 web pages for live and day view. Here're some pictures:
Waking this one again. Any code would be really appreciated! Been looking around and there is some bits and pieces to be found but nothing really finalized....