Sylwester

Results 92 comments of Sylwester

@davidmoreno I didn't look into it properly, but I see that the binary /bin/DeviceControlServer.bin is actually already announcing the proprietary network midi service. We should look what ldd tells. Maybe...

@davidmoreno I tried the same way now of rsync'ing the dist folder to my modified firmware, but the MPC didn't like that and soft-bricked it. I was able to reflash...

> How do you do the fastboot firmware reflash? Power On while Holding Pad Group C, Browser + Full Level. Then it goes to recovery mode screen. Afterwards, the fastboot...

I think this is great. Would love to see one extra UART with RTS/DTR signals. I'm working on a board with a RP2040 and ESP32 in my spare time and...

I've tested with shorting the gpio manually and it seems to work, but not with the NRF (yet) ```cpp sleep_run_from_xosc(); sleep_goto_dormant_until_pin(0, 0, false); // Wait till pin 0 is low....

@2bndy5 Nope, the radio stays powered on all the time.

I found one issue. I was using radio.maskIRQ(0,0,1) to get the RX interrupt. But it should be maskIRQ(1,1,0). But still I cannot get it to properly wake up and start...

> ```c++ > /*! \brief Send system to sleep until the specified GPIO changes > * \ingroup hardware_sleep > * > * One of the sleep_run_* functions must be called...

> Found a couple notes calling the pico_sleep lib "WIP" and "not yet stable". IDK if that has anything to do with this issue. In developing the PicoSDK support, we...

![image](https://user-images.githubusercontent.com/6614616/180281305-92302263-12fb-420f-86c1-c9422973a861.png) This is how SCK, MOSI and CS look after the IRQ has been fired.