Search found 26 matches

by Pontus
Sat Sep 14, 2024 5:07 pm
Forum: WiFi/BLE related discussions
Topic: Challenger 840 Arduino package issues
Replies: 0
Views: 16

Challenger 840 Arduino package issues

We've noticed with the latest release of the Arduino BSP for the Challenger 840 boards there are 2 libraries missing from the package. The missing libraries can be found in the zip file below. Simply download and unzip into the "libraries" folder of the BSP and you should be good to go. Th...
by Pontus
Thu Sep 12, 2024 1:22 pm
Forum: LTE related discussions
Topic: When can I find the "connectivity" library
Replies: 3
Views: 49

Re: When can I find the "connectivity" library

No worries, happy hacking ;)
by Pontus
Thu Sep 12, 2024 10:42 am
Forum: DCC decoders
Topic: OpenDec02 news
Replies: 3
Views: 10981

Re: OpenDec02 news

New PCB's have arrived and hopefully we will have some first samples to play around with for the weekend.
dec02-panel-v2.0.jpg
dec02-panel-v2.0.jpg (631.75 KiB) Viewed 22 times
by Pontus
Thu Sep 12, 2024 10:37 am
Forum: LTE related discussions
Topic: When can I find the "connectivity" library
Replies: 3
Views: 49

Re: When can I find the "connectivity" library

Hi, The Connectivity.h file is available in the arduino-pico BSP from Earle Philhower downloadable from here: https://github.com/earlephilhower/arduino-pico. You will need to select the board in the Arduino IDE before it can be used. Instructions on how to install the package is in the README on tha...
by Pontus
Tue Sep 10, 2024 11:36 am
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Adding wifi support for CircuitPython
Replies: 5
Views: 670

Re: RP2350+Wifi6+BLE: Adding wifi support for CircuitPython

Very nice indeed. I will make sure the ports are integrated into CircuitPython this weekend and also try your library out.
by Pontus
Thu Sep 05, 2024 12:17 pm
Forum: WiFi/BLE related discussions
Topic: Datasheet / Website issues
Replies: 1
Views: 669

Re: Datasheet / Website issues

Thanks Bernard,
We will attend to it asap.
Regards
/Pontus
by Pontus
Wed Sep 04, 2024 6:07 pm
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Updating ESP32C6 firmware
Replies: 3
Views: 1321

Re: RP2350+Wifi6+BLE: Updating ESP32C6 firmware

No worries, when you are ready you can just upload the uf2 file which acts as the usb 2 serial adapter. I'll make sure it is available on the product page.
/P
by Pontus
Tue Sep 03, 2024 4:05 pm
Forum: WiFi/BLE related discussions
Topic: Is there a MicroPython or CircuitPython build for the Challenger+ RP2350 WiFi6/BLE5?
Replies: 3
Views: 2958

Re: Is there a MicroPython or CircuitPython build for the Challenger+ RP2350 WiFi6/BLE5?

Bernhard,

I agree with your suggestions and as soon as I get the time I will fix it and the remaining issues with the PR.

Regards
/Pontus
by Pontus
Tue Sep 03, 2024 4:04 pm
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Updating ESP32C6 firmware
Replies: 3
Views: 1321

Re: RP2350+Wifi6+BLE: Updating ESP32C6 firmware

Hi, Yes, it is very easy to update the firmware using the RP2040USB2Serial program. There's even an article on how to do it here: https://ilabs.se/flashing-new-firmware-to-the-esp8285-esp32-c3-esp32-c6-devices/ Make sure you use our fork of esptool to upload the code, otherwise it can be finicky to ...
by Pontus
Fri Aug 30, 2024 9:58 am
Forum: WiFi/BLE related discussions
Topic: Is there a MicroPython or CircuitPython build for the Challenger+ RP2350 WiFi6/BLE5?
Replies: 3
Views: 2958

Re: Is there a MicroPython or CircuitPython build for the Challenger+ RP2350 WiFi6/BLE5?

We've submitted a Circuitpython PR so that will be available in a couple of days. And we've also done the necessary implementation work for Micropython where we are doing some initial testing and we expect to have a PR for that as well in a matter of days.