Hello, thank you for determining the pins. The IR receiver is already supported by code, can you try it out? Just set the "IRRecv" role to the correct pin (find out which) and you should see the log info in the console when pressing a remote button.
Here is the pinout of BK7231T:
First pin is marked with dot. You can also take a look where a crystal oscillator is on the board and use it to determine which pin is where.
Then, you should just follow traces. See where the trace from IR receiver goes.
Regarding "hardware pin numbers" - OpenBeken is using directly BK pin numbers. So, P9 on my screenshot is P9 in OpenBeken. P26 (PWM5) is P26.... etc. P24 (PWM4) is P24..
The 3 buttons (on pcb) are connected as follow but no reactions in log:
ButtonS1=pin13 P15
ButtonS2=pin12 P16
ButtonS3=pin11 P14
On OBK panel, you are supposed to use "P15" etc indexing.
For your LED driver, you should set:
- IR Recv
- set 3 PWM pins, with channels 1, 2 and 3
- set one button - just a Button, second Button_NextColor, third Button_NextDimmer(channel doesn't matter for them in this case)
Like in this topic (not yet translated, but you can see photos of configuration):
https://www.elektroda.pl/rtvforum/topic3932026.html
IR Recv will not work without configuration. You should be able to see IR codes receiving in log.
I bought the same device as @dannyx323 in an Action store in DE at around €20.
LSC Smart Led Light Strip RGBCW
Brand: LSC
Chip: BK7231N
Module: Chip on pcb
Article number: 3000342
In my case the chip is a BK7231N (not ...T) like @alfakenzo reports.
On the backside of the PCB is a board ID and a date. It reads: "K225P10-V1.1" and "2022.03.25"
I used multimeter, PCB tracing, and oscilloscope to find the following assignments:
Code: json
Log in, to see the code
Questions to the forum:
* The PWM assignments work all nicely. But I cannot get the Btn and IRRecv to work. I am pretty sure the pin assignments are correct.
* The PCB has a microphone which I have not traced, yet. How do I configure a mic and how can I use it?
Hello @User0815 ,thank your for submitting the binary. Here's the extracted OBK template:
Code: json
Log in, to see the code
Following template may not contain all pins, you can also check out the templates above if necessary.
Interestingly enough, it seems slightly different than a previous template submitted by another user.
Here you can learn how to import it:
https://www.youtube.com/watch?v=VDbaLR_0YWs
EDIT:I see you have found more pins that I extracted from the binary. Good job!
Here is my configuration. It should be in the events section since I am not knowledgeable about the topic and I did it based on what I discovered at the time.
If someone could correct them to create more beautiful effects, it would be of great help.
Note: In the remote control, I set the minus (-) button to have colors to cancel the effects.