Electronics and Programming for All
Handy Link
Handy Link: Bitwise Operator Video Tutorial
Jun 21st
OK, so I haven’t posted anything here for a while but hopefully this should make up for it. Searching for a tutorial on Bitwise Operators in C brought up the little gem embedded below… Hope it’s useful.
From TehnikService: Quick PCB Etching
Jan 11th
TehnikService has an interesting article about PCB etching using the “Sponge Method” This seems like a good way for beginners to get started making their own PCB’s.
Has any one tried this?
Handy Link: Programing an AVR with a Bus Pirate
Jan 7th
The guys over at HintShop have published a tutorial on using a bus pirate as an In-Circuit Programmer to flash firmware to an AVR Microcontroller using SPI.
As if that wasn’t cool enough, they also include instructions showing how multiple Mircocontrollers can be flashed by one Bus Pirate on the same board, in their tutorial! Is there anything this little gadget can’t do?
Handy link: Arduino Ethernet Bumper Pack
Jan 7th
Georg Kaindl, over at gkaindl.com has developed a collection of libraries for the Arduino environment which allows developers to make use of the DHCP, DNS and Bonjour (Apple Computers’ implementation of Zeroconf) protocols in their network-enabled Arduino projects. Documentation for each individual library (including installation instructions) can be found on Georg’s site.
If anyone is using these libraries in their own projects already, then feel free to share you experiences in the comments section. I’d love to hear about some of the cool stuff other people have made with them.
Handy Link From tehnikservice: TV EEPROM Dumps
Jan 6th
Ever wondered what was contained in the EEPROM memory of your TV? Well, you may find the answer here. This page on tehnikservice.net has EEPROM dumps from a variety of TV models available for download. Hope this is useful to someone.
Handy Link: bpython
Dec 31st
bpython is a Python interpreter interface on steroids! It’s main features are:
- Syntax Highlighting
- A save function (to save code you’ve entered to a file)
- Auto-intending (we all know how important correct indenting is when you’re writing python scripts!)
- Auto-Completion which displays suggestions for any built-in functions, helping you to get the syntax for a statement spot-on without having to dig through reference manuals. The auto-completion feature also helps with import declarations, showing you a list of available modules as you type.
Installation in Ubuntu is as painless as typing sudo apt-get install bpython Other packages are available for Debian, Fedora and OpenSUSE as well. You can also obtain the source code from here and compile it yourself if need be.
If you need any help with using bpython, then check out the project’s webpage. Hope this is useful to someone.
Happy new year!
Handy Link: “Invent with Python”
Dec 29th
Need an accessible guide to learning Python that won’t send you to sleep? “Invent with Python” is just what you need!
Invent Your Own Computer Games with Python, 2nd Edition (to give it its full title) is a book written by Al Sweigart. It is available for free on-line in both HTML and PDF format. You can download the PDF format from here.
The book is released under a Creative Commons licence and is aimed at people who are completely new to programming.
Comprised of 19 Chapters (at the time this post was written), it guides the reader through the basic concepts (Installation of Python, use of the Python interactive shell, Variables, functions, etc) and some of the more advanced stuff as well.
The coding examples in the book are all games (so you can actually have some fun with what you create as you go through the book!), which increase in complexity as the chapters progress.
There is also a Blog related to the book, so you can keep up with any future additions that are made to it.
Handy Link: The Ultimate Online Calculator
Dec 17th
Need a calculator for every occasion? This handy online calculator site has everything a science or Electronics nerd could possible need. Hope it’s useful.
Handy Link: Using the AVR EEPROM in GCC-AVR
Dec 11th
EEPROM memory can be extremely useful in Microcontroller projects, either as a fail-safe mechanism (to stores the state of your outputs so you can restore them if power is lost) or as a non-volatile storage area for data gathered via sensors.
This tutorial from AVR Freaks explains how to read from and write to EEPROM memory using AVR-GCC. Hope its useful to someone.
Handy Link from scienceprog: MAX232 Alternatives
Dec 8th
The MAX232 Intergrated Circuit is invaluable to anyone wanting to interface their 5v UART projects (or other embedded devices, such as the Linksys WRT54G) with a PC. But what if you want a simple (and, more importantly, cheaper) alternative. This article from Scienceprog.com should scratch your itch.





Recent Comments