MQTT – Introduction

If two devices have to talk to each other, they must adopt the same protocol. In the past, I’ve already shown different types of communication, for example between Arduino and a C# program, Arduino and a website or Arduino and an NTP server. All those communications are point-to-point ones, that is between two actors. Today I’m instead going to introduce you…

NFC tags and Android smartphones

I recently brought from Banggood 3 NFC tags, for about 4 euros. Tags are adhesive and round shaped; the package also contains three colored stickers labeled please touch it to cover the tags: A NFC (Near Field Communication) tag is a passive device (it does not contain batteries or any other power sources) that, when located near to a reader,…

SoftPot and Arduino

I found that Troniqa webshop sells a membrane potentiometer named SoftPot (datasheet): This potentiometer, that is available in lengths of 10 and 20cm, changes its resistance depending on the point on which pressure is applied. The connection to Arduino is very simple and doesn’t differ from what is explained in the official tutorial for a “normal” potentiometer: I connected 5V to pin…

Flashing er9x on a Turnigy 9x transmitter

The Turnigy 9x transmitter (here the Mode2 version on the Hobbyking’s website) is for sure one of the most chosen radio by who start playing with multicopters (and not only with them…). One of the most reported flaws is its software, that doesn’t offer “advanced” features as some more expensive transmitters and that sometimes it’s also difficult to use. For this reason some…