Page 1 of 1

Send JSON String over ESPNOW

Posted: Mon Dec 23, 2019 6:33 pm
by grayefx
Hello

I'm trying to send a simple string "HelloWorld" over ESPNOW (i really want to send a complete JSON but this is a test).

Master says that send the message OK.
Slave recieve the message but only the first 4 chars "Hell", so is missing "oWorld"

I read the documentation and it says that max is 250 Bytes, there is some way to send and recieve more information?

Re: Send JSON String over ESPNOW

Posted: Tue Dec 24, 2019 6:18 am
by ESP_Sprite
Hard to say what's going wrong without looking at the code. My intuition tells me that you're possibly using sizeof() on a pointer as the length, though.