Connecting your Beagle Bone Black (BBB) with internet opens a wide range of possibilities, eg connecting it via an USB. In this blog post I'm going to address connecting it to a 4G module [1] via USB and UART.
Check your device connection
Start b...
Introduction
This is the continuation of my previous blog ( BeagleY-AI Review - Part 1 ). In this blog we will look into the AI/ML inference performance of BeagleY-AI. As I was working with this board for the past few weeks, I have learnt a lot about...
Table of Contents
Introduction
Board features
Preparing for the first boot:
BOOT PROCESS
Performance
Desktop experience:
Introduction
I have recently purchased a BeagleY-AI and I was playing with it for a while now. Here is my experience with the...
BeagleBoneBlack is one of the most loved hacking platform among kernel hackers and newbies. It's still one of the cheapest platform for learning embedded Linux. Even though the board is available in different flavors (like Beagle Board, BeagleBo...
Table of Contents
BeagleV-Ahead - RISC-V Assembly on Linux
Linux SYSCALLs
Writing our first risc-v assembly program
Assembling
Linking
Unlocking Binary Secrets: Getting Info with Objdump
Debugging without JTAG using `gdb`
A typical GDB Debugging Se...
I have got the BB Black for a while but never got time to get started. It is different from Raspberry Pi in some sense.The thing which I liked is that it can boot from an onboard emmc memory chip. This means you do not need to install OS onfragile SD...
IntroductionOne of the most powerful features of the BeagleBone Black is the Linux operating system running on it. This can be demonstrated by using both a kernel driver for a sensor and the utilities provided in the Debian distribution of Linux, in ...
SummaryThe Adafruit Proto Plate was tested out both as a prototyping platform and as a home for the BeagleBone Black. Its rubber feet made it stay in place while still having a couple of cables hanging from it and the clever cutouts made it easy to p...
players.brightcove.net/.../index.htmlStatic test of the BeagleBone Blue Ardupilot quadcopter. Warning!! DO NOT OPERATE A DRONE INDOORS WITH THE PROPELLERS INSTALLED!! Even with the quadcopter secured to the bench, it is VERY DANGEROUS to operate insi...
players.brightcove.net/.../index.htmlThis is a test of the motors on a BeagleBone Blue Ardupilot Quadcopter using a Frsky Taranis QX7 transmitter and the Mission Planner app.
IntroAs a follow-up to my previous post:Finding Pulsars on Raspberry Pi (BOINC & einstein@home)I also wanted to run BOINC and einstein@home on my Beaglebone Black (BBB). BOINC is, of course, the Berkeley Open Infrastructure for Network Comp...
Since it was first coined in the 1950s, artificial intelligence (AI) and Machine Learning (ML) have colonized a substantial share of advanced machines. This happened as AI computing, specifically ML, enables a better quality of life with the technolo...
OK, it shouldn't be a surprise to anyone that this board gets H-O-T. It's not something to be held in the palm of your hand, so it's not that critical. Until it is. Because, as all/most CPUs, it halts when reaching a certain temperature in order to p...
BeagleBone Blue For Quadcopter Flight ControlThe BeagleBone Blue is a Single Board Computer / Robotics Controller created by BeagleBoard.org.https://beagleboard.org/bluewww.youtube.com/watch Previous blog posts related to the BeagleBone Bl...
Could anyone give me a quick pointer as to where to look for information on how to transfer a C programme to the BeagleBone AI and then compile it and run it? I have a C programme compiled in Microsoft that I wish to transfer to a BeagleBone AI....
Introduction
Heatsinking
Adding a Fan
Serial Console Cable
Power Supply
Powering Up
Upgrading the Software
Measuring the Temperature
Changing Passwords and Adding Users
Configuring WiFi
Summary
IntroductionI was really hap...
Some photos of the BB-AI!Transparent background, for copying into documents: Some higher-res photos (normal background):BB-AI dimensions (note - these dimensions were partially measured, so there may be an ina...
IntroductionThe PocketBeaglePocketBeagle single board computer (SBC) is really tiny. Apart from the size, there are lots of similarities with the larger BeagleBone BlackBeagleBone Black, and there are also some differences. In terms of performan...
Introduction
History
How is it used for GPIO?
Isn’t there some Stinkyness with Device Tree or Overlays?
How to Install the Library?
Running your Application
How Fast is it?
How is SPI used?
Adding Another SPI Interface (SPI 1)
How ...
The PRU modules of the BeagleBone's Sitara controller have a timer.In this short post, I'm trying if I can get it to work. The future plan is to use it in an algorithm for stepper motor control. I'd like to make a smart algorithm that reca...
Introduction
What Do You Need?
What Software is Needed?
Creating the Micro SD card
First Boot
Powering Off and On
Configuring Linux
Creating a Superuser Password
Changing the default debian user password
Creating a New User
Increa...