We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
That happens on your demo muxSensing_BLEMIDI.ino
Sorry, something went wrong.
Using 0.7.3 library disappear error and obviously some feature like setCurve method, could you try to fixit in 0.7.7
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: