Search found 1 match

by FerranMitheon
Fri Nov 15, 2024 7:42 am
Forum: ESP32 Arduino
Topic: ESP32 to Arduino MEGA falls to send complete string............
Replies: 0
Views: 1165

ESP32 to Arduino MEGA falls to send complete string............

Hello I have a lot of trouble sending from ESP32 a string to Arduino MEGA
this is the code

ESP32

// this sample code provided by www.programmingboss.com
#include "WiFi.h"
#include <HTTPClient.h>
#define RXp2 16
#define TXp2 17

bool bBodyFound = false;

struct HTMLTag
{

String TagName ...

Go to advanced search