-
Archives
- July 2020
- June 2020
- December 2019
- August 2019
- April 2019
- March 2019
- February 2019
- July 2016
- June 2016
- April 2016
- January 2016
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- November 2013
-
Meta
Category Archives: Microcontrollers
Using the HC-06/HC-05 Bluetooth Adapter For Serial Communication With Linux
For many applications, sending serial data from a microcontroller to a computer is easily achieved using one of these serial to USB adapters: For a recent project the microcontroller in question was mounted on a rotating arm so using a … Continue reading
Posted in Microcontrollers
Tagged bluetooth, hc-06, linux, serial, serial interface, teensy
Leave a comment
Connecting sensors to the internet using an arduino and a raspberry pi
As part of the PlantBot project, I wanted a way to look at sensor data over the internet. These sensors are moisture, light and pressure. The main one is moisture, the other two were just added in because I had … Continue reading
Posted in Arduino, Atmel, how to, Microcontrollers, PHP, Projects, Python
Tagged internet connected, plantbot, sensors
5 Comments
atmega16u2 virtual serial example using LUFA Library
Sending data from a microcontroller is a pretty common requirement in a lot of the projects I work on. One way of doing it is sending serial data out from the uC to a serial to usb converter chip to … Continue reading