Search found 3 matches

by willpowell
Tue Jul 12, 2022 12:59 pm
Forum: Hardware
Topic: ESP32 JTAG Debugging with 2 used SPI buses
Replies: 0
Views: 924

ESP32 JTAG Debugging with 2 used SPI buses

I have just got myself an ESP-Prog debugger to remove the horrible Serial.print debugging process. https://espressif-docs.readthedocs-hosted.com/projects/espressif-esp-iot-solution/en/latest/hw-reference/ESP-Prog_guide.html This uses JTAG and therefore requires wiring to SPI . However, I am already ...
by willpowell
Fri Oct 29, 2021 1:21 pm
Forum: General Discussion
Topic: Remotely Send Data Over TCP from ESP32 to PC on different networks
Replies: 2
Views: 2253

Remotely Send Data Over TCP from ESP32 to PC on different networks

Hi everyone, hope you are having a good day. I am currently using a python script to create a local server and then send commands over TCP to the ESP32 (acting as a client). The ESP32 then reads ADC data and sends data back to the PC Server. This works great on a local network, but I am stuck on how...
by willpowell
Wed Sep 22, 2021 2:53 pm
Forum: General Discussion
Topic: Simple TCP Client for fast sampling rate
Replies: 0
Views: 1291

Simple TCP Client for fast sampling rate

Hi everyone, hope you're having a good day. I am new to all things espressif and just looking for a minimal solution for ESP32 as a fast TCP Client to transfer ADC data. I have created an Arduino based client, but getting slow speeds (around 10 kilobytes per second). I have tried sending larger pack...