MomsAVoxell 5 hours ago

In the retro-computing world (Oric-1/Atmos) we are using the PicoW as a way to get our old machines on the Internet, not by implementing USB-CDC drivers on the old machines, but by having the PicoW imitate an old-school modem interface, albeit one that 'dials in' to a web site address instead of another modem ..

It's pretty cool, I have to say - especially for us old Oric folks, who never did quite get a full BBS ecosystem for these machines, unlike others. Its on like donkey kong now though, thanks to wonderful PicoW projects like this!

  • dromio 1 hour ago

    I've been using an ESP8266 as a wifi/modem adapter with my original Commodore 64. Works really well! You may be able to get away with something cheaper if you push.

    http://tech.guitarsite.de/c64_wifimodem.html

    • MomsAVoxell 11 minutes ago

      Nice to hear of your success with the C64 .. I'll do that with mine too, one of these days.

      Since the Pico W is around 7 bucks in my neighborhood... its already pretty cheap.

  • byb 31 minutes ago

    Author here: good point - I do hope the retro computing community enjoys this tool. It does remind me of the Espressif line if ESP8266 and ESP32 devices which have Wi-Fi devices which are available on UART and respond to AT modem commands. Pico-usb-wifi is a nice tool which some clever YouTubers will hopefully be able to use to get old internet appliances, or systems that didn't have Wi-Fi, online.

    Personally, I rescued a dozen PogoPlugs from the trash a decade ago and used one to practice self hosting a word press instance. Having a dongle like this would have allowed me to stick it in a corner and run something like librespot or snapcast. Instead, I eventually sent them to the recycler when I moved.

MisterTea 8 hours ago

I had the same idea for a Plan 9 USB WiFi using an ESP32. You serve the wifi device as a ether(3) device which negates the need for janky side band config as the config is done over the same 9P interface. Never got around to it.

polpo 16 hours ago

Interesting that Gemini said it was infeasible. It should be aware that using a Pico W as a transparent ethernet bridge has been done several times over in open source projects, for example on BlueSCSI (emulating a Daynaport SCSI-Ethernet adapter) and PicoMEM and my own PicoGUS project (emulating an NE2000 Ethernet adapter).

  • byb 15 hours ago

    Exactly, bit banging an 8-bit bus isn't that different from pushing the data out of the USB port. It would be great to try an LLM trained on pre-1900 documents and ask it if powered flight is possible.

    Great work on PicoGUS.

  • alexjurkiewicz 13 hours ago

    It was Gemini Flash, probably an even faster variant optimised for immediate response on search pages.

  • rvz 13 hours ago

    > Interesting that Gemini said it was infeasible.

    Unless there is a hardware limitation or the hardware does not support it, anything in software is possible.

    Gemini and all these other LLMs are designed to convince you that they have "awareness" which they do not have any of the sort. They are neither sentient nor do they have consciousness

    • dTal 12 hours ago

      Bad take. Some things are feasible and some things are not, "anything is possible" is a useless framework. Example: go convert two smartphones to communicate p2p over their 4g radios - it's all software!

      LLM "awareness" is similarly irrelevant. They process information usefully, in a way grounded in reality, and that's that.

      • rvz 11 hours ago

        You seem to be all over the place, most of it by not reading the parent's comment. So let's break it all down.

        > Bad take. Some things are feasible and some things are not, "anything is possible" is a useless framework.

        It would help if you quoted the entire comment rather than removing the context and further giving a very bad example afterwards:

        > Example: go convert two smartphones to communicate p2p over their 4g radios - it's all software!

        Nice try. That is a hardware limitation in the 4G radio which is designed to connect to an operator mast. Even if you wanted to do it in software, the hardware does not support that P2P use-case which is what I already said.

        > LLM "awareness" is similarly irrelevant.

        Exactly. There is no such thing as awareness in LLMs.

        The parent comment I replied to believed that an element of awareness had to be present to give an answer because this was done "several times over" in open source projects. Which that is inaccurate in the context of LLM research.

        >> "It should be aware that using a Pico W as a transparent ethernet bridge has been done several times over in open source projects..."

        > They process information usefully, in a way grounded in reality, and that's that.

        Useful to those who know when it is either mostly correct or outright wrong.

        Clearly in this example, Gemini doesn't even know if its own answers are grounded in reality and consequently people using them are unable to determine if the results they bring are true or not and there are countless examples of that.

        So you know what you just said is not true.

        • ElectricalUnion 9 hours ago

          > That is a hardware limitation

          Sounds like a intentional firmware (aka: software) limitation to me?

          • 306bobby 8 hours ago

            If the hardware won't accept custom firmware without signed with a private key, I'd say that's hardware limitation

    • whywhywhywhy 11 hours ago

      Something doesn’t have to be sentient or have consciousness to answer a technical question like that.

  • tehlike 13 hours ago

    It's often good to approach what llm said as a guidance, and not as ground truth.

    You can ask follow up questions or point to potential feasibility and it will change its answer.

    • bookofjoe 11 hours ago

      Yes, but. I asked Perplexity Pro the same fact question (sports) three days in a row after correcting its error the first day and having the correction acknowledged with a promise to get it right in the future. Same error on second day, same promise. Third day: correct. Perhaps it needs to be in the "Slow" classroom....

      • rvz 11 hours ago

        It is "grounded in reality" and changes its answer like the weather.

        • nekusar 10 hours ago

          No, Claude, etm are for "Entertainment purposes only", as listed in their TOS.

          You know, like the same for horoscopes and psychics.

      • functionmouse 10 hours ago

        perhaps we should stop personifying organized dirt

      • oarsinsync 10 hours ago

        I've never used Perplexity Pro, but I would expect the exact same outcome from Claude, as I don't have cross-session memory enabled.

        If you do have cross-session memory enabled, I agree this is not glowing performance. If you don't, then I think it's working exactly as intended.

        • bookofjoe 8 hours ago

          I just asked if cross-session memory is enabled on my account: it replied that it's still being rolled out.

      • SecretDreams 10 hours ago

        Perplexity still exists?

        I just got major Dotcom vibes

    • xd1936 10 hours ago

      stopcitingai.com. Been trying to say this as much as possible.

    • mrhottakes 7 hours ago

      "Guidance" that's often wrong and that will change if I ask a follow-up question? Wow where can I send my money??

    • Chu4eeno 6 hours ago

      I'm not sure even treating it as a guidance is the best approach, generally you should challenge it a lot (which is what CoT kind of emulates), you never know what it is confabulating and when it is correct.

  • vlovich123 9 hours ago

    I just did this test with Gemini Flash-Lite 3.1:

    > Can you use a raspberry pi pico W as a USB WiFi adapter

    > Yes, it is possible to use a Raspberry Pi Pico W as a USB Wi-Fi adapter, but it is a project that requires custom firmware and a clear understanding of your goals.

    Then goes off and lists the things you’ll need which at a cursory glance seems like good starting points.

  • dsign 6 hours ago

    My experience with questions to LLM is that they mimic reddit a lot: ask them an apparently simple thing that is not possible, and they will bend backwards to tell you it's possible and give you tons of convoluted possible solutions. Ask them a thing that is possible but complicated, and they will be overly dismissive. The good thing however is that between those two banks there's a wide river of utility...more often than not they'll at least mention things I haven't considered before.

    • hero4hire 4 hours ago

      shallow immediate confident authoritative answers; upon inspection falls apart immediately. sometimes can be beaten by repeat questioning into wisdom. by accident, beauty witnessing unfathomable NPC stupidity, but also invokes a hidden genius operating as though designed to troll first

      ya, that is my experience as well

    • overfeed 1 hour ago

      I cannot fathom how people fall into the trap of thinking that LLMs have a consistent world view on any of the users bugbears (what would be an opinion in a human). CoT is a work-around and doesn't persist across sessions. "You are absolutely correct" and "I should not have deleted your production DB" prove the anthropomorphic facade only a facade.

alnwlsn 6 hours ago

Buried the lede by calling this a "usb wifi adapter" and not "magic Ethernet adapter that you don't have to plug a cable into". This will come in handy for my systems that are normally air gapped or currently connected to something else, but sometimes I need to get another network connection on there for a few minutes. I don't always have a USB ethernet adapter on hand or enough cable, but I almost always have a Pico around.

Also I posted this comment using one. Speedtest says about 4 Mbps. Surprisingly usable for web browsing though. Very nice tool! I'll be keeping the .uf2 file around for sure.

  • byb 1 hour ago

    Author here: Thank you! It's a nice thought that something I made will become a trusted tool for IT professionals.

    Now I need to make a nice 3D-printed case.

    I admit, I almost couldn't believe it when I turned off my regular blazing fast 802.11ax NIC in the KDE network manager and switched to the pico-usb-wifi and I watched the YouTube "stats for nerds" buffer fully fill up and playback was totally smooth.

xondono 7 hours ago

I’ve been looking for a good solution for doing the exact opposite, being able to connect stuff through USB in my bench, and see them pop up in my office desktop as if they were usb devices.

The closest I’ve gotten is using a raspberry pi in the workbench, but for some weird devices that’s sometimes not good enough.

  • marysol5 6 hours ago

    I've used USB over Network in the past, worked well on Linux

  • EvanAnderson 6 hours ago

    In a Windows world I've used the hell out of these devices for licensing dongles on Windows virtual machines: https://www.silextechnology.com/connectivity-solutions/devic...

    They're much cheaper than the competing devices from Digi and they've been bulletproof for me. I've got some out there running >10 years.

    I've even done stupid stuff like hung a USB Ethernet adapter off of one and made it a NIC on my local PC to talk to another of the same unit hanging off that USB NIC (just to be cheeky-- not for actual use). Stacking things on top of other things is fun.

    My only complaint is I wish they did PoE. I use a cheap PoE splitter for that but it would be nice not to have to do that.

  • ianburrell 2 hours ago

    There USB over IP. I think Linux supports it. It could be possible to have Pico implementation, use WiFi like this, and connect to computer or another dongle.

    • byb 9 minutes ago

      Author here: I have wanted to make a wireless USB mouse and keyboard switch out of RPI Pico Ws for a long time. I would go a layer deeper than USB/IP, because I want to cache the USB handshake to keep the connection enumerated on multiple systems without dropping.

byb 19 hours ago

pico-usb-wifi is firmware for the Raspberry Pi Pico W that turns it into a driverless USB Wi-Fi adapter, enumerating as a USB CDC-NCM device.

  • fragmede 19 hours ago

    Hah! That's neat! So much fun stuff to be had with that particular bit of kit.

asc91 7 hours ago

I would like to ask the author, what do they mean when they say 'I spent 2 days and 1M claude code tokens' Did you completely vibe code this? or did you create a spec and asked claude to implement that? How many times did you need to course correct claude when it deviated if it did? How much of your own experience as working in WiFi industry was useful while building this project? And what would be different if you had worked on this project without that experience?

  • wpm 5 hours ago

    I've often thought that if I ever did get around to publishing any of the stuff I work on that I would probably also publish any AI usage verbatim. Like, the full logs of all of the chats, at least as a sign of "here was my thought process" and "here's how I convinced the text machine to give me the right text". That somehow feels more honest than "I made this thing, but actually I vibe coded this thing."

    • crtified 3 hours ago

      Interesting point. The prompts are the source, in a way.

    • byb 1 hour ago

      Author here: I will consider writing a blog about ir, but it will require a lot of work on my part, because as I mentioned, this was a digression/side quest from the main task of hacking my Spotify Car Thing. It might work better as a YouTube video.

  • byb 2 hours ago

    Author here: this is actually a "side quest" which I alluded to in the README.adoc and another comment. I've had a few Spotify Car Things (SuperBird) sitting on my desk that I have not touched in a year because I was waiting for the community to come out with a non-tethered approach to reclaiming them. All of the existing continue to either require a host PC, phone, or RPI Zero. I want to deploy these throughout my home and have them usable without my PC or phone nearby - likely with just a Home Assistant dashboard. I spent the first few hours cloning repositories of existing firmware, and examining other approaches, such as Bluetooth low energy with ESPHome Bluetooth proxies, but they ended up being dead ends. I took a compromise that a small wireless dongle would be acceptable. I then began examining the Linux source tree to see if it was possible to flip the USB from client to host and spent a considerable amount of time recompiling BishopDynamics' SuperBird NixOS distribution and building a test dashboard to show the IP networking information, because I knew that once I flipped the device's USB mode, I would lose access to the device. SuperBird took almost four hours to compile on my low end CPU - I let it compile while I hit my five hour Claude Code quota.

    https://gitlab.com/baiyibai/superbird-host-mode

    I also did not look forward to trying to build in wireless functionality in to NixOS, because it also took 30 minutes to flash the device - I had to lower the transfer block size and add more retries in the flash utility because it kept crashing.

    ultimately both the SuperBird work and the RPI pico firmware was about 300 prompts of investigation, research, creating potential approaches, architecting, designing, debugging, testing/validating, and documenting.

    Regarding your last two questions... I started out 25 years ago by studying for a CCNA in high school and joined the industry just as first generation 802.11ac devices began hitting the market. From my position, I've worked on every layer from the SoC, PCB, to software. I want to be very careful and say software estimation is very difficult. The main bug (issue #1) I encountered would have been very difficult to diagnose and resolve ten years ago using traditional development workflows.

1vuio0pswjnm7 6 hours ago

No Javascript

Peruse README and source code

   x=pico-usb-wifi
   tnftp -4o"|unzip -p /dev/stdin $x-main/README.adoc $x-main/src/*.c" \
   https://gitlab.com/baiyibai/$x/-/archive/main/$x-main.zip \
   |tr -cd '[ -~\n]' \
   |less
bhouston 12 hours ago

Interesting project.

In a similar but opposite vein, I am going on a vacation and I wanted to share the stupidly expensive internet in my room at night with the family so I am likely bringing a raspberry pi to have as a travel router attached to my Mac. In this case, I can use the RaspAP project: https://raspap.com/

This is slightly different in that I do want a NAT.

  • Tepix 11 hours ago

    It's also slightly different because this project is for the Pi Pico.

    • bhouston 11 hours ago

      Yeah, given the through put on the Pico is just 4Mbps in this setup, it will not work as a travel router for the family.

  • forinti 9 hours ago

    I like this little thing: https://openwrt.org/toh/gl.inet/gl-usb150

    You can use it as a repeater, so the whole family can just use the same network/password we use at home. And it is so small, you can run it from a power bank for hours.

    Unfortunately, they are not sold anymore.

palata 13 hours ago

> Average 4.75 Mbits/sec throughput

Isn't that slow for WiFi?

I mean it's an interesting learning experience, but isn't that strictly worse than pretty much any WiFi dongle?

  • teaearlgraycold 13 hours ago

    The Pico is USB 1.1, so the upper bound is 12 Mb/s.

    • 15155 7 hours ago

      Totally pedantic deep dive: the Pico has a USB FS PHY (the numbered versions don't directly correlate to line rate, and FS was defined in 1.0) - the signaling rate is 12Mb/s, but it's impossible to achieve sustained transfers at this data rate under any circumstance:

      - USB FS has a 1ms frame limit (HS is 125µs)

      - UBS FS Bulk is thusly limited to ~19 transactions x 64 bytes maximum (HS is 512)

      - USB FS Isochronous can do 1023 byte transfers, but you can only fit one of those in a 1ms frame (resulting in a giant quantization hole in the packet)

      - Focusing on bulk only: the token packet, ACK handshake, inter-packet bus turnaround time minimums, framing bits, CRC bits, and periodic FS SOF packets mean that the actual theoretical maximum data rate is ~81% of the signaling rate

      - Bit stuffing optimality issues (required for clock recovery) eat an additional several percent on most data, up to ~17% on pathological data

      Therefore: ~9.5Mb/s is the best theoretical data rate that can be obtained with optimal host and device IP and an ideal application layer.

      Realistically, ~8Mb/s is the most one can expect on real hardware with an ideal application (and this is optimistically high in my experience.)

      • byb 42 minutes ago

        Author here: thank you for this deep dive. I saw peaks of 5.9 Mbps, it might be possible to increase throughput by allocating more memory. The link between the rp2040 and Infineon Wi-Fi device is 31.5 Mb/s. It might be possible to push that out over PIO to an external USB 2.0 PHY. Apparently the Wi-Fi device is capable of higher speeds. Who knows what will be the limiting factor. I'll leave it to someone else to experiment, my focus was the stock hardware without any modifications.

  • tehlike 13 hours ago

    Yes, the guy clearly spent more of his time than it's worth - you can buy a wifi dongle for a few bucks on aliexpress.

    But that's exactly the point of such experience. It's a challenge, and the guy/gal nailed it.

    • moffkalast 12 hours ago

      Well Claude nailed it, but they get credit for the idea.

      • tehlike 11 hours ago

        Yes, just yesterday I got codex to write me a home assistant plugin for reticulum lxmf. For the fun of it. It got things wrong, I got it to fix.

    • bhouston 11 hours ago

      You can not buy wifi usb adapters that work with MacOS on MacBooks I believe. I could be wrong but I think none of them have driver support.

drop-volley 18 hours ago

Can you have the Pico operate as an access point? Would love to be able to use this to connect over wifi to a printer (printer in client mode), with the printer and macos talking directly over IP without needing to configure any other routing/forwarding on macos.

  • bdcravens 17 hours ago

    Wifi printer, where both your machine and the printer are connected to the same AP? yes

    If you'd rather just expose a USB printer to the network, a Pi Zero is a better fit.

    • drop-volley 12 hours ago

      No. The printer cannot connect to the wifi network that the macbook is connected to. I don't want to expose a USB printer to the network. I just want to allow the printer to connect to an AP created by the Macbook/PiZero/ESP32/insert_cheap_widget device and then allow the Macbook to connect to the printer's IP.

      • bdcravens 4 hours ago

        That's what I meant by the Macbook and the printer connecting to the same AP. The Pico is the AP, and both your printer and the Macbook connect to it. (You could also use a cheap off the shelf travel router)

        What the Macbook can't do is have multiple wifi connections at the same time, so you'd have to disconnect from its primary network (which also rules out the Macbook serving as an AP that the printer connects to).

nicman23 17 hours ago

close enough, welcome back 56(0)k

JSR_FDED 18 hours ago

Love the way the author labels each of his diagrams as “AI Slop”!

  • byb 16 hours ago

    It's one of the neat features of the AsciiDoc language. The user is able to change captions mid document, in this case :figure-caption:. AsciiDoc and Antora are things I've invested a lot of my time into

    https://baiyibai-antora.gitlab.io

  • MgB2 13 hours ago

    I'm kind of fascinated by the first diagram on the page. It sits so firmly in the uncanny valley for me and I can't put my finger on why. By itself every part looks ok and normal, but as a whole it just screams AI to me. I don't know if its the color choices or the composition or something else. It all just feels that little bit off.

    I mean, I know its AI, the page says so itself, no one is trying to hide it. But it also just gives me AI vibes on such a subliminal level that I can't figure out why.

    • kalleboo 11 hours ago

      To me there's something about the "AI Slop Font" where it instantly triggers that uncanny valley. I guess since it's kind of an average of a bunch of fonts so it's somehow familiar but also unfamiliar at the same time.

    • mhl47 11 hours ago

      Absolutely can relate. Thats why I would say: Do your own diagrams! At least the text and formatting.

      Where I do think it ads value is "AI slop 2". This is somehow even better comprehensible than an average photo.

    • Tepix 11 hours ago

      It's the amount of little icons and bold text. And then phrases like "No NAT, No Port-forwards"

      Also details like the light blue boxes being swapped.

  • Tepix 11 hours ago

    The pic "AI Slop 2. A Real World Situation" is great, the USB cable is connected to the wrong end of the Pico!

vardump 15 hours ago

Thanks! Now I potentially have ~20 USB WiFi adapters I didn’t have yesterday.

Even better, no need to hassle with the WiFi settings on the target system.

In wrong hands, Pico W is actually a bit terrifying device, because it combines USB and wireless.

  • byb 1 hour ago

    Author here: You're welcome!

andrewstuart 17 hours ago

Google Gemini is that naysayer senior developer who confidently tells you it can’t be done.

Claude is that easy to get along with smart hard working guy who just gets on with it and builds it double quick.

ChatGPT is the eager senior developer who says it can be done but can’t actually work it out and fluffs it.

  • petesergeant 15 hours ago

    ChatGPT is very good at code-reviewing Claude’s work and finds the howlers in it fairly reliably

    • crtified 3 hours ago

      Playing off different LLMs against one another in that kind of manner is a good way to expose some first order errors.

  • puppymaster 15 hours ago

    DeepSeek will just wing it and tell you it's done only for you to find 1 major + 3 edge case bugs.

  • mechazawa 15 hours ago

    Gemini writes pretty shitty code in my experience. We tried it out for a grand total of half a day at work before deciding it wasn't worth our time and switched back to Opus.

    ChatGPT writes like it's life depends on it and refuses to correct its own mistakes. It'll figure out a way to write 4k lines for something that could've been done in 500

  • lionkor 14 hours ago

    Actually, all of them are fallible, very incompetent machines that are good at writing text. They're not people, they don't have any qualities of people except the really bad ones, and they are absolutely miserable at reasoning.

    The only people I know who use Gemini are unemployed.

    The only people I know who use Claude vibe-code everything, often including their communication -- they probably let Claude kiss their kids goodnight.

    Everyone else uses ChatGPT, and the world is worse off for it.

    They are machines. "it" is the only acceptable pronoun, and personifying these machines adds emotion into the discussion and the use of the tool. They are not people. They do not behave like people. If you feel like they do, and you're e.g. autistic, that's entirely fair, so please take my word that they do not behave sufficiently like people in any way.

    Nothing they do mirrors the behavior of engineers. They instead mimic the language of engineers. I understand that this is all it takes in a lot of circles to gain respect, which is quite a sad state for those circles, but that doesn't mean its a universal experience.

    • type0 11 hours ago

      > Everyone else uses ChatGPT

      I'm actually tired that people put stupid questions in ChatGPT and then present in with a straight face as a source of truth. Sometimes it hallucinates completely, sometimes the conditions or regulation have changed and it gives false answers and no-one cares. Simple collaborations that was possible before now turn into unnecessary arguing. Some ChatGPT users aren't even aware that LLMs hallucinate, I just pointed it out recently and was accused of mansplaining and being a tinfoil hat.

      > Nothing they do mirrors ...

      "Mirror, mirror on the wall, who is the fairest of them all?"

  • mrhottakes 7 hours ago

    They're all actually a pile of numbers getting multiplied against each other to sometimes produce output that convinces some humans they're people.

hellweaver666 15 hours ago

Oooooh, now I'm thinking... you could design a simple circuitboard that holds multiple picos (surface mounted) and uses the USB data pads on the back to pull all the USB ports out to an onboard USB hub basically allowing you to add a multitude of wifi adapters to a project in one USB cable. Would be great for War Driving!

amelius 14 hours ago

How many Mbps?

  • smilespray 14 hours ago

    6

    • tonyhart7 13 hours ago

      not very a lot are they

      • InsideOutSanta 13 hours ago

        6 is all you need in all cases, depending on the unit.

        • 0x457 6 hours ago

          I think this is more of a "can you do this?" rather than something useful. Sure you can have Pico with this firmware around, but you can have much smaller and faster dongle instead.

          Pico is an amazing thing tho, so many weird firmwares that are useful in a pinch.

      • tehlike 13 hours ago

        Yes, but why does it matter. People do all sorts of things for fun.

      • seba_dos1 9 hours ago

        More than enough for quite a lot of use cases.

diego_moita 9 hours ago

I don't have any idea of what is the purpose of this.

Do you want to share an USB device across the WiFi?

If so, why not use the USB-IP protocol? It is already part of the Linux kernel, has implementation for Windows and doesn't require additional hardware.

throwwwll 13 hours ago

AI Slop.

  • xd1936 10 hours ago

    I like that the second image filename is slop_2.png. At least they're self-aware.

arcza 13 hours ago

[flagged]

  • nolok 12 hours ago

    Meta comment to your meta comment : this is a very personal opinion but I cannot stop myself from thinking less about your message (even though I agree with it), just because of that edgy wannabe way to go about naming Microsoft. You want to say Microsoft say that, you want to say Github say that but if you say a vaguely insulting name only to have to specify what you actually mean... It doesn't bring anything to the conversation, except lower the level, and if a company has flaws as big as Microsoft you don't need to resort to childish name calling to expose them. This is my personal opinion.

    • techbrovanguard 12 hours ago

      won’t somebody please think of the billion dollar company?

      • nolok 12 hours ago

        This has nothing to do with the billion dollar company, and I have no lost love for Microsoft.

        It's about quality of discourse among us, and Microsoft has nothing to do with that.

        • gegtik 11 hours ago

          what do you think about Micro$haft WinBlowz

    • joejohnson 11 hours ago

      I thought it brought something to the conversation

    • LearnYouALisp 11 hours ago

      It means GH is now full of slop and pointing out it's owned by Microsoft, for those who may not have known or LMS who did not until recently

    • devsda 10 hours ago

      > just because of that edgy wannabe way to go about naming Microsoft.

      I think it stopped being edgy and transitioned to a symbol of user frustration the moment their CEO tried to address the slop without acknowledging their customer pain.

      It is not much different from the micro$oft used here often.

ranger_danger 17 hours ago

> I spent two days of a long holiday weekend and about one million Claude Code tokens building this firmware.

GL26 16 hours ago

one million Claude Tokens (assuming you are on opus) = 5 USD = the very dongle you tried to replace. Add the cost of the rasberry pico, you'll have an easier time buying the wifi dongle. The project is cool thought to learn about networks, NAT, Proxys, ect...

  • lithiumii 15 hours ago

    except now we don't need to spend that $5

  • bdavbdav 15 hours ago

    It’s nice that it doesn’t need the WiFi stack or host side configuration though. This would be great for headless machines.

  • byb 15 hours ago

    No, it's not really easier to buy a Wi-Fi dongle. My target device is the Spotify Car Thing and SuperBird doesn't have Wi-Fi components. My Claude Code Pro subscription was idle, so it cost me nothing. Also, according to an article from Tom's Hardware from two years ago, four million Picos have already shipped, so I've unlocked this ability for let's say 500,000 devices. Finally, my day job is in the Wi-Fi industry... this wasn't a learning exercise.

  • farfatched 14 hours ago

    The author's tone when they discuss the cost of the project is self-deprecating. They know it would have been simpler to just buy one.

    But also, the author has given the community a great gift, both directly (the blog post and the project!) and indirectly (the idea: what else can be implemented in similar ways).

    • byb 51 minutes ago

      Author here: Thank you, this is one of the nicest things anyone has ever said about my work.

      I achieved two goals today: a front page post on hackernews and for being recognized for my work; or more accurately, for being very good at using AI ;)

  • throwwwll 13 hours ago

    > The project is cool thought to learn about networks, NAT, Proxys, ect...

    The author learned nothing though...

    • teaearlgraycold 13 hours ago

      Eh maybe a few tidbits. But the world gained a new WiFi adapter!

  • Mashimo 11 hours ago

    Finally hacker news on .. Hacker News. No need for it to be economical cheap.

    • mschuster91 8 hours ago

      Is it truly hacking in the traditional sense if everything was done with AI?

      • dirasieb 6 hours ago

        is it truly hacking in the traditional sense if you don't use punch cards?

gavinsyancey 16 hours ago

You can do this by installing OpenWRT on the Pi and controlling it from the web interface.