Tag
Embedded Systems
18 posts tagged "Embedded Systems".
- 2 min read
Headless Raspberry Pi configuration
Settings up a Raspberry Pi it's easy when you have an HDMI display, a USB keyboard and mouse in oder to access the terminal or you favourite Desktop, but…
- 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,…
- 3 min read
MicroPython on an ESP32
ESPTools and Adafruit AMPY are required. Both can be installed using pip3. The recommended version of Python on the host is Python 3.7
- 2 min read
Setting up ESP32 development environment in Linux (with Arduino IDE)
Download Arduino IDE from [https://www.arduino.cc/en/Main/Software](https://www.arduino.cc/en/Main/Software). The latest version when writing this a article…
- 1 min read
BeagleBone Black and Linux Kernel 3.8 with Android support
cd ~/
- 1 min read
U-Boot for BeagleBone Black
Note: Use this guide only if you are building Android with Kernel 3.8
- 3 min read
Beagleboard xM & native FTDI VCP driver
cd ~/rowboat-android/kernel
- 1 min read
FT232R (Java) Driver for Android OS 3.1+
[FT232R Driver](http://www.ezequielaceto.com.ar/techblog/wp-content/uploads/VCPLib.zip) [PS2Pad (Test app for FT232R…
- 1 min read
Android 4.1.2 Image for Beagleboard XM
This Image can be loaded into an SD Card (4GBytes min). It can run entirely from the SD Card, or the Android OS can run from a USB Flash, and U-Boot,…
- 1 min read
Basic SysInfo for Android
Basic project used in a Beagleboard XM. It reports CPU, ABI, OS Version, Maunfacturer, Device, and more. Screenshot of the app in a Motorola RAZR i (Intel…
- 1 min read
Setting up ADB on Beagleboard
Enable USB Debugging on The Beagleboard
- 6 min read
Building Android Jelly Bean (4.1.2) for Beagleboard xM
- Ubuntu 12.04 LTS - AMD64
- 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
First contact with AVR Studio 5 (beta)
After years of being the lastest (and only) official IDE for AVR microcontrollers, Atmel decided to launch a new version of the famous AVR Studio. Of course…
- 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
ARM7 Programming under Mac OS X: Part 1 - ISP
Programming on a Mac is quite similar as you do on a Linux PC, and developing for ARM7 is not the exception. In this first post I'll show you how to setup…
- 2 min read
ARM7 Programming under Mac OS X: Part 2 - GCC and Eclipse
Even though OS X default IDE is XCode (for C, Objective C, Java) and the fact that we can use XCode for programming an ARM7 MCU, using Eclipse is great…