All Questions
7 questions
2
votes
0
answers
617
views
esp8266 wifi/ read serial data with python
I'm trying to read some serial (ADC) data from my esp8266 nodeMCU v3 over wifi using python.
I connected the esp on my local wifi and set it with fixed local IP using arduino IDE, but I couldn't find ...
1
vote
1
answer
1k
views
ESP8266 SocketIOclient constant disconnect with Python WebServerSocket
I am writing a program that echos back the message sent to the web socket server on a host machine. When running the ESP module, the connection is established but immediately disconnects as seen in ...
1
vote
1
answer
1k
views
wdt reset cause:4, boot mode:(3,6)
I'm working on Python and nodeMCU with websocket connection.
So, I send a string from Python to nodeMCU and nodeMCU collects the string and decodes to set values to a stepper motor. Initial code ...
1
vote
0
answers
1k
views
How to parse data most efficiently coming through mqtt with ESP8266
I am writing a program that is currently set up like so:
Python script running on my computer.
Raspberry pi is the broker for the mqtt data transmission
An ESP8266 is programmed to listen to/...
1
vote
2
answers
1k
views
Communication with socketserver fails after specific number of packets
I'm trying to implement a full-duplex communication between my ESP8266 and a socketserver running on my laptop. In concrete I need each of the devices to initiate communication whenever it needs to. ...
1
vote
3
answers
8k
views
ESP8266 and Python Communication
I'm new to networking and working with ESP8266. I have successfully setup my ESP8266 and can program it from Arduino IDE (tested a blinky code).
I want to send some data from a Python script running ...
2
votes
1
answer
291
views
ESP8266 problem with recieved data trasmission via TCP
I am having small project where I want to read couple of analog inputs from Arduino UNO, send it via software serial to ESP8266-01 and from that to python server using TCP.
Data is sent to ESP using ...