Search found 10 matches

by cp_addict
Mon Sep 16, 2024 7:51 pm
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Adding wifi support for CircuitPython
Replies: 7
Views: 712

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

Some further progress: I can use the RP2350+wifi now also as a HTTP-server. I only tested TCP, since SSL needs some more thoughts (and probably a handcrafted firmware for the server-certificate). I also did not test multiple concurrent connections yet. Theoretically, the ESP32C6 can handle five of t...
by cp_addict
Mon Sep 16, 2024 9:47 am
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Adding wifi support for CircuitPython
Replies: 7
Views: 712

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

I have updated the examples to use the newest pin-definitions.

Bernhard
by cp_addict
Tue Sep 10, 2024 12:26 pm
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Adding wifi support for CircuitPython
Replies: 7
Views: 712

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

I will need to update the examples once the pins have changed their names.
by cp_addict
Tue Sep 10, 2024 10:18 am
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Adding wifi support for CircuitPython
Replies: 7
Views: 712

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

A short status update: this is progressing fine. The ESP32C6 is now usable as a basic HTTP-client, i.e. it executes HTTP-GET and HTTPS-GET without problems. Sending UDP also works. I haven't tested other HTTP-request types (POST and so on), but since adafruit_requests maps all of them to the same lo...
by cp_addict
Thu Sep 05, 2024 10:48 am
Forum: WiFi/BLE related discussions
Topic: Datasheet / Website issues
Replies: 1
Views: 677

Datasheet / Website issues

Hi, I stumbled across some minor inconsistencies/bad links on your website (the copy&paste sort of errors): The RP2350+Wifi+BLE claims to have two BConnect connectors It is not documented which pins are routed to the BConnect The datasheet documents both possible ESP32C6 options (hosted,AT), but...
by cp_addict
Wed Sep 04, 2024 6:20 pm
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Adding wifi support for CircuitPython
Replies: 7
Views: 712

RP2350+Wifi6+BLE: Adding wifi support for CircuitPython

Hi, since a while I am working on a project that aims to provide core API compatible modules for networking for CircuitPython builds without native wifi. Boards with native wifi provide modules like wifi, ssl, socketpool in the core, i.e. implemented in C and "baked into" the firmware. My ...
by cp_addict
Wed Sep 04, 2024 5:57 pm
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Updating ESP32C6 firmware
Replies: 3
Views: 1331

Re: RP2350+Wifi6+BLE: Updating ESP32C6 firmware

Hi,

I am currently fine with the 3.4 version, but eventually I want to upgrade. My problem with the RP2040USBtoSerial program is, that I don't have a working Arduino development environment set up. That can be solved however, but has no priority as long as 3.4 is working as expected.

Bernhard
by cp_addict
Mon Sep 02, 2024 2:35 pm
Forum: WiFi/BLE related discussions
Topic: Is there a MicroPython or CircuitPython build for the Challenger+ RP2350 WiFi6/BLE5?
Replies: 3
Views: 2972

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

I have tested the CircuitPython version successfully. I do suggest changing pin-names (see the conversation in the PR).

There are still some hard-crashes of CP core, but I am not sure this is related to the PR. There are still some rough edges for the RP2350 port.

Bernhard
by cp_addict
Mon Sep 02, 2024 2:32 pm
Forum: WiFi/BLE related discussions
Topic: RP2350+Wifi6+BLE: Updating ESP32C6 firmware
Replies: 3
Views: 1331

RP2350+Wifi6+BLE: Updating ESP32C6 firmware

Currently, the firmware is version 3.4 for the AT-stack. The recommended version is 4.0.0.

Can the firmware be updated with the RP2040USB2Serial? If so, would it be possible that you create a binary release (UF2)?

Thanks, Bernhard