Arduino Programmer Projects

Week 8  :  Embedded Programming & Networking and Communications

Part 1 – Embedded Programing A Morse Code Receiver and Transmitter This week’s assignment was to program the board we made two weeks ago to do something, with as many different programming languages and programming environments as possible.I wanted to use all the features I have on my board – the button, the LED and the serial …

Week 8  :  Embedded Programming & Networking and Communications Read More »

ATmega8-and-Arduino-UART

How to establish UART communication between ATmega8 and Arduino Uno?

Here we are going to establish a communication between an ATmega8 microcontroller and Arduino Uno. The communication established here is UART (Universal Asynchronous Receiver Transmitter) type. It’s serial communication. By this serial communication data can be shared between two controllers, which is a required in various embedded system applications. In embedded systems we must have basic knowledge about …

How to establish UART communication between ATmega8 and Arduino Uno? Read More »

Desktop CT and 3D Scanner With Arduino

Computed tomography (CT) or computed axial tomography (CAT) is most often associated with imaging the body because it enables clinicians to see the anatomical structure inside the patient without having to do any surgery. To image inside the human body, a CT scanner requires X-rays because the radiation has to be able to penetrate through …

Desktop CT and 3D Scanner With Arduino Read More »

Scroll to Top