Replies: 2 comments 13 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your fast reply!
Only result I get is [screen is terminating] ?!?
…________________________________
Von: Awawa ***@***.***>
Gesendet: Dienstag, 27. Februar 2024 18:39
An: awawa-dev/HyperSPI ***@***.***>
Cc: Psyobilin ***@***.***>; Author ***@***.***>
Betreff: Re: [awawa-dev/HyperSPI] Ws2812b doesn´t light up (Discussion #39)
Hi
Wrong speed and maybe something else too. Did you check the communication? https://github.com/awawa-dev/HyperSPI?tab=readme-ov-file#performancedebug-output
—
Reply to this email directly, view it on GitHub<#39 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALRM2GEINV7BZKWZXUKVSPLYVYK6HAVCNFSM6AAAAABD4CTTD6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DMMBYGY3DQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
No matter what I try, my strip doesn´t light up.
That´s what I´ve edited in platformio.ini
[env:s2_mini_WS281x_RGB]
build_flags = -DNEOPIXEL_RGB -DDATA_PIN=16 ${env.build_flags} -DSECOND_SEGMENT_START_INDEX=142 -DSECOND_SEGMENT_DATA_PIN=33
custom_prog_version = esp32_s2_mini_WS281x_RGB
Here´s the log:
2024-02-27T13:00:53.124Z [LEDDEVICE_AWA_SPI] Start LedDevice 'awa_spi'.
2024-02-27T13:00:53.125Z [COMPONENTREG0] LED device: disabled
2024-02-27T13:00:53.125Z [LEDDEVICE_AWA_SPI] (LedDevice.cpp:171) deviceConfig: [{"colorOrder":"rgb","currentLedCount":284,"hardwareLedCount":null,"invert":false,"output":"/dev/spidev0.0","rate":5000000,"refreshTime":0,"spitype":"esp32","type":"awa_spi","white_channel_calibration":false}]
2024-02-27T13:00:53.125Z [PERFORMANCE] [USB capturing: FPS = 10.01, decoding = 7ms, frames = 601, invalid = 0], [INSTANCE0: FPS = 10.01, processed = 601]
2024-02-27T13:00:53.125Z [LEDDEVICE_AWA_SPI] (LedDevice.cpp:235) RefreshTime updated to 0ms
2024-02-27T13:00:53.125Z [LEDDEVICE_AWA_SPI] (ProviderSpi.cpp:48) _baudRate_Hz [5000000], _spiType: esp32
2024-02-27T13:00:53.125Z [LEDDEVICE_AWA_SPI] (ProviderSpi.cpp:49) _spiDataInvert [0], _spiMode [0]
2024-02-27T13:00:53.125Z [LEDDEVICE_AWA_SPI] (LedDeviceAWA_spi.cpp:52) SPI driver with data integration check AWA protocol
2024-02-27T13:00:53.125Z [LEDDEVICE_AWA_SPI] (LedDeviceAWA_spi.cpp:60) SPI header for 284 leds: Awa 0x01 0x1b 0x4f
2024-02-27T13:00:53.125Z [LEDDEVICE_AWA_SPI] (LedDevice.cpp:103) Enable device
2024-02-27T13:00:53.125Z [LEDDEVICE_AWA_SPI] (LedDevice.cpp:333) Switch on
2024-02-27T13:00:53.125Z [LEDDEVICE_AWA_SPI] (LedDevice.cpp:409) Power On
2024-02-27T13:00:53.127Z [COMPONENTREG0] LED device: enabled
2024-02-27T13:00:57.764Z [WEBSOCKET] (JsonAPI.cpp:1250) log streaming activated for client ::ffff:192.168.1.169
For testing purposes I only have a small piece of LED Strip attached, but even this won´t light up. Please can anyone point me to the right direction?
Beta Was this translation helpful? Give feedback.
All reactions