savejeff
savejeff
Funny thing, im currently unable to reproduce it, Ill report back when i made progress
I got it to work on windows using the upload port setting Method 1 - Holding Bootsel while plugging in and using drive as upload port ``` [env:pico] platform =...
> Maybe for people who already used the Arduino IDE with the Pico have this driver pre-installed? FYI : I have installed the Pico Core in Arduino IDE before I...
> any news on this? i would really like to use the 2nd core ``` [env:BOARD_RP2040_PICO_ALT] platform = https://github.com/maxgerhardt/platform-raspberrypi.git ;platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git board = pico board_build.core = earlephilhower board_build.filesystem_size =...
same with framework laptop. seems this repo is dead.
jup if the code is includede in the latest release. Would be cool to have the ESP.getCPUTemperature() member function, but its okay this way
the examples run out of the box, no midifications needed. You have to use the earlephilhower/arduino-pico and just compile. For Platformio here an example configuration: ``` [env:BOARD_RP2040_PICO_W] platform = https://github.com/maxgerhardt/platform-raspberrypi.git...
@JaylinYu Please correct me if i state something incorrect. I would like a statement in any way on this. TLS/encrypted transmissions on the internet are very important. If this library...
> @savejeff someone on their slack pointed me to this test that seems like it will help. > > https://github.com/emqx/CocoaMQTT/blob/ff7c07b8a212e2e724d93a91d165a899df546db0/CocoaMQTTTests/CocoaMQTTTests.swift#L298 > > Have you been able to get subscriptions working?...
i work with the earlephilhower pico core a lot with multicore. it works very well and stable with some recent updates. i heared this core supports Rtos threads but i...