Quantcast
Channel: KL25Z Freedom Board – MCU on Eclipse
Viewing all 140 articles
Browse latest View live

First Adafruit NeoPixel Blinks with the FRDM Board

0
0
LEDs are getting smarter these days. An amazing example are the WS2812(B) or ‘NeoPixels’ from Adafruit: RGB LEDs with a built-in constant current controller and shift register! With a single wire data wire hundreds of RGB LEDs can be controlled. … Continue reading

Adafruit NeoPixel Clock with 60 LED’s

0
0
After the problems with level shifters (see “First Adafruit NeoPixel Blinks with the FRDM Board“) I received the ordered 74HCT245N. Put it on a bread board, wired it up, … only to find out that the device gets very hot… … Continue reading

LED Clock with Kitchen Hot Pan Protector

0
0
When I showed my 60 NeoPixel LED clock prototype to my daughter and her girlfriend, and they both wanted to have one right away :-). Well, that clock was just a proof of concept, with lots of temporary wiring. So … Continue reading

BBQ Smoker Monitoring Robot

0
0
I have to admit: I’m not a vegetarian. I love BBQ, and no offense to vegetarians! Today is perfect day for another BBQ session, and this time I plan to enhance it with electronics. No, not eating electronics, but doing … Continue reading

User Interrupt on NMI Pin with Kinetis and ExtInt Component

0
0
While my beef brisket (see “My First DIY Smoked Beef Brisket: Day 1“) is smoking on ;-), I have time to investigate a problem I was running on in my lecture on Friday: For the Joystick shield (see “JoyStick Shield … Continue reading

Cheap and Simple WiFi with ESP8266 for the FRDM Board

0
0
How cool would it be to add WiFi support to any projects or IoT? Why not using WiFi with a microcontroller which has only few KBytes of RAM and FLASH. For less than US$5? Dreams came true, and intrigued by … Continue reading

Illustrated Step-by-Step Instructions: Updating the Freescale Freedom Board Firmware

0
0
I have received a bunch of Freescale FRDM boards to be used in an Embedded Systems programming crash course. There are multiple issues with the boards coming from the factory: They come with an old bootloader which is not compatible … Continue reading

NeoShield: WS2812 RGB LED Shield with DMA and nRF24L01+

0
0
In my earlier post I used a hacked together shield for building a clock based on Adafruit’s NeoPixel/WS2812 (“LED Clock with Kitchen Hot Pan Protector“). The new design supports now 8 parallel data streams, integrated realtime clock and wireless connectivity … Continue reading

Tutorial: Playing MP3 Files with VS1053B and FRDM Board

0
0
I want to make some noise with this post!!! This tutorial is about adding music and sound capabilities to the Freescale Freedom board, and to have a lot of fun with it :-). I need this ability for a larger … Continue reading

Tutorial: Web Server with the ESP8266 WiFi Module

0
0
It has been a while since my first post about the ESP8266 (see “Cheap and Simple WiFi with ESP8266 for the FRDM Board“). The ESP8266 is a new inexpensive ($4.50) WiFi module which makes it easy to connect to the … Continue reading

Tutorial: IoT Datalogger with ESP8266 WiFi Module and FRDM-KL25Z

0
0
In my earlier post “Tutorial: Web Server with the ESP8266 WiFi Module” I  used the ESP8266 WiFi module to run a local web server. This is a cool way to control devices inside my network. But to use that web … Continue reading

Infotronic WS2014 Sumo Robots are Ready!

0
0
The Sumo robots are ready to battle today! The robots participate in two different battle modes: Semi-Autonomous with remote controller, based on FRDM-KL25Z and nRF24L01+ transceiver and Bluetooth: Operator can influence the robot: http://challonge.com/INTRO_HS2014 Fully-Autonomous: the robots are on their … Continue reading

eWheel Velo Bling-Bling Freescale Project

0
0
So here is a really, really cool project: eWheel Velo Bling-Bling: ‘Velo’ is the local Swiss term for ‘bicycle’, and no, this is not my project ;-). It is the one of Peter Schmid. Peter wanted to say ‘thank you’ … Continue reading

OpenOCD/CMSIS-DAP Debugging with Eclipse and without an IDE

0
0
OpenOCD is an open source and free-of-charge debugging solution, which is a great option here at the University of Lucerne, as students do not need to buy an expensive debugging probe. Still, I recommend to buy professional probes like the … Continue reading

FRDM-KL25Z Arduino Headers with Altium

0
0
In case you are using Altium to design your boards, then this one might be useful for you: I have have posted the Altium .SchLib and .PcbLib files on GitHub here: https://github.com/ErichStyger/mcuoneclipse/tree/master/Altium Happy Altiuming :-) PS: Eagle Files are here: … Continue reading

Command Line Programming and Debugging with GDB

0
0
Eclipse with GDB is great: it comes with a graphical front end for debugging. But sometimes it is all about to download a program. Is it really necessary to launch an IDE like Eclipse to program or quickly debug a … Continue reading

Altium File for Freescale FRDM-K25Z Board

0
0
If you are designing your own board for the Freescale FRDM boards, then having the matching PCB design files is a good thing to have. I have posted this week an Altium contribution on GitHub for the FRDM headers (see … Continue reading

Using the DHT11/DHT22 Temperature/Humidity Sensor with a FRDM Board

0
0
For a home automation project I need to know the room temperature and humidity percentage of the room air. Adafruit has an inexpensive DHT11 sensor from http://www.aosong.com which I decided to use for that project. Outline In this post I’m showing … Continue reading

Poor Man’s Trace: Free-of-Charge Function Entry/Exit Trace with GNU Tools

0
0
There are cases where my application runs find for days, weeks or even months, but then from time to time there is an application crash. Yes, the watchdog will recover it, but still it would be good to know what … Continue reading

First Adafruit NeoPixel Blinks with the FRDM Board

0
0
LEDs are getting smarter these days. An amazing example are the WS2812(B) or ‘NeoPixels’ from Adafruit: RGB LEDs with a built-in constant current controller and shift register! With a single wire data wire hundreds of RGB LEDs can be controlled. … Continue reading
Viewing all 140 articles
Browse latest View live




Latest Images