Search found 3 matches

by ahmedfotoh
Mon May 13, 2024 9:01 am
Forum: ESP32 Arduino
Topic: ADS1115 lite library
Replies: 1
Views: 968

ADS1115 lite library

Hi everyone , I use ads1115 module lite library by [terryjmyers] (terryjmyers (Terry J Myers) · GitHub 1)/**ADS1115-Lite**library to measure voltage.I get the one channel voltage reading. How to read 4 channels of ADS1115 module? #include <Wire.h> #include<ADS1115_lite.h> ADS1115_lite ads(ADS1115_DE...
by ahmedfotoh
Sun Apr 30, 2023 8:41 pm
Forum: ESP32 Arduino
Topic: How do I connect relay module to wifi control by esp32
Replies: 1
Views: 1183

How do I connect relay module to wifi control by esp32

I'm using esp_now(transmitter & receiver) to switch relays on/off ( relays on at LOW signal) the problem is when power on receiver circuit ,esp32 and relay module at the same time,(relay module connected to +ve & -ve pins of esp32), there's no signal at receiver and showing error (invalid header) in...
by ahmedfotoh
Tue Apr 25, 2023 9:20 am
Forum: ESP32 Arduino
Topic: Esp Now receiver problem
Replies: 0
Views: 912

Esp Now receiver problem

Hi, I'm using esp now(transmitter & receiver) to switch relays on/off ( relays on at LOW signal) the problem is when power on receiver before, transmitter power on, the output pins of receiver go LOW and relays switch on, but it go HIGH when transmitter power on. I need to set the output pins of rec...