Adafruit_TinyUSB_Arduino VS pico-w-usb-host-mqtt-numpad

Compare Adafruit_TinyUSB_Arduino vs pico-w-usb-host-mqtt-numpad and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Adafruit_TinyUSB_Arduino pico-w-usb-host-mqtt-numpad
9 4
432 -
2.8% -
9.0 -
6 days ago -
C
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Adafruit_TinyUSB_Arduino

Posts with mentions or reviews of Adafruit_TinyUSB_Arduino. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-09.

pico-w-usb-host-mqtt-numpad

Posts with mentions or reviews of pico-w-usb-host-mqtt-numpad. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-09.
  • Benchmarking latency across common wireless links for microcontrollers
    5 projects | news.ycombinator.com | 9 Feb 2024
    > Several months ago, I built a project using USB host mode on a Raspberry Pi Pico, which uses a USB numpad to pass messages to an MQTT server. This uses the Rp2040's USB host mode https://gitlab.com/baiyibai/pico-w-usb-host-mqtt-numpad

    Maybe I read the README a little to quickly, but you seem to be using standard WiFi for communication. As stated in other comments in this thread, this solution already exists. USB through Ethernet extension are well established and you can already connect this to a WiFi extender.

    What I was thinking was to achieve this with a simple radio connection that do not need configuration or even a WiFi network to function. Just plug it in and it works. Here's a sketch of the high level concept I had in mind: https://ibb.co/VD2d9XM

    Is your point that once you can do that with Wi-Fi it is trivial to do it with any type of radio connection?

    > From my limited understanding, it should be possible to pass these USB messages from HID client to HID host and vice-versa.

    Someone did this here using Etherkey and an ATmega32u4: https://www.sjoerdlangkemper.nl/2022/11/16/running-etherkey-...

    > it seems the TinyUSB library doesn't provide the full bitmask resolution necessary

    If my understanding is correct, Arduino already provides low level USB controls: https://shorturl.at/joSWZ.

    All in all, it seems to me that there is an opportunity here but unfortunately this requires skills in electronic, radio and USB protocol that I do not possesses and seems fairly rare.

  • PiWrite – Kindle Paperwhite to Write
    4 projects | news.ycombinator.com | 24 Sep 2023
    Neat project. I'd really like to author plain AsciiDoc on an e-paper display without distractions.

    On one of your earlier commits (https://github.com/rberenguel/PiWrite/commit/c23bfdccd43e1c5...), you mentioned using a Pico W. There may be an avenue for that. A few days ago I submitted my Raspberry Pi Pico W Host MQTT Numpad project to Hacker News, but unfortunately it didn't gain any traction. https://gitlab.com/baiyibai/pico-w-usb-host-mqtt-numpad. I detail some of the developments on USB Host mode. There doesn't seem to be native MicroPython support for USB Host mode yet. I did find a project which seems to to load the pico-pio-sdk as a library and use a GamePad for input: https://github.com/danjperron/pico4legsBot

    Also, about a year, I wrote down some of the requirements for an e-paper RPI Pico-based e-ink writer in a comment. I wanted to dub mine, 'the microWrite', 'μWrite', 'uWrite', or 'you write' https://news.ycombinator.com/item?id=32092930.

    I suppose the question is whether it is feasible to adapt PiWrite to run in MicroPython. The next question is whether one could ditch the webserver-based approach and interface an e-paper screen directly to the RP2040. Waveshare offers MicroPython libraries for their e-paper displays. This might offer better latency.

  • Raspberry Pi Pico W USB Host MQTT Numpad
    1 project | news.ycombinator.com | 18 Sep 2023

What are some alternatives?

When comparing Adafruit_TinyUSB_Arduino and pico-w-usb-host-mqtt-numpad you can also consider the following projects:

tinyusb - An open source cross-platform USB stack for embedded system

PiWrite - Use your Kindle Paperwhite as a writing device

EspTinyUSB - ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).

pico4legsBot - Raspberry Pi Pico running on four servo has legs

arduino-esp32 - Arduino core for the ESP32

embedded-wireless-latency-eval - Testing a range of radio modules and protocols for latency.

lufa - LUFA - the Lightweight USB Framework for AVRs.

USBMidiKliK4x4 - UMK4x4 - 4-16 in/out and 3-15 IN/3OUT USB MIDI interface for STM32F103 series board

arduino-pico - Raspberry Pi Pico Arduino core, for all RP2040 boards

testUSB

ReflectionsOS - Reflections is a hardware and software platform for building entertaining mobile experiences.

SdFat - Arduino Library for FAT12/FAT16/FAT32