Search found 4 matches

by jschwefel
Mon Sep 16, 2024 11:49 pm
Forum: General Discussion
Topic: My First Component
Replies: 5
Views: 434

Re: My First Component

aliarifat794 wrote:
Mon Sep 16, 2024 7:54 am
Your RTC module is also compatible with Arduino, right?
This looks to be non-trivial. Please submit it as an issue/enhancment. Let me know if you have an active project or is otherwise blocking you and I will prioritize accordingly.

Jason
by jschwefel
Mon Sep 16, 2024 2:27 pm
Forum: General Discussion
Topic: My First Component
Replies: 5
Views: 434

Re: My First Component

Well, I finally did it! I have a properly doumented, well designed (I hope) and published OSS project, a component for the ESP32 family for the ESP-IDF. It is a library to interface to the DS3231 RTC module that one finds all over Amazon. I call it esp-idf-ds3231 . I am still newish to C programmin...
by jschwefel
Mon Sep 16, 2024 2:25 pm
Forum: General Discussion
Topic: My First Component
Replies: 5
Views: 434

Re: My First Component

aliarifat794 wrote:
Mon Sep 16, 2024 7:54 am
Your RTC module is also compatible with Arduino, right?
I am not certain. I will test it. I am sure I will be able to make it work.

Please add it as an enhancement at https://github.com/jschwefel/esp-idf-ds3231/issues

I want to make sure I track all of those that contribute to this.

Jason
by jschwefel
Sun Sep 15, 2024 6:13 pm
Forum: General Discussion
Topic: My First Component
Replies: 5
Views: 434

My First Component

Well, I finally did it! I have a properly doumented, well designed (I hope) and published OSS project, a component for the ESP32 family for the ESP-IDF. It is a library to interface to the DS3231 RTC module that one finds all over Amazon. I call it esp-idf-ds3231 . I am still newish to C programming...