-
Popular Posts
- Plotting data from a MySQL database using jpgraph 13,924 views
- Tiva C launchpad FFT with real time plotting using pyQtGraph 7,004 views
- PRBS array C code generator (pretty nasty) 6,799 views
- Low power magnetic hold and release mechanism 5,178 views
- Laser cut carboard planetary gear 4,143 views
- atmega16u2 virtual serial example using LUFA Library 3,371 views
- Tenma 72-7735 DMM: Serial interface with Python 3,106 views
- DIY UV PCB exposure box 3,005 views
- How to get the most voltage out from your wheatstone bridge 2,169 views
- Connecting sensors to the internet using an arduino and a raspberry pi 2,089 views
- Mains power detection circuit 1,838 views
- k40 laser cutter : dial for laser power knob 1,665 views
- Using the HC-06/HC-05 Bluetooth Adapter For Serial Communication With Linux 1,555 views
- Blog Posts 1,485 views
- Smart Trolley 1,484 views
- Matchbox Car v1 1,464 views
- 2d mapping using a webcam and a laser 1,350 views
- Making an updating graph using javascript and jpgraph 1,155 views
- Scara Arm forward kinematic equation simulator 966 views
- OpenWave #8: Calculating significant wave height 933 views
Category Archives: Atmel
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
Laser cut wall lamp with ws2812b and arduino nano
5.6mm plywood cut using a 40w laser cutter. The ws2812b led strip is hooked up an an arduino nano using the neopixel library from adafruit : https://github.com/adafruit/Adafruit_NeoPixel . The program running in the video is one of the example sketches … Continue reading
Posted in Atmel, Hardware, laser cutter
Tagged arduino nano, lamp, laser cutter, ws2812b
Leave a comment
Matchbox Car v2 (fail)
PCB and schematic: Pictures of the built board: This PCB is pretty rough around the edges, I made it a few weeks ago with the intention of etching it at home but then decided to give OSHpark a go just … Continue reading
Posted in Atmel, PCBs, Robots
Tagged attiny48, matchbox car, oshpark, pcb, robot, stepper
3 Comments
I absolutely love this! Thank you for making this video and sharing your file. I will be making projects with…