The ADXL345 accelerometer is a powerful and affordable sensor that provides detailed motion and tilt data in three axes. When combined with the Arduino Uno, it creates a versatile platform for developing IoT applications that require real-time motion tracking. In this tutorial, we will explore the features of the ADXL345 accelerometer, connect it to the…
Blog
How to Use the Arduino Uno WiFi for IoT Projects
Connecting devices to the Internet is a key requirement in IoT and embedded systems. The Arduino Uno WiFi board simplifies this process by including a built-in WiFi module, eliminating the need for additional external hardware. This makes it an excellent choice for developers looking to create connected projects quickly and efficiently. This article will guide…
How to build a smart amplifier based on TPA2016 and STM32
When it comes to music or any audio which is reproduced by any electronical device, we usually never think about the whole process which stays behind the transformation of our audio files into a hearable audio signal. Everything starts with audio files, which contains a digital representation of sound. Digital sounds are essentially a sequence…
No Wi-Fi? No problem! How to use a SIM800L modem to create a GSM temperature sensor
Electronic sensors are part of many digital devices that we use every day, such as our smartphones, computers, and cars. A sensor is a device that collects some information of any kind (usually a physical quantity), which a computing unit can then use to make any decision and interact consequently in the physical world. Some…
Temperature measurement? Never so easy with STM32 and MCP9808!
Modern technology offers several ways to electronically measure a temperature, with different kind of sensors or probes. Possible examples are termocouples, thermistors or digital sensors. All of them have their pros and cons, in terms of cost, temperature ranges and resolution. In this article, we are going to see a very cost-effective solution to measure…
Using the USB Serial Port on the STM32 Nucleo-64 board
STM32 Nucleo-64 boards from STMicroelectronics are very common evaluation boards which are often used by hobbists and professionists. Thanks to a practical board design and to the available tools, prototyping with a Nucleo-64 it’s a very stressless and straightforward experience. In this article we are going to see how can we use the on-board serial…