Accessing the Pinecil UART with Picoprobe

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • IronOS

    Open Source Soldering Iron firmware

    So apparently the Pinecil is a BLE-enabled soldering iron with a 108 MHz RISC-V processor running a custom real-time operating system [0]. The author wanted to access the UART logs, so they repurposed a Raspberry Pi Pico (a dual-core microcontroller system running a real-time OS) for the task.

    That's a staggering amount of hardware, sortware and computing power devoted to decoding one of the simplest and oldest serial protocols from a device whose sole purpose is to essentially melt tin. Maybe I'm out of touch, but I think I'll stick to my thermostat-controlled Weller soldering station and FTDI UART converters. I apologize if this post comes across as snarky, my point is that these are solved problems and have been for half a century.

    [0] https://github.com/Ralim/IronOS

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • embassy

    Modern embedded framework, using Rust and async.

    Running the Embassy RP2040 USB CDC ACM serial example takes about 5 seconds on a Pico.

    https://github.com/embassy-rs/embassy/blob/main/examples/rp/...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: iFixit created a new USB-C, repairable soldering system

    2 projects | news.ycombinator.com | 12 Sep 2024
  • IronOS: Open-source soldering iron firmware

    1 project | /r/Boiling_Steam | 3 Aug 2023
  • IronOS: Open-source soldering iron firmware

    1 project | /r/hypeurls | 2 Aug 2023
  • IronOS: Open-source soldering iron firmware

    3 projects | news.ycombinator.com | 1 Aug 2023
  • IronOS on a TS101 soldering iron

    1 project | /r/soldering | 18 Jul 2023

Did you konow that C is
the 7th most popular programming language
based on number of metions?