Search found 11 matches

by jaracil
Sun Nov 03, 2019 2:16 pm
Forum: ESP-IDF
Topic: Pub/Sub library
Replies: 0
Views: 3442

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 ...
by jaracil
Wed Feb 20, 2019 7:40 am
Forum: ESP-IDF
Topic: NimBLE port for ESP32
Replies: 8
Views: 19356

Re: NimBLE port for ESP32

Cool! I stop my nimble port waiting for your news.
by jaracil
Tue Feb 19, 2019 12:45 pm
Forum: ESP-IDF
Topic: NimBLE port for ESP32
Replies: 8
Views: 19356

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 ...
by jaracil
Sun Dec 02, 2018 8:31 am
Forum: Showcase
Topic: Virkey. BLE garage door opener
Replies: 0
Views: 5842

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 ...
by jaracil
Tue Jul 03, 2018 3:22 pm
Forum: General Discussion
Topic: Released Virkey BLE access control.
Replies: 0
Views: 3300

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 ...
by jaracil
Thu Jul 20, 2017 9:35 am
Forum: ESP-IDF
Topic: Need Help for NTP Configurations for ESP32
Replies: 9
Views: 18666

Re: Need Help for NTP Configurations for ESP32

martinayotte: Added America/Montreal.

ESP_Igrr: Just Added LICENSE file (MIT).
by jaracil
Wed Jul 19, 2017 12:04 pm
Forum: ESP-IDF
Topic: Need Help for NTP Configurations for ESP32
Replies: 9
Views: 18666

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
by jaracil
Thu Jun 01, 2017 3:00 pm
Forum: General Discussion
Topic: How to keep the system time between reboots?
Replies: 2
Views: 8820

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.
by jaracil
Tue May 30, 2017 7:35 pm
Forum: General Discussion
Topic: BLE notification transfer size
Replies: 4
Views: 13809

Re: BLE notification transfer size

Look at this post, it's very illustrative.
https://punchthrough.com/blog/posts/max ... nd-android
by jaracil
Wed May 03, 2017 4:08 pm
Forum: ESP-IDF
Topic: Alternative Bluetooth/BLE Stack.
Replies: 1
Views: 5068

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.

Go to advanced search