Tag Archives: WLS

Water Level Logger – voltage level conversion

Digital subsystems with different supply voltages have to align their logical states if they want to talk to each other. It can be done with variety of discreet components as well as dedicated integrated circuits. It is simple task these … Continue reading

Posted in Electronics | Tagged | Leave a comment

Water Level Logger – efficient 3.3V supply

Problem is simple: 3.3V DC/DC converter has to work with high input voltage (>20V), has to be highly efficient as it works continuously in energy scarce conditions, and has to provide up to 300mA dealing with SD card bursts without … Continue reading

Posted in Electronics | Tagged | Leave a comment

Water Level Logger – solar charger

It was my first work on photo-voltaic and rechargeable batteries technology. I have read a lot about mono- and poly-crystalline cells, tracking the highest efficiency points of panels (MPPT) or proper charging/discharging. Facing that I felt I have long way … Continue reading

Posted in Electronics | Tagged , , | Leave a comment

FreeRTOS tickless idle on Atmega128

Real-time operating system (RTOS) makes embedded coding more elegant and maintainable if MCU has to take care of many things at the same time. FreeRTOS also supports many platform including  8-bit AVRs. I am using it because of both reasons. … Continue reading

Posted in Electronics | Tagged , , , | Leave a comment

Water Level Logger – overview

The logger part of Water Level Station experiment was second in line for design and development. The transmitter measuring water level was done first and turned to be just a warm-up comparing to logger feature list: self-powered unit with multitasking … Continue reading

Posted in Electronics | Tagged | 4 Comments

Water Level Transmitter – surge protection

Thunderbolt that hits near a long cable line can induce spike of hundred of volts. Budgetary RS-485 driver will not protect circuitry from damages caused by over-voltage and over-current. While scorched prototyped device makes constructor sad, failure to bunch of … Continue reading

Posted in Electronics | Tagged , , , , | Leave a comment

Water Level Transmitter – RS-485

Serial transmission over long line was the last stage of first iteration in prototyping. Local communication between microcontroller’s USART and PC was already working with MODBUS thus adding RS-485 driver and couple passive elements meant to be piece of cake. … Continue reading

Posted in Electronics | Tagged , | Leave a comment

Water Level Transmitter – microcontroller

Once the signal from sensor is converted in ADC it has to be processed and delivered to remote master unit. Having extra local measurements sources, like temperature, it has to be combined altogether. Multiple transmitters coexisting on single line (bus) … Continue reading

Posted in Electronics, Software | Tagged , , , , | Leave a comment

Water Level Transmitter – digitization

It was a long and bumpy way from taking pressure transducer hardware in my hands to having stable digitized values. Most of the time I spent learning instrumentation circuitry from app notes and books, just to make sure the solution … Continue reading

Posted in Electronics, Software | Tagged , , | 2 Comments

Water Level Transmitter – overview

One of methods for automatic water level metering is to put a waterproof pressure sensor under the surface at well-known absolute depth and measure hydrostatic pressure that translates into the level of water over the pressure sensor. There is a … Continue reading

Posted in Electronics, Software | Tagged | Leave a comment