NebraLtd / hm-pyhelper

A helper module used across various Nebra repos to reduce redundant features.
https://nebra.io/hmpyhelper
MIT License
9 stars 16 forks source link

Helium OG #135

Open shawaj opened 2 years ago

shawaj commented 2 years ago

Pi 4, rak2287 (although original versions used raspi3)

Appears to use an LED driver for an RGB LED - chip lp5562

Also, judging by the config.txt has an IO expander mcp23017

Software Image - https://drive.google.com/drive/u/1/folders/1i6fZotygiHntfm-UGYdWN9Q86bIL4hzq

shawaj commented 2 years ago

Also has a fan but yet to determine how it is controlled

shawaj commented 2 years ago

LP5562 is on i2c address 0x30 - https://www.ti.com/lit/ds/symlink/lp5562.pdf?ts=1646948675622&ref_url=https%253A%252F%252Fwww.google.com%252F

@MuratUrsavas any experience controlling one of these?

MuratUrsavas commented 2 years ago

No but it would be very easy to implement.

shawaj commented 2 years ago

No but it would be very easy to implement.

Awesome. I'm still getting an error with rising edge setup on this device weirdly

shawaj commented 1 year ago

Some LED functionality info https://github.com/helium/gateway-config/blob/master/src/gateway_config_led.erl#L70

shawaj commented 1 year ago

Fan possibly on gpio12