home.social

#pico2 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pico2, aggregated by home.social.

fetched live
  1. Adding those male headers on the #breadboard next to my #pico2, greatly facilitated probe access to the pins for my #oscilloscope measurements!

  2. Published my first product on
    @Gumroad: A Pico 2 #USB Streaming Guide - achieve 5.1 Mbps USB throughput from a #pico2 with #tinyusb to a python application on a windows host.

    embeddedjourneys.com/blog/gumr

  3. Achieving ~5.4Mbit/s USB throughput from my #pico2 device (Full Speed) to python host on windows. Not sure if I'll be able to get more out of it with this setup... #USB #data #throughput #raspberry

  4. While probing a GPIO pin on my oscilloscope, I noticed it toggled between 2.4V and 3.3V. Using another reference pin, toggling at exactly the same time swinged correctly between 0V and 3.3V

    I think I might have damaged a pin on my #rp2350 :( #debugging #signals #embedded #pico2

  5. Looking to turn my #Pico2 in a rudimentary #oscilloscope. Have been checking the ADC's samplerate and tried measuring an ultrasonic distance sensor's echo pulse. Not quite there yet, USB throughput is still a limiting factor.

    embeddedjourneys.com/blog/pico

  6. Little job this lunchtime, flashing #micropython to a load of #RPI #pico2 for the kids creative code club I'm running tomorrow. #raspberrypi

  7. I made "Greggs Roulette", an app to decide what tasty treat to eat from Greggs!
    I used the new Tufty 2350 from Pimoroni, it has a lovely bright screen, great case and a powerful #RaspberryPi #RP2350 SoC (the same as the #Pico2) with Wi-Fi and onboard LiPo power!
    youtu.be/sCOLE6amThk
    badgewa.re/

  8. Stepper up and running. Set to default 1/8 microstepping, with the MCU sending a step every 100_000 ns.

    Was having trouble with lower step delay--my quick review indicates the typical step low and step high time can be as small as 100 ns. I need to review the datasheet more in depth. Maybe I don't understand the possible interaction with microstepping or some other functionality.

    #embedded #rust #raspberrypi #pico2

  9. 🦀 WezTerm for PicoCalc > Implementation of an ssh client and terminal emulator that runs on a Raspberry Pi Pico 2 W installed in a PicoCalc > PicoCalc, a Pico-based portable device with a screen, keyboard, and SD card github.com/wezterm/pico... #rustlang #embedded #pico2

    GitHub - wezterm/picocalc-wezt...

  10. Correct result came a bit faster then expected! Step response measured through RP2350 ADC from 3V3 to Ground. The transition in between is due to the ADC pin being floating for a brief moment in time #pico2 #embedded

  11. ADC readouts on the #pico2 are coming together. Plot below for the visualization of MSB of the adc output (4 bits). Switching input from 3V3 to GND.

  12. Spent some time getting a usb bulk data stream working on a Raspberry Pico 2W using TinyUSB.

    Biggest hurdles were device/configuration descriptor and realizing tud_task() needs to be called frequently.

    embeddedjourneys.com/blog/firs

    #pico2 #tinyusb #embedded

  13. Debugging the RP2350’s ARM + RISC-V cores was… an adventure
    - GDB refusing to launch
    - Too many breakpoints on RISC-V
    - Switching architecture not as seamless as I thaught for debugging

    You can read about it here: embeddedjourneys.com/blog/rpi-

    #pico2 #debugging #raspberrypi

  14. Good to know as well that I only have 4 breakpoints available on my pico 2 with RISC-V, while I seem to have a lot more available when using the ARM architecture. #pico2 #RPIDebugProbe #debugging

  15. Took some time to figure out how to switch between ARM and RISC-V architectures on my RPI Pico 2 and to keep my Raspberry Pi Debug Probe functional! Finally! Blog post incoming! #arm #riscv #pico2 #rp2350

  16. #RunCPM v6.9 for the RPi #Pico and #Pico2
    ( .UF2 Binary and Source)
    - Pico do clock now at 275MHz
    - Pico2 stays clocked at 300MHz
    - Internal CCP v3.3
    - RP2040/2350 Core v5.4.3
    now available at
    github.com/guidol70/RunCPM_RPi

  17. The #MZ700 emulation for the #Pico MZ is nearly finished! Documentation to write and update, plus testing on #RC2014 cards and #Pico2 hardware left to do. Hoping to have version 3.0.0 released by the end of the month. #RetroComputing

  18. Bulk read/write rates seem reasonable...

    > setclock .16

    > download random 20000000
    download: sending 32768 bytes...
    download: 68716 uS -> 476861 B/s

    > upload check 20000000 8000
    upload: reading 32768 bytes...
    upload: 67353 uS -> 486511 B/s

    #Projects #XDebug #Pico2

  19. Test-Compile #RunCPM v6.7 for #Pico2 (USB-serial)
    Source & .UF2 Binary
    (-Os + -O3 compile option)
    with
    - RP2040/RP2350-Core v4.7.1
    - SDFat v2.3.1
    for testing reasons - because some had a freeze while starting apps (.COM) on a Pico2
    get it at
    github.com/guidol70/RunCPM_RPi

  20. Anyone else have a back log of micro-controller projects that are waiting on tariffs to clear up? #ESP32 #Pico2 #TrumpTariffs

  21. Very nice new gadget, the #PicoCalc by #ClockworkPi! 🤩 Got mine a few days ago and am currently learning a lot about how it works. Documentation is a bit sparse, currently. You have to study many forum posts on forum.clockworkpi.com, there's currently no "gettings started" guide. – A bit disappointing: No Python (neither Micro-, nor Circuit-) out of the box. But folks (not ClockworkPi) are working on it. – If you're into Forth: it's already there. #RaspberryPi #Pico #Pico2 #MMBasic