sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.89k stars 653 forks source link

ReceiveDemo_Advanced spamming question marks - unedited sketch!? D1 Mini ESP8266 #456

Closed tokeraabjerg closed 2 years ago

tokeraabjerg commented 2 years ago

Hi.

I'm trying to setup a simple receiver/transmitter. For now I'm just trying to receive signals on my D1 Mini clone.

I'm using the example sketch (and tried just about everything else), and I'm getting spammed in Serial Monitor with inverted question marks. (See picture)

I'm having trouble figuring out the interrupt pin setup, I've read just about every posts on the internet with D1 Mini and the RC-Switch library on this topic. I have another sketch )pastebin, + standard output sketch) which doesn't spam question marks, but I'm still not getting any output (with all the interrupt pin combinations)

I have verified the components as it works perfectly fine with a Arduino Mega 2560 (both remote, receiver and transmitter work as expected). I also tried a new D1 Mini clone, no luck.

I hope someone here can help me! I'm a beginner in arduino and I've been scratching my head for too long now.

(Getting spammed with inverted question marks, almost freezes my computer, unedited sketch expect for pin)

Screenshot 2022-03-11 at 18 00 42

(settings)

image
tokeraabjerg commented 2 years ago

Of course, after hours of googling and trying everything I gave up and finally wrote a post... 10 minutes later I remembered I got this spam with all sketches, tried switching to another D1 mini with my new knowledge on interrupt pins, and it works!..