Electronics – MakerClub https://makerclub.org 3D Printed robots, based in the UK. Fri, 07 Oct 2016 16:43:18 +0000 en-US hourly 1 https://wordpress.org/?v=4.6 A Special Guest Comes to Visit! https://makerclub.org/blog/2016/09/01/special-guest-comes-visit/ https://makerclub.org/blog/2016/09/01/special-guest-comes-visit/#respond Thu, 01 Sep 2016 14:15:58 +0000 https://makerclub.org/?p=8837 MakerClub had an exciting visitor this week! Professor Robert Winston, scientist and television presenter, dropped in on our Robotic Arm … Continued

The post A Special Guest Comes to Visit! appeared first on MakerClub.

]]>
MakerClub had an exciting visitor this week! Professor Robert Winston, scientist and television presenter, dropped in on our Robotic Arm Workshop at Barclays Eagle Labs, Brighton!

Following a successful career in medicine, Winston has become a recognisable TV personality presenting shows such as the BBC’s Human Body and Child of Our Time. Now a member of the House of Lords, Winston speaks often about science and education which sit at the core of what we do

It was an honour to have such a successful visitor among us while we tinkered away at our robot arms. The kids had a great time chatting to him too and we even got a group photo!

 

The post A Special Guest Comes to Visit! appeared first on MakerClub.

]]>
https://makerclub.org/blog/2016/09/01/special-guest-comes-visit/feed/ 0
What is an Arduino? https://makerclub.org/what-is-an-arduino/ Wed, 03 Feb 2016 12:36:52 +0000 http://makerclub.org/?page_id=4582 Arduino is a range of microcontrollers with a companion Integrated Development Environment (IDE) which is used to program the boards. … Continued

The post What is an Arduino? appeared first on MakerClub.

]]>
Arduino is a range of microcontrollers with a companion Integrated Development Environment (IDE) which is used to program the boards. The technology was developed in the Ivrea Interaction Design Institute as a tool for fast prototyping. It was specifically designed to be used by people that didn’t have a lot of experience in electronics. The main purpose of Arduino boards is to read inputs like a button being pressed or a sensor being activated and then to turn those actions into outputs, which could be a motor moving or an LED light going on.  

Arduino microcontroller

 

MakerClub has developed its own microcontroller based on the Arduino architecture. This is because Arduino is Open Source there are lots of different versions out there made by all kind of companies. Our MakerClub Hornet board takes all the best bits from Arduino and then supercharges it for robotics, but adding a load of functionality. The Arduino community is very active and it’s microcontrollers can be found in maker projects all over the world. If you Google ‘Aduino projects’, you’ll get thousands of hits, with loads of great tutorials.

MakerClub Hornet microcontroller

Additionally, the Arduino IDE uses a simplified version of the programming language C++, making it easier to learn to programing. At MakerClub, we have made our own version that simplifies the process even more. You can access the MakerClub IDE for free, it is also compatible with Arduino boards.

There are a wide range of Arduino boards, but you’ll find roughly the same bits on every board. There’s the main power supply which is called a Barrel Jack (because it’s shaped like a barrel!), a USB connector to program the board and a reset button, that will temporarily connect the reset pin to ground and restart any code that is loaded on the Arduino.

You’ll also see rows of what we call ‘pins’, these are what you connect the wires to when you want to add inputs and outputs. You may be using a breadboard to attach these too, but with the MakerClub Hornet board, you don’t need to do this. You’ll learn more about the functions of the pins on our MakerClub courses.

At the heart of the Arduino is the Main IC or Integrated circuit (IC), you can think of this as the brains of the board. Arduino boards mostly use the ATmega range of IC’s from the ATMEL company. Make sure you know what IC your board has before programming it, as it may have certain memory limitations.  

There are a huge range of sensors available that are compatible with Arduino, everything from heartbeat monitors to C02 detectors. The combinations are endless. Arduino based devices can also used Shields, these are secondary boards that fit on top of the Arduino to give it extra functionality like WiFi or speakers.   

The post What is an Arduino? appeared first on MakerClub.

]]>
What is a Shield? https://makerclub.org/what-is-a-shield-2/ Tue, 02 Feb 2016 16:58:05 +0000 http://makerclub.org/?page_id=4544 A ‘Shield’ is a circuit board that uses a set of pins to connect directly to some (or all) of … Continued

The post What is a Shield? appeared first on MakerClub.

]]>
microcontroller and shield

A ‘Shield’ is a circuit board that uses a set of pins to connect directly to some (or all) of the pins on a microcontroller, usually to add extra functionality or to avoid using excessive wires or a separate breadboard. The term is mainly used when talking about Arduinos. These can also be termed ‘daughter boards’ or ‘modules’.

In general electronics, the term ‘shield’ can also mean a conductive layer that prevents capacitive coupling to whatever you are trying to protect with the shield.

At MakerClub, we will be producing a range of additional shields for our Hornet microcontroller, including sensor packed weather stations and home automation specials.

The post What is a Shield? appeared first on MakerClub.

]]>