Questions tagged [esp8266]
The ESP8266 is a low-cost Wi-Fi chip/microcontroller, usually sold on a small breakout, which can be connected directly to the Pi and programmed in C, Arduino C++, or lua.
22 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
3
answers
4k
views
RPI Pico: How to use ESP8266 (ESP-01S) as wifi modem?
I would like to use the Raspberry PI Pico to monitor exchange rates for crytpo currencies and inform me via SMS (using a SIM800l module) when certain prices are exceeded or fallen short of. I ...
-1
votes
2
answers
312
views
Connection between nodemcu and raspberry in different networks
You can send measured data from a sensor connected to the NodeMCU to the Raspberry, only I don't want a physical connection, I want to connect via another wifi.
Example, Raspberry is at my house and ...
0
votes
0
answers
87
views
Temperature/PH/Humidity sensors Wireless?
I am designing an irrigation system. I have already put in place the pump piece, piloted by the Raspberry through a relay.
Please note that this is an outdoor system, so the less wires are there the ...
0
votes
1
answer
742
views
RaspPi as Master, 4x ESP32 with cameras... Networking, Image transfer and logging [closed]
To give some background: I am a seasoned software developer with experience to different degree in (Java, Python, JavaScript and even some C/C++), but I am new to IoT.
The project I am planning is a ...
2
votes
1
answer
223
views
How to use ntp time as default time while using Raspberry Pi as a gateway?
I am using Raspberry Pi 4 as a gateway to my esp8266 devices. I have connected ethernet to Raspberry Pi for internet connection. It works fine. I want to generate NTP time in my ESP8266 device.
When I ...
0
votes
2
answers
846
views
Raspberry Pi 3B Serial Port Flow Control Issue
I am trying to connect ESP-Prog to Raspberry Pi Model 3B. The Pi is back-powered by 5V power supply connected to the hat on the Pi. By default, serial port /dev/ttyUSB1 is connected for Espressif ...
0
votes
0
answers
377
views
How to upload sketch in ESP32 with rpi4?
I bought a doit devkit v1 somedays ago. I have Arduino installed in my raspberry pi(binaries from arduino.cc). I installed the board today and tried to upload a simple code. But it cold not upload the ...
0
votes
0
answers
466
views
Connection timed out error with MQTT connection with Raspberry Pi and ESP8266
When wanting to connect my raspberry pi to my esp8266 wirelessly through MQTT it gives a connection timed out error and I am not sure why. I have surfed throughout the internet and could not find ...
1
vote
0
answers
782
views
Raspberry 3 model B v2 I2c slave, ESP8266 I2c master
I try to learn I2C with goal : read my ESP8266 events (I2C master) from my Raspberry 3 model B v2 (I2C slave).
I use the Arduino Wire library on the ESP and python pigpio lib on the Raspberry.
...
0
votes
1
answer
2k
views
Connecting ESP8266 wifi module with Raspberry Pi zero to use home wifi
I have been following 3 sources below where I could set up my Raspberry Pi zero with Wifi using ESP-01 (ESP8266) but am still struggling to get it working.
Wifi configuration 1
Wifi configuration 2
...
4
votes
1
answer
495
views
Flashing the ESP8266-12F Joy-IT from raspberry
It is possible to flash the ESP8266 12-F with the raspberry UART or I2C pins ? Has anyone ever done this? Thank you.
EDIT: OK it's work, finally I just had big problems with my breaboard and my ...
0
votes
1
answer
357
views
Could I send data of DHT11 on ESP8266 to my RPi3?
Maybe my question is little weird.
Using rpi3, node mcu, dht11(or another sensor)
get a data of dht11 on nodemcu
want this data to rpi3
is it realizable??
0
votes
1
answer
157
views
How to implement properly the iot garbage management using sensors and esp8266 to mobile application
My question: I don't know how to connect ULTRASONIC SENSOR(hc-sr04) which is for getting the fill level of garbage and DHT11 for temperature and humidity to connect both in a ESP8266 to mobile ...
0
votes
1
answer
135
views
Connect WiFi on non-WiFi RPi
Yes, I know that I can't connect to Internet using simple RPi Zero (non-WiFi), but are there methods to connect it to WiFi using ESP8266 modules like on Arduinos?
0
votes
0
answers
60
views
How to determine signal strength from an esp8266 module and a Rasberry Pi
I am trying to write a python script which will determine which of two esp8266 modules is closest to my raspberry pi.
My setup is as followed: I am using a Raspberry pi 3 with the raspbian operating ...