solar power battery monitoring

Tessel project to monitor battery load status using Hall-effect sensor

2
0
JavaScript

Solar-power-battery-monitoring

Tessel project to monitor battery load status using Hall-effect sensor.

We have samll off-the-grid solar power system at our summer cottage which
provides electricity for LED-lights and devices. I have explored ways
to monitor this system as a hobby.

This repository might in future contain software for this monitoring system.
Readme contains description of the solar power and monitoring systems and
work log my progress of monitoring project.

Hardware

Solar power system

Monitoring electronics

Software

Work log

23-25.7.

Image of ADC connected to Tessel using solderless breadboard

  • I managed to solder ADC ics to MSOP adapter boards, 2 of 3 chips survived
  • Ported basic functionality of Adafruits ADS1115 library to Node
  • Connected ADC to Tessel using solderless breadboard
    • Added pull-up resistors to SCL and SCLK lines
    • 100nF capacitor on Vdd
    • AIN0 connected to Hall-sensor Vout
    • AIN1 connected to 0.5 Vdd, to provide comparison for Hall-sensor (resistive voltage divider, R1,R2 = 12kOhm)
  • Tested current sensor by measuring current of 3W led
  • Problem: ADC seems accurate but Hall-sensor output doesn’t seem to be exactly 0.5 Vdd when there is no load
    • Read that e.g. earths magnetic field might affect sensor
    • Some kind of calibration is required. Automatic calibration should be possible if I can identify when there is no load…