Content for 1-Wire

Four-Channel Thermometer on OLED display

“This article describes a four-channel thermometer that monitors the temperature at four temperature sensors, and gives a continuous readout on a small 128x32 OLED display: It could be used in any application where you want to monitor multiple temperatures, such …

Knight Rider - KITT Scanner Featuring NeoPixels

“Everyone loved Knight Rider. I want to see more KITT scanners in the world. KITT Scanner Something that since childhood have fascinated me, is Knight Rider and the KITT scanner. It was a dream for me to actually implement this …

How to Use NRF24L01+ Module

“I have searched the web for a good tutorial on how to use the NRF24L01 wireless transmitter and receiver but was unsuccessful. So after 2 weeks and the help of a friend I finally got it to work! I hope …

Arduino 1-wire Display (144 Chars)

“From the first day I started playing around and working with 1-wire networks and devices I wanted to have a nice display for all kind of information, like e.g. current temperatures in- and outside the house. I use owfs …

IoT Made Simple: Monitoring Multiple Sensors

“A few weeks ago, I published here a tutorial about monitoring temperature using a DS18B20, a digital sensor that communicates over a 1-Wire bus, sending data over the internet with NodeMCU and Blynk: IoT Made Simple: Monitoring Temperature Anywhere But …

1 Wire LCD Controller for Arduino

“Whilst working on an ATtiny project I found I was lacking the required number of pins and needed to attach an LCD with just 1 wire. I had found a Instructable on how to use a shift register to control …