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.

Expressif, who created the ESP8266, have a product page for the chip. They make a complete breakout as well. See also wikipedia and esp8266.net.

However, there are many different breakouts available from various manufacturers. Not all of them provide access to all pins/buses on the 8266, and the amount of flash memory varies (usually from 1-4 MB).

Since the ESP8266 uses 3.3V logic, it can be used directly with a Raspberry Pi.

22 questions
4
votes
1 answer

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 connections. ...
Ephemeral
  • 2,167
  • 1
  • 8
  • 19
2
votes
1 answer

Anyone get direct esp-now to raspberry pi (or other linux wifi device) working?

It would be nice to be able to use raspberry wifi to receive ESP-NOW messages directly and eliminate another ESP-to-PI device to manage. I think this is where @ Alexandr Zarubkin was going but I don't have the "status" here to ask/comment on his…
Jeff Tapia
  • 21
  • 1
  • 4
2
votes
1 answer

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 connect the devices to direct Wi-Fi they are…
Pratik
  • 31
  • 1
1
vote
0 answers

802.11 action frames send/receive

Is it possible to gain access to 802.11 action frames TX/RX from software? There's a proprietary protocol based on vendor-specific action frames called ESP-NOW for ESP8266 and ESP32 chips, and I'd like to try to implement it on a Raspberry Pi. As…
Alexandr Zarubkin
  • 183
  • 1
  • 1
  • 6
1
vote
1 answer

ESP8266 pHAT from Pimoroni does not working. `minicom -b 115200 -o -D /dev/ttyAMA0` returns nothing

I bought myself this, https://shop.pimoroni.com/products/esp8266-phat. I started with looking through this blog post, http://richardhayler.blogspot.nl/2016/02/getting-started-with-esp8266-iot-phat.html. At point number 5. 5. We need to stop the Pi…
notalentgeek
  • 133
  • 1
  • 1
  • 8
1
vote
3 answers

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 successfully connected the Pico to an ESP-01S, following…
meyer_mit_ai
  • 41
  • 1
  • 5
1
vote
0 answers

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. There is my SLAVE python code: import time import…
Ephemeral
  • 2,167
  • 1
  • 8
  • 19
0
votes
1 answer

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??
이효종
  • 15
  • 4
0
votes
1 answer

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 application that I am developing. I should provide three…
0
votes
1 answer

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?
machinetosh
  • 23
  • 1
  • 4
0
votes
0 answers

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 system installed. Currently my raspberry pi acts…
0
votes
2 answers

How to retrieve data from Arduino and ESP via local wifi network on RPI 3

I have a DHT22 connected to an Arduino Uno with a simple DHT sketch. Also connected is an ESP8266-01 that has been flashed and an AP +STA mode program uploaded to it. I'm wanting to use a RPI 3 to retrieve temp and humidity data from the Arduino…
oibdrew
  • 5
  • 5
0
votes
1 answer

How can I connect my Pi to an Arduino with ESP8266 Wi-Fi module?

I'm having a hard time trying to understand how I can use my Raspberry Pi to retrieve and display data from my Arduino that has an ESP8266 WiFi module and a DHT temp and humidity sensor connected to it. My Arduino is outside connected to my bee…
oibdrew
  • 5
  • 5
0
votes
1 answer

WebIOPi + ESP8266 - Setting up Server/Client communication

I've been working on this project, which consists in using a web page to control RPi's GPIOs and read sensor data via WebIOPI. Everything worked fine, at this point the project is very simple and the documentation on WebIOPi website really helped.…
amorimph
  • 13
  • 1
  • 8
0
votes
1 answer

Arduino UNO and Raspberry Pi

I have got an Arduino UNO which I have purchased recently and a Raspberry Pi which I have been using for quite sometime now. I have got a ESP8266 NodeMCU AI-THINKER dev board as well. I have used the GPIO module to make some simple stuffs using…
Varad A G
  • 850
  • 6
  • 18
1
2