Search found 31 matches

by Pontus
Tue Oct 08, 2024 8:54 am
Forum: WiFi/BLE related discussions
Topic: ESP Hosted SPI based firmware now available
Replies: 2
Views: 72

Re: ESP Hosted SPI based firmware now available

Not sure exactly what your use case is but simply comparing the WiFServer example between the Challenger RP2040 WiFi/BLE and the Pico-W I can see the following: Challenger RP2040 WiFi/BLE Sketch uses 157860 bytes (1%) of program storage space. Maximum is 8384512 bytes. Global variables use 73376 byt...
by Pontus
Sun Oct 06, 2024 5:44 pm
Forum: WiFi/BLE related discussions
Topic: ESP Hosted SPI based firmware now available
Replies: 2
Views: 72

ESP Hosted SPI based firmware now available

We're exited to announce that both the Challenger RP2040 WiFi/BLE as well as our new Challenger RP2350 WiFi6/BLE5 boards now can be used with ESP Hosted ( https://github.com/espressif/esp-hosted ) stack allowing for really high speed network transfers. High level support for this is already availabl...
by Pontus
Wed Sep 25, 2024 1:13 pm
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Adding wifi support for CircuitPython
Replies: 9
Views: 1108

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

Very cool, I will be playing with it this weekend
by Pontus
Fri Sep 20, 2024 4:12 pm
Forum: WiFi/BLE related discussions
Topic: RP2350 devices: 3V3 max current?
Replies: 3
Views: 194

Re: RP2350 devices: 3V3 max current?

Hello Bernhard, The power supply have been designed to be able to source up to 1A with reasonable ripple. This was estimated from the requirements from Raspberry Pi for the RP2350 (650mA) and the ESP32-C6 (350mA) combined. In theory that would leave you without any budget for any external peripheral...
by Pontus
Tue Sep 17, 2024 10:11 am
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Adding wifi support for CircuitPython
Replies: 9
Views: 1108

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

Good news,
The Challenger+ RP2350 WiFi6/BLE5 board is now merged into circuitpython main and will have official builds available from the Circuitpython site with their next official release.
by Pontus
Sat Sep 14, 2024 5:07 pm
Forum: WiFi/BLE related discussions
Topic: Challenger 840 Arduino package issues
Replies: 0
Views: 137

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: 230

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: 11139

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 180 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: 230

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: 9
Views: 1108

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.