ESP32: CORRUPT HEAP on send #83
Unanswered
raisinbread
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Does the example IrSendPwm work? Please post the entire sketch. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Been having some good luck on Arduino, but needed to move to ESP32. Compiles fine, but when I try to send/emit, I get an error and a crash.
Code:
binaryToTxIrSequence() just takes a binary number and creates some spaces and marks for me and returns an IrSequence. When this code gets executed, I end up with this:
I've been using the camera on my phone to see if I can see the IR LED flashing, and it still seems to do so. For some reason it seems like after the IrSequence is sent, things crash. The code works fine on an Uno - wondering why I'm getting crashes here.
New to ESP32 so maybe there's some configuration I'm missing, but wondered if others had seen this or have any clues on how to fix.
Beta Was this translation helpful? Give feedback.
All reactions