Renzo Mischianti Articles
I bought an Alexa device and since then I don’t want to press a button anymore and I want to turn all my devices into voice control. So I start this tutorial to explain how to create a simple custom Smart Home Skill.
In this article we are going to connect our Skill to the Lambda.
An important features that simplify the sharing of firmware (and It is used by the most productor) is to generate pre-compiled binary file with only the sketch part (or filesystem).
In this article we are going to generate filesystem binary file and we try to flash esp8266 with Espressif Download Tool.
I bought an Alexa device and since then I don’t want to press a button anymore and I want to turn all my devices into voice control. So I start this tutorial to explain how to create a simple custom Smart Home Skill.
In this article we are going to create and configure the lambda function for our Smart Home Skill.
An important features that simplify the sharing of firmware (and It is used by the most productor) is to generate pre-compiled binary file with only the sketch part (or filesystem).
In this article we will see how to generate the binary firmware and how to sign it.
I bought an Alexa device and since then I don’t want to press a button anymore and I want to turn all my devices into voice control. So I start this tutorial to explain how to create a simple custom Smart Home Skill.
Now we are going to create and configure the Skill.
When Arduino compiles your sketches, it produces an output file called Hex file that is a complete structure of the micro controller with bootloader.
We are going to see how to do this operation.
I bought an Alexa device and since then I don’t want to press a button anymore and I want to turn all my devices into voice control. So I start this tutorial to explain how to create a simple custom Smart Home Skill.
Now a brief introduction to skills.
For my projects and my family I create a simple modular system for the construction of arms and supports of various kinds. Here I start to put the basic elements to create some solutions.
Here you can find the housing for esp32-cam module.
I use this esp32-cam for all my monitoring systems and also for do some video with multiple windows, I think that the integrated led feature in the esp32-cam board can be very usefully, so I thought about adding control on the web interface.
For my projects and my family I create a simple modular system for the construction of arms and supports of various kinds. Here I start to put the basic elements to create some solutions.