RyoKosaka / HelloDrum-arduino-Library

This is a library for making E-Drum with arduino.
https://open-e-drums.com/
MIT License
234 stars 57 forks source link

SPI_FAST_FLASH_BOOT in loop #60

Open topogigio opened 1 month ago

topogigio commented 1 month ago

Hi, first of all thanks for your job, I have a problem, on my esp32 wroom, if I uncomment //HelloDrum pad7(6); //mux pin I got in loop:

rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:1100 load:0x40078000,len:9232 load:0x40080400,len:6400 entry 0x400806a8 ets Jun 8 2016 00:22:57

I tried with your suggested hardware, diode and 1M resistor, but also without any hardware (only esp32)

Any suggestions Regards Andrea

HelloDrum pad1(0); //mux pin HelloDrum pad2(1); //mux pin HelloDrum pad3(2); //mux pin HelloDrum pad4(3); //mux pin HelloDrum pad5(4); //mux pin HelloDrum pad6(5); //mux pin

//HelloDrum pad7(6); //mux pin

HelloDrum pad8(7); //mux pin

topogigio commented 1 month ago

That happens on your demo muxSensing_BLEMIDI.ino

topogigio commented 1 month ago

Using 0.7.3 library disappear error and obviously some feature like setCurve method, could you try to fixit in 0.7.7