dgatf / msrc

Multi Sensor for RC with RP2040 - FrSky D, SmartPort, XBUS, SRXL, IBUS, SBUS, Multiplex Sensor Bus, Jeti Ex Bus, Hitec
GNU General Public License v3.0
169 stars 42 forks source link

RP2040 Zero status LED is not used - different pin #94

Closed NilsRo closed 1 year ago

NilsRo commented 1 year ago

It seems that the status led does not work with RP2040 Zero as it is noted in the README.

"Status led of the board blinks when sending telemetry. If it doesn't blink check connections and config" Using the provided prebuild firmware with S.Port and Hobbwing V4 ESC.

Howtos: "As you might have noticed, GP25 of the Raspberry Pi Pico is routed to an onboard green LED. The RP2040-Zero did not have a similar LED on board (GP25 was thus freed) but its GP16 is hardwired to the DI (data input) of the integrated WS2812 LED."

aepub commented 1 year ago

I see this problem too. What should I do about it?

aepub commented 1 year ago

Has the author continued to update the code? Can the RGB LED and GPS be used normally?

aepub commented 1 year ago

GPS can be used normally in Jeti, RGB lights cannot be used, looking forward to the new version!

dgatf commented 1 year ago

Yes, I continue with the project. Status led has been improved. Tested with pico. I'm waiting to receive a new zero to test the led

aepub commented 1 year ago

Hard work, great work.

MSRC is more suitable for my application, using jtei's remote control. Currently, I have found that:

  1. GPS positioning is relatively slow, sometimes longitude and latitude only appear for a long time on JETI, and sometimes when the TX plug is unplugged and plugged in again, data such as longitude and latitude and date will appear;

  2. The voltage display data jumps, not at a fixed value;

  3. Unable to display the current value, I am not sure if it is the reason for the setting;

Looking forward to a version with RGB indicator lights.

dgatf commented 1 year ago

Looking forward to a version with RGB indicator lights.

Fixed with 1a3f299f7e3c4cdfac2c9b15cf074ee6aff59de2

dgatf commented 1 year ago

MSRC is more suitable for my application, using jtei's remote control. Currently, I have found that:

  • GPS positioning is relatively slow, sometimes longitude and latitude only appear for a long time on JETI, and sometimes when the TX plug is unplugged and plugged in again, data such as longitude and latitude and date will appear;
  • The voltage display data jumps, not at a fixed value;
  • Unable to display the current value, I am not sure if it is the reason for the setting;

I've created a new issue for this. Please see #115