Search found 12 matches

by sergey.lyubka
Thu Dec 06, 2018 8:08 pm
Forum: General Discussion
Topic: [VIDEO] Make Arduino Uno controlled via AWS device shadow (via ESP-WROOM-32)
Replies: 0
Views: 2483

[VIDEO] Make Arduino Uno controlled via AWS device shadow (via ESP-WROOM-32)

Video URL: https://www.youtube.com/watch?v=od1rsIrvwrM An Arduino Uno switches an LED on/off based on the AWS device shadow. This setup could be replicated with practically any host microcontroller. A CCM module (which is an ESP-WROOM-32 hardware module) could provides device shadow connectivity, MQ...
by sergey.lyubka
Tue Apr 10, 2018 9:09 pm
Forum: General Discussion
Topic: [VIDEO] Freshen - device management for ESP32
Replies: 4
Views: 7094

Re: [VIDEO] Freshen - device management for ESP32

Yes, Go.
Delivered as a docker image container, runnable anywhere.
by sergey.lyubka
Sat Apr 07, 2018 12:21 am
Forum: General Discussion
Topic: [VIDEO] Freshen - device management for ESP32
Replies: 4
Views: 7094

[VIDEO] Freshen - device management for ESP32

Both Arduino and ESP-IDF are supported!

Website: https://freshen.cc
Video Introduction: https://www.youtube.com/watch?v=vZ8dTd0TyP0
by sergey.lyubka
Wed Apr 04, 2018 12:33 pm
Forum: General Discussion
Topic: Mongoose OS changed the license to Apache 2.0
Replies: 1
Views: 3555

Mongoose OS changed the license to Apache 2.0

Mongoose OS is an IoT firmware development framework, ESP32 is its major platform.
On 2018-04-04 Mongoose OS is released under Apache License, Version 2.0.

Website: https://mongoose-os.com/
GitHub repo: https://github.com/cesanta/mongoose-os
by sergey.lyubka
Thu Mar 08, 2018 2:41 pm
Forum: General Discussion
Topic: freshen.cc - Over-the-Air update (OTA) component + online dashboard
Replies: 0
Views: 2842

freshen.cc - Over-the-Air update (OTA) component + online dashboard

Hello, this is an announcement of the Over-the-Air update library and online dashboard service: https://freshen.cc Functionality: 1. Over-the-Air firmware update via Web UI or RESTful API . 2. Remote device management. Register/export your own management functions on a device, for example reboot, se...
by sergey.lyubka
Mon May 22, 2017 1:03 pm
Forum: Showcase
Topic: ESP32 flash encryption enabled by Mongoose OS
Replies: 2
Views: 6564

Re: ESP32 flash encryption enabled by Mongoose OS

Yes indeed!

Mongoose OS implementation is based on ESP-IDF, in fact we've submitted some patches during our work that has been integrated into ESP-IDF. The point is: Mongoose OS makes flash encryption process very easy - that's a single command. Otherwise, it is not trivial to do in a real firmware.
by sergey.lyubka
Tue Apr 04, 2017 8:46 pm
Forum: Sample Code
Topic: [Video] How to make ESP32 remotely controllable with MongooseOS
Replies: 0
Views: 3412

[Video] How to make ESP32 remotely controllable with MongooseOS

https://mongoose-os.com/video-tutorials.html#video6

The video above uses NodeMCU, but everything is applicable with no changes to ESP32.