Hello! I hope for your advice. I set out making a controller for robertsonics WavTrigger sampler over serial based around tcMenu. Foolishly i chose a NodeMCU as a controller and now i am kind of deep and don't want to swap it. I already made another one using an arduino uno and it went easy. but with this one i am stuck. The catch is that it needs to send serial commands very rapidly and sometimes in very long bursts. I have a i2s oled using u8g2 library, a rotary encoder and an extra back button that i added using "switches". those work fine. then i tried adding a trigger using direct interrupts, switches.. no matter what i try, either the response is too slow or the controller crashes shouting wdt reset when i run those long bursts. would you please help me understand how to approach this?
|