Search found 1 match

by ian9000
Thu Jun 15, 2023 3:47 pm
Forum: ESP-IDF
Topic: WiFi interfering with my own Interrupt function.
Replies: 3
Views: 2748

WiFi interfering with my own Interrupt function.

What am I doing wrong? I want to use a ESP32 to receive signals from 433Mhz, take that message and place on a MQTT topic. My code below works until I add WiFi. The circuit is simple. I have a ESP32 WROOM and connected to GPIO35 is a QAM_RX 433Mhz receiver My code basically sets up an function to tri...