RP2040-Zero + Level shifter #54
Replies: 6 comments 27 replies
|
Hi
if these LEDs blink even when HyperHDR is not working that's the mayor problem. Something triggers data line and it's not HyperSPI because it's using data integrity check. Maybe it's a common ground problem somehow (loops)? |
|
Is esp32 or rp2040 better? |
|
@awawa-dev , good evening. Unlike you, I cannot see the signal at the output (for this, as I understand it, you need an oscilloscope), is there a big difference compared to the 'SN74AHCT125'. |





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Good day @awawa-dev
I decided to try the rp2040 board in my assembly (the main board at the moment is esp32).
I sketched out the circuit, soldered everything, and launched it for testing.
With the following connection diagram everything worked fine:
The rp2040 specification states that the board can be powered directly through pins on the board (5V, GND), rather than just via USB.
I decided to try it out and powered the board directly from the LED strip unit, similar to a level shifter.
Connection diagram
With this scheme, everything stops working, 3 to 4 diodes in the strip periodically blink.
The 'rp2040' board does not respond in any way to commands from the HyperHDR interface.
Have you by any chance tried this type of connection?
If so, did everything work fine?
All reactions