In this small Arduino side project, I explain how I made to create the effect of lighting 7 bowls detecting the sound frequency of each bowl with a microphone and using different colours to illuminate it. [Read more…] about Lighting 7 Bowls with colour Effect based on FFT algorithm, microphone and Arduino
Clock generator Si5351
A step-by-step tutorial to show how to program the Si5351 via I2C and Arduino to generate a square clock signal in the range between 8Khz and 160 MHz with the 2€ module.
How to Plot signals from Arduino via Serial Port with RealTerm: Tutorial
Plot a processed signal from Arduino COM Port in real-time is a useful practise when working with sensors, especially for debugging and developing. [Read more…] about How to Plot signals from Arduino via Serial Port with RealTerm: Tutorial
How to connect eHealth via Bluetooth with Python to Computer or Raspberry PI
I explain how to connect the eHealth sensor board from Cooking Hacks via Bluetooth to a Linux-based PC (or Raspberry Pi) to stream data and plot it on the computer with the bluePy library.
[Read more…] about How to connect eHealth via Bluetooth with Python to Computer or Raspberry PI
My Final Thesis: Design, Construct and Program a Multicopter
I recently noticed that my diploma thesis is available online on the university library repository. I share here the link with you! [Read more…] about My Final Thesis: Design, Construct and Program a Multicopter
How to send data from an Arduino BT or 101 to PC in real-time
How to send data from my Arduino to a computer via Bluetooth in real-time? [Read more…] about How to send data from an Arduino BT or 101 to PC in real-time