Search found 11 matches
- Sun Nov 03, 2019 2:16 pm
- Forum: ESP-IDF
- Topic: Pub/Sub library
- Replies: 0
- Views: 2951
Pub/Sub library
Hi. I have written this library https://github.com/jaracil/pubsub-c to be able to face complex multi-thread developments.The main idea is decoupled programming using the actor model https://en.wikipedia.org/wiki/Actor_model . The pubsub-c library works with POSIX (Pthreads) and FreeRTOS. It is worki...
- Wed Feb 20, 2019 7:40 am
- Forum: ESP-IDF
- Topic: NimBLE port for ESP32
- Replies: 8
- Views: 17790
Re: NimBLE port for ESP32
Cool! I stop my nimble port waiting for your news.
- Tue Feb 19, 2019 12:45 pm
- Forum: ESP-IDF
- Topic: NimBLE port for ESP32
- Replies: 8
- Views: 17790
NimBLE port for ESP32
Hi. I'm working on NimBLE por for ESP32. https://github.com/jaracil/nimble-esp32 NimBLE is a complete BLE (Bluetooth Low Energy) lightweight and cleaner library. https://github.com/apache/mynewt-nimble It uses ~170K less program memory than bluedroid. There is still a lot of work, but for now, the e...
- Sun Dec 02, 2018 8:31 am
- Forum: Showcase
- Topic: Virkey. BLE garage door opener
- Replies: 0
- Views: 5482
Virkey. BLE garage door opener
https://github.com/nayarsystems/virkey Use cases Garage door opener. Safe switch. Clocking machine. Main characteristics Asymmetric encryption algorithm (libsodium) Unlimited users per device. Over-the-Air (OTA) firmware updates. The updates are transparent through users normal utilization. For exa...
- Tue Jul 03, 2018 3:22 pm
- Forum: General Discussion
- Topic: Released Virkey BLE access control.
- Replies: 0
- Views: 3115
Released Virkey BLE access control.
Hello. We released Virkey https://github.com/nayarsystems/virkey It aims to be a professional access control device. Use cases: * Garage door opener. * Safe switch. * Clocking machine. Main characteristics: * Asymmetric encryption algorithm libsodium: https://download.libsodium.org/doc/ * Unlimited ...
- Thu Jul 20, 2017 9:35 am
- Forum: ESP-IDF
- Topic: Need Help for NTP Configurations for ESP32
- Replies: 9
- Views: 17407
Re: Need Help for NTP Configurations for ESP32
martinayotte: Added America/Montreal.
ESP_Igrr: Just Added LICENSE file (MIT).
ESP_Igrr: Just Added LICENSE file (MIT).
- Wed Jul 19, 2017 12:04 pm
- Forum: ESP-IDF
- Topic: Need Help for NTP Configurations for ESP32
- Replies: 9
- Views: 17407
Re: Need Help for NTP Configurations for ESP32
We just created a GitHub project to maintain posix time zone strings DB.
https://github.com/nayarsystems/posix_tz_db
https://github.com/nayarsystems/posix_tz_db
- Thu Jun 01, 2017 3:00 pm
- Forum: General Discussion
- Topic: How to keep the system time between reboots?
- Replies: 2
- Views: 8055
How to keep the system time between reboots?
Hello.
I want to keep the system time between reboots (Obviously not in case of power failure).
Is there any chance without an external real time clock chip?
... if not ... is there any RAM region that is not reset between reboots?
Thanks.
I want to keep the system time between reboots (Obviously not in case of power failure).
Is there any chance without an external real time clock chip?
... if not ... is there any RAM region that is not reset between reboots?
Thanks.
- Tue May 30, 2017 7:35 pm
- Forum: General Discussion
- Topic: BLE notification transfer size
- Replies: 4
- Views: 12806
Re: BLE notification transfer size
Look at this post, it's very illustrative.
https://punchthrough.com/blog/posts/max ... nd-android
https://punchthrough.com/blog/posts/max ... nd-android
- Wed May 03, 2017 4:08 pm
- Forum: ESP-IDF
- Topic: Alternative Bluetooth/BLE Stack.
- Replies: 1
- Views: 4727
Alternative Bluetooth/BLE Stack.
Hi all.
Is there any alternative bluetooth stack ported to esp32?
Bluedroid is very convoluted and undocumented.
I have found free BLE stacks like Zephyr and Mynewt but I have not enough skills to port them.
Thanks.
Is there any alternative bluetooth stack ported to esp32?
Bluedroid is very convoluted and undocumented.
I have found free BLE stacks like Zephyr and Mynewt but I have not enough skills to port them.
Thanks.