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

Feature request: Porting of this code to CH582F. #3

Open
happytm opened this issue Jan 6, 2024 · 4 comments
Open

Feature request: Porting of this code to CH582F. #3

happytm opened this issue Jan 6, 2024 · 4 comments

Comments

@happytm
Copy link

happytm commented Jan 6, 2024

I am avid reader of your blog for Attiny related projects you publish. It is in very detail but very pleasurable and easy to understand. If time allows, you should start blog series with CH582/CH583/CH592 micro controller with built in BLE and USB.

I wanted to see if this project can be implemented on CH582F micro controller with built in BLE. This is very useful because we can get rid of buttons and use smartphone to transmit IR code.

CH582F uses their own SDK and they provide several example code in c including for timer and ble functions.

https://github.com/openwch/ch583/tree/main/EVT/EXAM

Their datasheet: https://github.com/openwch/ch583/blob/main/Datasheet/CH583DS1_EN.PDF

Is this possible?

Thanks.

@wagiminator
Copy link
Owner

I've already tried a few WCH micros (https://github.com/wagiminator/Development-Boards) and like them a lot. However, the CH582F was not yet included. I'll put it on my list, but I can't say when I'll get to it.

@happytm
Copy link
Author

happytm commented Jan 14, 2024

@wagiminator Thank you for your response. I am so sorry I missed your response.

I think these are least expensive BLE capable board I can find which can do 1km range.

The company's IDE covers most of the peripheral's code except IR.

If you live in USA I can mail you couple of boards.

Thanks.

@wagiminator
Copy link
Owner

Hi, I live on the other side of the Atlantic, but thanks anyway. I don't have the time to deal with BLE at the moment (I never have before). But it shouldn't actually be a problem to implement the IR function on other controllers. I have described the timings. Basically it's switching the LED on and off with a delay in between ;-)

@happytm
Copy link
Author

happytm commented Jan 15, 2024

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants