FilipDominec / rp2daq

Raspberry Pi Pico firmware for universal hardware control & measurement, along with a user-friendly Python frontend
MIT License
27 stars 4 forks source link

rp2daq python application detecting older FW on Pico #19

Open lisa-arcboats opened 2 weeks ago

lisa-arcboats commented 2 weeks ago

Getting this error: WARNING:root:rp2daq device firmware has version 231005, older than this script requires: 240715. right after flashing the newest v0.2.0 release.

I followed the instructions and held BOOTSEL button while plugging the device in, when the device showed up as a flash drive I dragged and dropped the UF2 file. After I dragged and dropped the UF2 file I saw the LEDs blink twice.

I'm trying to use the latest on main branch, not sure if this is too new for the latest FW release.

FilipDominec commented 2 weeks ago

Dear Lisa, thanks for writing. You will surely need to have matching firmware/software versions - the easiest is to get both of them from https://github.com/FilipDominec/rp2daq/releases/tag/v0.2.0 . Is this OK?

Since v0.2.0, I pushed changes in the main branch that make the binary messaging partially incompatible with it. It's actually correct the firmware wrote you the warning. I will publish a new release to make the new features available.

Feel free to write any user experience and wishes.