Tag
Microcontrollers
9 posts tagged "Microcontrollers".
- 3 min read
Getting Started with CircuitPython
[CircuitPython](https://circuitpython.org) is a spin-off of the well-known [MicroPython](http://www.micropython.org). An efficient implementation of Python…
- 5 min read
ESP32: Using the Internal Flash File System
The ESP32 contains a lightweight filesystem specially design for microcontrollers called Serial Peripheral Interface Flash File System. This File System,…
- 2 min read
UC3B @ High Speed
From time to time I forget how to set the UC3B CPU to run at full speed. The EVK1101 comes with a 12MHz crystal, and I use the same crystal for my board…
- 2 min read
Software Framework comes to rescue: FAT32
Embedded applications make intense use of information these days, both for reading configurations and writing logs and process' results. Developers tend to…
- 1 min read
Simple 2D Graphics functions
So finally I have uploaded a first release of my 2D graphic engine for microcontrollers. Even though I would like to make it portable to several displays…
- 2 min read
Blackberry's Pearl controlled with ARM7
I found really interesting a small protoboard created by Sparkfun that allows you to easily connect a Pearl (the one made famous by RIM / Blackberry…
- 3 min read
AVR32 Software Framework Drivers: USART
[](http://www.ezequielaceto.com.ar/techblog/wp-content/uploads/2010/04/select_framework_drivers1.png)As we get into AVR32 programming it's unavoidable to…
- 1 min read
AVR32 UC3B Hello World!
Inside AVR32 Studio I'll create a new project (File -> New -> AVR32 Example). As I'm going to use the EVK1101 as my base development it may be a good idea…
- 2 min read
The AVR32 UC3B Platform
The AVR32 is not only a microcontroller, it's a complete development platform that works smoothly on Linux and Windows, and may be OSX without too much…