SmartWatering – Arduino plant watering
https://www.electronics-lab.com/smartwatering-arduino-plant-watering/
Arduino based project in charge of taking care of your green plant. Particle Core based project in charge of taking care of my green plants. The water pump will not work with a voltage under 5V. In order to power it, I soldered a wire straight on the VUSB pin of the USB header. The […]
Easy Planter – A Simple Way Of Monitoring Plants
https://www.electronics-lab.com/easy-planter-a-simple-way-of-monitoring-plants/
Easy Planter is a plant monitoring device able to sense temperature, humidity, pressure, moisture, light etc. A small bluetooth low energy plant sensor that easily fits into a plant pot. It can monitor temperature, humidity, pressure, moisture, light, and has I2C extension pins so that you can add other modules. Information is sent to a […]
One Channel Infra Red Remote Controller
https://www.electronics-lab.com/one-channel-infra-red-remote-controller/
One Channel Infra-Red Remote and receiver with onboard Relay provides normally open and normally closed output. The project based on PIC12F683 Microcontroller from Microchip , TSOP1738 used as Infra-Red receiver. Micro-controller decodes the RC5 serial data coming from TSOP1738 and provides high output if the data is valid. The output can be set Momentary or […]
Proteus Tutorial – Light Emitting Diode (LED) and Bar Graph Display
https://www.electronics-lab.com/proteus-tutorial-light-emitting-diode-led-bar-graph-display/
circuitstoday.com guide us to the basics of LED and bargraph usage in Proteus software. In this post we will be learning on how to use the “Light Emitting Diode (LED)” component in Proteus simulation software. In case you have not got on through the basics of Proteus, here is the link – Proteus PCB Design and Simulation […]
Maximize the Energy from Long-Life Batteries
https://www.electronics-lab.com/maximize-energy-long-life-batteries/
by digikey.com: Battery lifetime is a key consideration for the development of the wireless sensor nodes that will populate the Industrial Internet of Things (IIoT). In many applications, the sensor nodes will need to be installed in locations that are difficult to reach let alone service. The sensor nodes need to be autonomous in terms […]
How to Interface Flux Sensor
https://www.electronics-lab.com/interface-flux-sensor/
This tutorial is going to teach you the basics on using Flux Sensor: It is a flex sensor which is 2.2 inches in length. This sensor works by bending the sensor itself. As the sensor is being flexed or bent, the resistance across the sensor increases. The greater the angle of bending, the greater the […]
An Introduction to LiPo Batteries
https://www.electronics-lab.com/an-introduction-to-lipo-batteries/
Average Man Vs Raspberry Pi has a handy article on LiPo batteries. LiPo batteries – to fear or not to fear? Up until very recently, I was petrified. Whilst most other competitors at Pi Wars 2015 were happily using this angry and volatile battery technology, Average Man over here was assuming he was playing it safe using heavy NiMH […]
Fluke 15B+ Digital Multimeter Upgraded with ESP8266
https://www.electronics-lab.com/fluke-15b-digital-multimeter-upgraded-esp8266/
SpritesMods has a 5-part write-up that shows how to add wireless connectivity to a Fluke 15B+ digital multimeter All in all, I feel like I have succesfully diversified my multimeter assortment. I have a Fluke 17B I can use for daily work so I can enjoy quick continuity testing and non-irritating power-off features, and I […]
Grandaddy OLED Watch
https://www.electronics-lab.com/grandaddy-oled-watch/
ZeroBeatPro shared this project on Thingiverse Take a stroll with Grandaddy OLED the watch and light up the night. Use any of your favorite watchbands to easy connect to the OLED Watch case. Grandaddy OLED Watch – [Link]
Basics of the I2C Communication Protocol
https://www.electronics-lab.com/basics-i2c-communication-protocol/
circuitbasics.com talks about the I2C protocol, it’s use and it’s advantages and disadvantages. I2C combines the best features of SPI and UARTs. With I2C, you can connect multiple slaves to a single master (like SPI) and you can have multiple masters controlling single, or multiple slaves. This is really useful when you want to have more than […]