arduinoUno Archives - Open Electronics https://www.open-electronics.org/tag/arduinouno/ Open source electronic projects Thu, 02 May 2019 07:52:03 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.1 https://www.open-electronics.org/wp-content/uploads/2015/08/cropped-logo-32x32.jpeg arduinoUno Archives - Open Electronics https://www.open-electronics.org/tag/arduinouno/ 32 32 32754084 UNIVERSAL GSM SHIELD – The Sketches https://www.open-electronics.org/universal-gsm-shield-the-sketches/ https://www.open-electronics.org/universal-gsm-shield-the-sketches/#respond Tue, 30 Apr 2019 09:39:44 +0000 https://www.open-electronics.org/?p=27987   In the previous episode, we have described the library and the functions made available by it. Now we will introduce a series of sketches through which you will see in practice how the library works and it’s potential. The sketches will implement functions such as receiving or sending SMS, voice calls, managing certain generic […]

The post UNIVERSAL GSM SHIELD – The Sketches appeared first on Open Electronics. The author is Matteo.Destro

]]>
https://www.open-electronics.org/universal-gsm-shield-the-sketches/feed/ 0 27987
UNIVERSAL GSM SHIELD – The GSM library for Arduino https://www.open-electronics.org/universal-gsm-shield-the-gsm-library-for-arduino/ https://www.open-electronics.org/universal-gsm-shield-the-gsm-library-for-arduino/#comments Wed, 17 Apr 2019 13:53:53 +0000 https://www.open-electronics.org/?p=27848   Let’s discover a useful library to manage various low-cost GSM/GPRS modules, in order to provide cellular connectivity to our Arduino projects. Second part. In the previous episode, we introduced the shield hardware and exposed the technical features and possible applications, as well as mentioned the library for Arduino, here we complete the previous speech […]

The post UNIVERSAL GSM SHIELD – The GSM library for Arduino appeared first on Open Electronics. The author is Matteo.Destro

]]>
https://www.open-electronics.org/universal-gsm-shield-the-gsm-library-for-arduino/feed/ 1 27848
UNIVERSAL GSM SHIELD – The hardware https://www.open-electronics.org/universal-gsm-shield-the-hardware/ https://www.open-electronics.org/universal-gsm-shield-the-hardware/#respond Tue, 09 Apr 2019 06:55:30 +0000 https://www.open-electronics.org/?p=27777   It supports various low-cost GSM/GPRS modules in order to provide cellular connectivity to our Arduino projects. First part.   Given the growing demand for electronic equipment with connection to the GSM/GPRS network, we decided to develop a new GSM shield for the Arduino and Raspberry Pi 3 platforms, capable of supporting various modules on […]

The post UNIVERSAL GSM SHIELD – The hardware appeared first on Open Electronics. The author is Matteo.Destro

]]>
https://www.open-electronics.org/universal-gsm-shield-the-hardware/feed/ 0 27777
Alphabot2: the OpenSource Robot https://www.open-electronics.org/alphabot2-the-opensource-robot/ https://www.open-electronics.org/alphabot2-the-opensource-robot/#respond Fri, 05 Oct 2018 09:13:57 +0000 https://www.open-electronics.org/?p=25065   The latest robot from Waveshare, it adds interesting features to the qualities of its predecessor. You were able to appreciate the instructional robotics platform on wheels called Alphabot, in an article dedicated to it, and you were able to see it in its version with Arduino controller. Alphabot, we remind you, is a robot […]

The post Alphabot2: the OpenSource Robot appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/alphabot2-the-opensource-robot/feed/ 0 25065
Alphabot, THE OPEN SOURCE ROBOT https://www.open-electronics.org/alphabot-the-open-source-robot/ https://www.open-electronics.org/alphabot-the-open-source-robot/#comments Thu, 09 Aug 2018 12:18:02 +0000 https://www.open-electronics.org/?p=24786   A robotics development platform based on a two-wheel mechanics plus pivoting wheel on which you can prototype applications, controllable with popular Arduino Uno, Raspberry Pi 3 boards or both.  Robotics is one of the most engaging parts of electronics because it can combine different fields of knowledge and skills in the same project; in […]

The post Alphabot, THE OPEN SOURCE ROBOT appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/alphabot-the-open-source-robot/feed/ 1 24786
FISH&GO! A WiFi Rover controlled by Blynk APP https://www.open-electronics.org/fishgo/ https://www.open-electronics.org/fishgo/#respond Thu, 05 Jul 2018 17:14:11 +0000 https://www.open-electronics.org/?p=24389 [bctt tweet=”Based on the Fishino UNO board, a simple and funny project to join practicality and fun together controlled from the “Blynk” app” username=”OpenElectronics”]   Based on the Fishino UNO board, a simple and funny project to join practicality and fun together. We are going to build a robot on wheels controlled from the “Blynk” […]

The post FISH&GO! A WiFi Rover controlled by Blynk APP appeared first on Open Electronics. The author is Carlo Palumbo

]]>
https://www.open-electronics.org/fishgo/feed/ 0 24389
Arduino and ADC (part3) https://www.open-electronics.org/arduino-and-adc-part3/ https://www.open-electronics.org/arduino-and-adc-part3/#comments Wed, 02 May 2018 13:25:46 +0000 https://www.open-electronics.org/?p=23974   Let’s get practical with some examples of combinations of sensors working at different voltages and references for the A/D converter of Arduino. Third and final part. After getting to know and having studied in details the ADC contained in the ATmega328P microcontroller which is equipped with Arduino Uno board’s and more, and after having […]

The post Arduino and ADC (part3) appeared first on Open Electronics. The author is Prof. Michele Menniti

]]>
https://www.open-electronics.org/arduino-and-adc-part3/feed/ 1 23974
Arduino and ADC (part2) https://www.open-electronics.org/arduino-and-adc/ https://www.open-electronics.org/arduino-and-adc/#comments Thu, 19 Apr 2018 10:27:25 +0000 https://www.open-electronics.org/?p=23879   Let’s go deeper into enhancing techniques for ADC reading and let’s take a look at the first practical examples of analog data reading coming from sensors. Part two.   In the first part of this tutorial we have introduced the functioning of Arduino AD converter, which is associated to the input pins A0÷A5 (ANALOG […]

The post Arduino and ADC (part2) appeared first on Open Electronics. The author is Prof. Michele Menniti

]]>
https://www.open-electronics.org/arduino-and-adc/feed/ 1 23879
Discovering Arduino capabilities in Analog/Digital Conversion (part1) https://www.open-electronics.org/discovering-arduino-capabilities-in-analog-digital-conversion/ https://www.open-electronics.org/discovering-arduino-capabilities-in-analog-digital-conversion/#respond Thu, 29 Mar 2018 09:21:11 +0000 https://www.open-electronics.org/?p=23708   Let’s step into the word of analog-digital conversion for Arduino, by discovering how the dedicated pins work and how to use them for acquisitions. Part one.   In the ADC of Arduino, an analog signal ranging from 0 to 5 V is translated in 10-bit code, which is 210 = 1024 combinations, with a […]

The post Discovering Arduino capabilities in Analog/Digital Conversion (part1) appeared first on Open Electronics. The author is Prof. Michele Menniti

]]>
https://www.open-electronics.org/discovering-arduino-capabilities-in-analog-digital-conversion/feed/ 0 23708
The 1sheeld Virtual People Counter https://www.open-electronics.org/the-1sheeld-virtual-people-counter/ https://www.open-electronics.org/the-1sheeld-virtual-people-counter/#respond Fri, 04 Aug 2017 13:08:00 +0000 https://www.open-electronics.org/?p=21035   A virtual shield and a smartphone, with the addition of ultrasound sensors that allow us to detect passage and direction of anyone crossing a passage. Most of Arduino’s success is also due to the fact that the base features of this board can be expanded by simply adding shields, which are boards containing hardware […]

The post The 1sheeld Virtual People Counter appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/the-1sheeld-virtual-people-counter/feed/ 0 21035
Control all your IR appliances through Bluetooth (or internet) https://www.open-electronics.org/control-all-your-ir-appliances-through-bluetooth-or-internet/ https://www.open-electronics.org/control-all-your-ir-appliances-through-bluetooth-or-internet/#comments Mon, 29 May 2017 10:22:59 +0000 https://www.open-electronics.org/?p=20577     A Bluetooth enabled remote that will help you control one or more IR-controlled electric payloads.   In this post, we are going to present a project for emulating an IR remote control composed of a RandA board (an Arduino that has connectors to interface with Raspberry Pi on one side and connectors for […]

The post Control all your IR appliances through Bluetooth (or internet) appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/control-all-your-ir-appliances-through-bluetooth-or-internet/feed/ 3 20577
An OTP (One Time Password) Lock https://www.open-electronics.org/an-otp-on-time-password-lock/ https://www.open-electronics.org/an-otp-on-time-password-lock/#comments Thu, 05 Jan 2017 10:57:26 +0000 http://www.open-electronics.org/?p=18932   Let’s create an electrically controlled lock that is opened by means of an always different code that is generated by our smartphone, on the basis of an algorithm that takes the time into account.   If you are a customer of an online bank, you will probably be using a device named “token” already, […]

The post An OTP (One Time Password) Lock appeared first on Open Electronics. The author is Boris Landoni

]]>
https://www.open-electronics.org/an-otp-on-time-password-lock/feed/ 5 18932