by Xukyo | 27 Jul 2023 | Tutorials
You can turn your Raspberry Pi into an intelligent assistant by using a voice synthesizer like eSpeak. Thanks to this tutorial, you’ll be able to make your robot or application talk. Hardware Raspberry Pi 3 avec Raspberry Pi OS Internet connection and remote...
by Xukyo | 16 Mar 2023 | Tutorials
, , We have seen that the ESP8266 NodeMCU is easily programmable using the Arduino IDE. We will see how to program it with MicroPython. The advantage of using Python to program an ESP8266 is to use it to its full potential. Before following this tutorial, you must...
by Xukyo | 14 Feb 2023 | Tutorials
, , We have seen that the ESP32 NodeMCU is easily programmable using the Arduino IDE. We will see how to program it with MicroPython. The advantage of using Python to program an ESP32 is to use it to its full potential. Before following this tutorial, you must first...
by Xukyo | 7 Nov 2022 | Tutorials
In this tutorial, we go through the steps to program a TE0720, development board integrating a Xilinx Zynq-Z020 SoC, with Vivado and Vitis part of Xilinx software suite. Material Computer with Xilinx Vivado 2020.2 installed TE0720 Starter kit TE0720 Overview The Trenz...
by Xukyo | 27 Apr 2022 | Tutorials
In this tutorial we will see how to build a graphical interface with Processing. There are several tools to create a graphical interface: programming language (C, C++, Python, Java, etc.)Web language (HTML/CSS/PHP/Javascript)Software (LabView, Processing, etc.) The...