Blog
BeagleBone
Robots
All Posts
See me on Github
About
Wilmer Gaona
A website about my work with digital technologies
All Stories
Flashing a pair of LEDs with the BeagleBone Black
1
2
3
4
5
In this post, I will show you how to make a flashing on a pair of LEDs, i.e., turn on and off a Led but with a different duration between...
Blinking a pair of LEDs with the BeagleBone Black
1
2
3
4
5
In this post, I will show you how to make a blinking on a pair of LEDs. I will be using the LED C++ Class described in the post Implementation...
Implementation of the LED Class for BeagleBone Black
1
2
3
4
5
In this post, I show a LED C++ class implementation which is derived from GPIO class and adds some methods for blink a led.
Reading a button with the BeagleBone Black
1
2
3
4
5
In this post, I will show you how to read the input from a button and turn a led On each time it will be pressed. I will be using...
Turning a Led On / Off with the BeagleBone Black
1
2
3
4
5
In this post I will show you how to turn a led On and Off using the C++ library described in the post Beaglebone and C++ to access and control...
GPIO C++ Class
1
2
3
4
5
This post will be the starting point about how to program the BeagleBone in C++. Here, I show the code of a library to access and control the general purpose...
« Prev
1
2
3
4
5
6
7
8
9
10
11
Next »
Never miss a
story
, subscribe to our newsletter
Explore by tags
→
Jekyll (7)
PIC (3)
Motors (1)
BeagleBone (50)
Robots (2)
3DPrinting (1)