ELECTRONIC PROJECTS BASE ON MICRO CONTROLLER AND SOME OTHER PRESENT USEFUL ELECTRONIC TECHNOLOGIES
Monday, 12 February 2018
ELECTRONIC PROJECT: AUTOMATIC IRRIGATION SYSTEM FOR SELL
ELECTRONIC PROJECT: AUTOMATIC IRRIGATION SYSTEM FOR SELL: automatic irrigation systems for home , gardens and others, it,s control 4 values . the controller turn on values according to condition o...
AUTOMATIC IRRIGATION SYSTEM FOR SELL
automatic irrigation systems for home , gardens and others, it,s control 4 values . the controller turn on values according to condition of soil . it,s consist of 4 separate moisture sensors and 1 light sensor the values turn on/off according to soil condition .
BUY THIS PROJECT
CONTACT US
CELL ; +8618883143807
SKYPE usman.umer823
IMO +8618883143807
Subscribe to:
Posts (Atom)
Storing the long number(16bits / 32bits) in external flash of arduino or STM32 .
#include <Wire.h> #define flashaddress 0x50 int liters = 10058 , add1=10 , add2,time1=55; // value of liters save in flash byte data ...
-
#include <Wire.h> #define flashaddress 0x50 int liters = 10058 , add1=10 , add2,time1=55; // value of liters save in flash byte data ...
-
#include <SPI.h> #include <nRF24L01.h> #include <RF24.h> //create an RF24 object RF24 radio(14, 33); // CE, CSN String o...