Articles tagged with “platformio”

ESP8266 - simple configuration over WiFi

While working on a CO2 sensor [/2019/06/10/carbon-dioxide-sensor-mh-z19b-part-1/] I needed to manage the device without any human interface or additional connectors. Fortunately, the ESP8266 devices include the WiFi interface and it was obvious step to use it for device management.

Carbon Dioxide Sensor MH-Z19b - Part 2 - Software

Part 1 - Hardware design [/2019/06/10/carbon-dioxide-sensor-mh-z19b-part-1/] Prototype projects do not require complex software and I am using the Arduino framework because it has plenty of useful libraries for all possible device types. For compiling the project I am using PlatformIO framework.

URU Card - minimal FIDO2 implementation with Arduino

This update was delayed due to summer holidays but it brings achievement of the very important milestone. Now we have a very minimal implementation of the FIDO2 authentication protocol on the Arduino framework. The simplicity of the Arduino platform and the availability of the hardware opens the door to secure authentication to everyone interested.