development
Demo of 8-bit PIC Microcontroller Development Tools
By samshekar Mar 4th, 2009
|
First board here is HF 45K20 starter kit and it of course allows you to evaluate the new 18F45K20 family of products. |
- samshekar's blog
- Add new comment
- Read more
- 789 reads
ResKEY Electronic Resistive Key
By Chris Mar 3rd, 2009
|
This project is a starting point to begin to develop with the keys in the security field, and learn some basic principles of electronics. |
- Chris's blog
- Add new comment
- Read more
- 2817 reads
PIC32 Development Tool Options
By samshekar Jan 16th, 2009
|
For those of you new to 32 bit or you are just learning PIC32 I highly recommend the PIC32 starter kit. For $50, the starter kit has all the software tools and hardware you need to experience the PIC 32 development environment. |
- samshekar's blog
- Add new comment
- Read more
- 2020 reads
Open Source Zigbee Stack
By allankliu Jul 31st, 2008
|
Many RF technologies are competing on 2.4GHz. The WLAN and Bluetooth have dominated the consumer wireless market. Zigbee is getting hotter in mesh network application as well. More and more chip vendors have released chipsets for Zigbee. Because it is a a wireless mesh network, the initial investment is much higher than a single node smart controller. A serious development on a Zigbee project will involves ICs, the Zigbee stack, the application software in the network nodes and the network administration software. TI/Chipcon, Freescale, Microchip, Atmel, Slilabs and Amber are active in Zigbee market. |
- allankliu's blog
- 8 comments
- Read more
- 8055 reads
Secure Design Using a Microcontroller (II)
By allankliu Jul 8th, 2008
|
The software trap is a programming feature used to capture an abnormal program running status. The general principle is to setup a trap for software, and redirect from the code out of control to a specified address, and get back to its normal running mode. The software traps can be placed between the user codes or after the jump instructions, or be placed in the unused space by a consecutive trap codes. The most popular trap code for 80C51 is 5 byte instruction, which is: |
- allankliu's blog
- Add new comment
- Read more
- 1773 reads
Secure Design Using a Microcontroller (I)
By allankliu Jul 5th, 2008
|
The microcontroller is widely used in many devices, which works in environment. The microcontroller has to face the challenges from EMI, voltage stability, crystal failure and much other interference. If the interferences are strong enough to disturb the operation, the system design should be secure enough to deal with these matters, one good practice is to reset and go on with previous normal operation state . However, a simple reset is not enough at all. I will demonstrate the basic principle for the system reset and state restore. Please keep in mind that the terminologies used in this article may come from different microcontrollers. |
- allankliu's blog
- 6 comments
- Read more
- 9146 reads




