Git Product home page Git Product logo

Comments (13)

scottfeldman avatar scottfeldman commented on June 2, 2024 3

@Evilran, not working yet. Progress has been slow for a couple weeks, but now continuing...

from cyw43439.

scottfeldman avatar scottfeldman commented on June 2, 2024 3

You're welcome. The cyw43 driver is actually working really good. We used the Rust cyw43 driver for reference. Very clean implementation to copy from. rp2040 has PIO programming where you can offload your hot-loop to hardware, so all the bit-banging across the SPI bus happens from hardware (PIO), not from the software (driver). Performance should be on-par with Rust driver. I'm anxious to get some real TCP/IP perf numbers; need to find an iperf port we can run from TinyGo.

Bluetooth support is still missing in our TinyGo driver, but it uses a lot of the core work already in place for the wifi driver, so if someone has time to port bluetooth from the Rust ref driver, that would be great!

from cyw43439.

scottfeldman avatar scottfeldman commented on June 2, 2024 2

Current status is cwy43 driver is working (sending/recv eth frames). @soypat is working on TCP/IP stack that sits on top of cwy43 driver. He's working out of this repo for the TCP/IP work: https://github.com/soypat/seqs. I'm working on porting cyrpto/tls package over from Go to TinyGo so we can use TLS sockets with cyw43.

from cyw43439.

 avatar commented on June 2, 2024 1

from cyw43439.

soypat avatar soypat commented on June 2, 2024 1

@abebeos Thank you for notifying us of this! Knowing bounty-source has an issue with payments I'd suggest no more payments be added to the link above until the issue be solved. Also fair warning to anyone who tries to solve this bounty that bounty-source may delay or omit payment.

from cyw43439.

scottfeldman avatar scottfeldman commented on June 2, 2024

Just a brief note on driver status: it now connects to Wifi AP and receives Eth pkts. Link status isn't working, send Eth pkt is incomplete, and knowing when there is async work to do isn't working. Lots more work to do, including a small thing called the tcpip stack (lwip replacement). Thanks @soypat for the help and support.

from cyw43439.

Evilran avatar Evilran commented on June 2, 2024

@soypat @scottfeldman Hi. What's the progress so far? It would be great if it worked!

from cyw43439.

scottfeldman avatar scottfeldman commented on June 2, 2024

The Bounty Source links are down; seems they spent the bounty $$.

from cyw43439.

 avatar commented on June 2, 2024

The Bounty Source links are down; seems they spent the bounty $$.

Criminal liability: https://twitter.com/abebeos/status/1701925706526085243

from cyw43439.

shreeve avatar shreeve commented on June 2, 2024

@scottfeldman - Fantastic updates! Thank you.

from cyw43439.

scottfeldman avatar scottfeldman commented on June 2, 2024

Oh, and we haven't ported over the Wifi scanning code, if someone wants to work on that. That one should be pretty easy to port and test. Just need a pico-w...

If someone is interested in porting bluetooth or wifi scanning, we can help get your env set up.

from cyw43439.

soypat avatar soypat commented on June 2, 2024

Fixed by #24. We now have a working TCP stack. What is left is to fix bugs. Let's get to testing it! Instructions on how to run it have been posted in the related tinygo issue

from cyw43439.

shreeve avatar shreeve commented on June 2, 2024

This is huge... awesome work on it @soypat and others!

from cyw43439.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.