Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BR-6: Support #53

Closed
StrandedAlien opened this issue Apr 1, 2024 · 2 comments
Closed

BR-6: Support #53

StrandedAlien opened this issue Apr 1, 2024 · 2 comments
Labels
wontfix This will not be worked on

Comments

@StrandedAlien
Copy link

image

There is a teardown on YT showing the same PCB just with a graphics display. https://www.youtube.com/watch?v=fNMOmk37HbM. Looks to me like another display, but the rest might be standard. Any chance?

@Gissio Gissio added the wontfix This will not be worked on label Apr 1, 2024
@Gissio Gissio closed this as completed Apr 1, 2024
@Gissio
Copy link
Owner

Gissio commented Apr 1, 2024

I have never worked with the STC8A8K64D4 MCU so I can't support it.

But I can give you some hints as to what would need to be done (general hints, not support):

  • Follow the traces from the microprocessor to the board's devices (keyboard, display, battery, etc) and see what port connects to what device. A multimeter might help.
  • The 4-pin header is an SWD connector. Get an STLINK dongle, and attempt to download the firmware through it. Then use some disassembly tool to disassemble the firmware, and see how the code accesses the MCU internal devices (input/output ports, timers, ADCs, etc).
  • Then, follow the steps in https://github.com/Gissio/radpro/blob/main/docs/developers.md and customize the code for the BR-6.

This should make a nice project...

@Gissio Gissio reopened this Apr 1, 2024
@Gissio Gissio changed the title Any chance to get support/help to adapt for BR-6 counter? BR-6: Support Apr 1, 2024
@StrandedAlien
Copy link
Author

StrandedAlien commented Apr 2, 2024 via email

@Gissio Gissio closed this as completed Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants