Feature request: Porting of this code to CH582F.
happytm opened this issue · 4 comments
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.
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.
@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.
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 ;-)
Thank you.