Showing posts with label DIY. Show all posts
Showing posts with label DIY. Show all posts
Tuesday, January 17, 2017
Bluetooth Controlled Robot (Using the G-sensor on Smartphone)
Arduino Project Tutorial: Bluetooth Controlled Robot (Using the G-sensor on Smartphone)
Saturday, February 27, 2016
Build A Life-Size Phone Controlled BB8 Droid (Full-DIY-Tutorial)
This video show hoe to build a real working Starwars BB8 droid by only using household materials and Arduino! (No 3D Printers! No CNCs! No Mills!)
Full-Tutorial (w/Downloads):
http://www.instructables.com/id/DIY-Life-Size-Phone-Controlled-BB8-Droid/
Full-Tutorial (w/Downloads):
http://www.instructables.com/id/DIY-Life-Size-Phone-Controlled-BB8-Droid/
Friday, December 11, 2015
Saturday, August 29, 2015
Minimum Arduino Zero compatible board with OLED & LED
This video show how to made a minimum Arduino Zero compatible board consisting of Atmel SAMD21G18A, LEDs, and OLED display!
Details can be found at https://hackaday.io/project/7355-minimum-zero-compatible-sam-d21g18-board
Saturday, May 23, 2015
Fit ESP-12 Breakout Board on breadboard
I have a ESP8266 ESP-12 WiFi Module (Full I/O) Breakout Board. But the board cover whole the width of breadboard, such that cannot insert breadboard wire. Alternatively, I have some pre-cut wires for breadboard, can be inserted under the breakout board to make it fit on breadboard.
I also add a breadboard power supply (3.3V selectable), a FTDI adapter and button for flashing firmware. And wires to lead out the GPIO16, 14, 12 and 13 for future use.
Here is the wires placement:
I also add a breadboard power supply (3.3V selectable), a FTDI adapter and button for flashing firmware. And wires to lead out the GPIO16, 14, 12 and 13 for future use.
Here is the wires placement:
Saturday, May 2, 2015
Low cost ESP-12 (ESP8266 WiFi module)
It's ESP-12 (ESP8266 WiFi module) on breakout board, with all I/O pin accessible. Bought from China TaoBao (淘寶) market, cost RMB ¥15.00/pc :)
(have to solder the ESP-12 on breakout board by myself)
Test with example of "Arduino Due + ESP8266 - to Join AP".
My first exercise of using ESP-12:
- Arduino Due + ESP8266: Web Control LED
(have to solder the ESP-12 on breakout board by myself)
Test with example of "Arduino Due + ESP8266 - to Join AP".
My first exercise of using ESP-12:
- Arduino Due + ESP8266: Web Control LED
Sunday, December 21, 2014
Assemble, test, align and power-up DSO138, Open-sourced Oscilloscope DIY kit
Just purchased a Open-source Oscilloscope DIY kit DSO138, with surface mount components soldered. Here how I assembled it in 2 hours.
After assembled, check voltage on TP22. Make sure it is arround 3.3V. Then short JP4 and install LCD module.
Notice: This video recorded after my final tested, so JP4 have been shorted at beginning. Actually, you have to keep it open after 3.3V on TP22 confirmed.
After the kit worked, align the 0V line and calibrate the probe.
For details and update of the DSO 138 DIY Kit, read Users Manual on the website.
Tested with Arduino Due generated sin wave.
Wednesday, December 10, 2014
Open-sourced DSO (Digital Storage Oscilloscope) DIY kit - DSO138
Interesting open-sourced digital oscilloscope DIY kit, DSO138, think about buying one. But I can't find the source in the web-site, and instruction to flash the firmware!
http://www.jyetech.com/Products/LcdScope/e138.php
DSO138 was designed as a training oscilloscope kit. It contains only the basical oscilloscope functions with no fancy features. Simplicity in structure and easiness in assembly/operation are among the main targets of the design. For these purpose DSO138 uses mostly through-hole parts. The heart of DSO138 is a Cortex-M3 ARM processor (STM32F103C8) from ST. It uses 2.4-inch TFT LCD (320 X 240 dotmatrix, 262K colors) as its display element and displays nice and clear waveforms. Detailed assembly instructions are provided in combination with troubleshooting guide and schematc. Source codes are also available to allow user to add their own features.
DSO138 kits are solded in two configurations. One is with all SMD parts pre-soldered (PN: 13801K). The other is with only the main IC (the MCU) pre-soldered (PN: 13802K). The latter serves also as a SMD soldering training kit. For both configurations the MCU has been pre-programmed and no re-programming required.
DSO138 is partially open-sourced. This opens the possibility for users to add different features or develop new applications on the hardware.
Major features of DSO138:
Updated:
Finally I bought my own DSO138 kit, read Assemble, test, align and power-up DSO138, Open-sourced Oscilloscope DIY kit.
http://www.jyetech.com/Products/LcdScope/e138.php
DSO138 was designed as a training oscilloscope kit. It contains only the basical oscilloscope functions with no fancy features. Simplicity in structure and easiness in assembly/operation are among the main targets of the design. For these purpose DSO138 uses mostly through-hole parts. The heart of DSO138 is a Cortex-M3 ARM processor (STM32F103C8) from ST. It uses 2.4-inch TFT LCD (320 X 240 dotmatrix, 262K colors) as its display element and displays nice and clear waveforms. Detailed assembly instructions are provided in combination with troubleshooting guide and schematc. Source codes are also available to allow user to add their own features.
DSO138 kits are solded in two configurations. One is with all SMD parts pre-soldered (PN: 13801K). The other is with only the main IC (the MCU) pre-soldered (PN: 13802K). The latter serves also as a SMD soldering training kit. For both configurations the MCU has been pre-programmed and no re-programming required.
DSO138 is partially open-sourced. This opens the possibility for users to add different features or develop new applications on the hardware.
Major features of DSO138:
- Analog bandwidth: 0 - 200KHz
- Sampling rate: 1Msps max
- Sensitivity: 10mV/Div - 5V/Div
- Sensitivity error: < 5%
- Vertical resolution: 12-bit
- Timebase: 10us/Div - 500s/Div
- Record length: 1024 points
- Built-in 1KHz/3.3V test signal
- Waveform frozen (HOLD) function available
Updated:
Finally I bought my own DSO138 kit, read Assemble, test, align and power-up DSO138, Open-sourced Oscilloscope DIY kit.
Friday, November 21, 2014
Arduino BASIC - a BASIC interpreter running on an Arduino
Now you can turn your Arduino into an 80's home computer!
A complete BASIC interpreter for the Arduino, using a PS/2 keyboard, and SPI OLED screen. The BASIC supports almost all the usual features, with float and string variables, multi-dimensional arrays, FOR-NEXT, GOSUB-RETURN, etc. Saving and Loading from EEPROM is supported, as well as auto-running a program on power-up. You can also read and write from the analog and digital pins.
There's about 1k of RAM available for your BASIC programs and variables, so its roughly equivalent to my first computer (a Sinclair ZX81). The other 1k of RAM (on an UNO) is used for the keyboard and screen buffers, with a small bit of room left for the CPU stack. That works out quite well, since there's a 1k EEPROM on the arduino so if your program fits in the basic environment, it will fit when saved to EEPROM!
https://github.com/robinhedwards/ArduinoBASIC
A complete BASIC interpreter for the Arduino, using a PS/2 keyboard, and SPI OLED screen. The BASIC supports almost all the usual features, with float and string variables, multi-dimensional arrays, FOR-NEXT, GOSUB-RETURN, etc. Saving and Loading from EEPROM is supported, as well as auto-running a program on power-up. You can also read and write from the analog and digital pins.
There's about 1k of RAM available for your BASIC programs and variables, so its roughly equivalent to my first computer (a Sinclair ZX81). The other 1k of RAM (on an UNO) is used for the keyboard and screen buffers, with a small bit of room left for the CPU stack. That works out quite well, since there's a 1k EEPROM on the arduino so if your program fits in the basic environment, it will fit when saved to EEPROM!
https://github.com/robinhedwards/ArduinoBASIC
Thursday, November 13, 2014
Thursday, April 17, 2014
Friday, January 10, 2014
Free download: “Soldering is Easy” Comic Book!
“Soldering is Easy” is a comic book that will teach anyone the basics of soldering. This seven page comic book explains in detail and with pictures how to make a good solder connection. It also teaches you all the other bits and pieces of knowledge that you need to successfully solder together an electronic kit, even if you’ve never soldered before!
Download available with various languages.
![]() |
“Soldering is Easy” |
Wednesday, November 6, 2013
Getting Started with BeagleBone: Linux-Powered Electronic Projects With Python and JavaScript
![]() |
Getting Started with BeagleBone |
Many people think of Linux as a computer operating system, running on users' desktops and powering servers. But Linux can also be found inside many consumer electronics devices. Whether they're the brains of a cell phone, cable box, or exercise bike, embedded Linux systems blur the distinction between computer and device.
Many makers love microcontroller platforms such as Arduino, but as the complexity increases in their projects, they need more power for applications, such as computer vision. The BeagleBone is an embedded Linux board for makers. It's got built-in networking, many inputs and outputs, and a fast processor to handle demanding tasks. This book introduces you to both the original BeagleBone and the new BeagleBone Black and gets you started with projects that take advantage of the board's processing power and its ability to interface with the outside world.
Tuesday, September 17, 2013
Zero to Maker: Learn (Just Enough) to Make (Just About) Anything
![]() |
Zero to Maker: Learn (Just Enough) to Make (Just About) Anything |
Zero to Maker: Learn (Just Enough) to Make (Just About) Anything
Are you possessed by the urge to invent, design, and make something that others enjoy, but don’t know how to plug into the Maker movement? In this book, you’ll follow author David Lang’s headfirst dive into the Maker world and how he grew to be a successful entrepreneur. You’ll discover how to navigate this new community, and find the best resources for learning the tools and skills you need to be a dynamic maker in your own right.
Lang reveals how he became a pro maker after losing his job, and how the experience helped him start OpenROV—a DIY community and product line focused on open source undersea exploration. It all happened once he became an active member of the Maker culture. Ready to take the plunge into the next Industrial Revolution? This guide provides a clear and inspiring roadmap.
- Take an eye-opening journey from unskilled observer to engaged maker-entrepreneur
- Enter the Maker community to connect with experts and pick up new skills
- Use a template for building a maker-based entrepreneurial lifestyle
- Learn from the organizer of the first-ever Maker Startup Weekend
- Be prepared for exciting careers of the future
Monday, July 1, 2013
Maker Camp 2013
Maker Camp 2013: Supercharge Your Summer!
Maker Camp is a 6-week virtual summer camp for anyone interested in DIY, making, creating, crafting, hacking, tinkering, and discovery. It's free and it starts on July 8! Join us for 30 days and 30 projects. We'll post projects and activities, and use Hangouts to visit cool places and meet interesting makers.
To participate in Maker Camp, just follow +MAKE on Google+: g.co/makercamp
And for more information, please visit makercamp.com!
To participate in Maker Camp, just follow +MAKE on Google+: g.co/makercamp
And for more information, please visit makercamp.com!
Friday, April 19, 2013
FREE eBook: WOSPi - a Weather Observation System for the Raspberry Pi
The ebook, WOSPi - a Weather Observation System for the Raspberry Pi, describes a weather observation system for the Raspberry Pi,utilizing the Davis Vantage Pro2 Plus weather station as observation platform. The weather station is connected directly to the Raspberry Pi without using a Davis Instruments data logger. All necessary details, part numbers and Python/PowerBASIC code samples are provided. The WOSPi software is implemented using the Python programming language.
Download HERE.
![]() |
WOSPi - a Weather Observation System for the Raspberry Pi |
Download HERE.
Subscribe to:
Posts (Atom)