Questions tagged [beaglebone]

28 questions
5
votes
0 answers

How would one clone a BeagleBone?

tl;dr: Assuming I'd had a BeagleBone perfectly manufactured from the open-source schematics+layouts, what would be necessary to get it to the same level of functionality as a newly-unboxed BeagleBone? Alternatively, how would one unbrick a…
Mark K Cowan
  • 285
  • 2
  • 11
3
votes
1 answer

How to use the BeagleBone's PRU with a modern kernel?

I am trying to implement a basic LED blinking program on the PRU. Up till now what I found are guidelines for old kernel versions (old in the sense 3.8 to 4.4 kernel version). Details of my BeagleBone Green: cat /etc/dogtag BeagleBoard.org Debian…
tinkerr_
  • 31
  • 1
3
votes
3 answers

Yet Another question on using GPIO to short a remote push button

OK, I bought this little remote-controlled Ac outlet thing for $1. It controls 3 outlets via RF. I didn't realize it was RF at first, but I currently have my BeagleBone Black doing a bunch of home automation stuff on my network anyway, and figure…
3
votes
1 answer

Low-Power Video Transmission for IoT

I am currently developing an apparatus for feeding and monitoring my dog remotely. The basic idea is to make this using 2 main components: The first component will be composed of a camera pointing to my dog's plate and a microcontroller with a…
DSte
  • 45
  • 2
2
votes
0 answers

CAN bus traffic is destroyed for unknown reason

I am a bit stuck with connecting several STM32F405 with BeagleBone black via CAN bus. Strange things happen when I connect 3 stm32 and 1 BB. I have checked that BB works perfectly with any combination of two STM32 devices. However after connecting…
2
votes
1 answer

How does this battery protection IC prevent overcharge/overdischarge?

As I was trying to understand how BeagleBone Blue is handling battery management, I encountered a battery protection IC (S-8261). How does S8261 prevents overcharging and overdischarge? (ELI5) BQ29209 and MP2615 also have overcharge and discharge…
pmundt
  • 105
  • 8
2
votes
1 answer

Beagle bone black PRU program using DDR3 RAM

Could the beagle bone black receive input data from GPIO pins using PRU and then write it on the DDR3 RAM? It's known that you could use shared memory for this. But I wonder if it is also possible to use the 512MB DDR3 RAM. (I assumed rev C)
SD11
  • 553
  • 2
  • 8
  • 25
2
votes
2 answers

A protecting circuit using GPIO of the BeagleBone (Black or Green)

I'm really trying to develop a cape since I need to use 7-8 GPIO-Pins of my BBB Green and Black as Output. I'm too afraid to destroy the board somehow, so I was thinking to implement a solution which let me operate my board under safety condition…
1
vote
0 answers

Determine when Beaglebone has shut down (we we know when it's safe to cut the power)

As I understand, like most Linux systems, it's not recommended to simply pull the power from Beaglebone. Instead we should shut it down, either by pressing the power button or running a Linux command. Next we need to wait for a bit before…
Bruce
  • 269
  • 1
  • 2
  • 7
1
vote
1 answer

Why can't the bootloader save and log messages for us to view later

I have a problem whereby a remote BeagleBone device is taking hours to boot up. When it does, I don't see any problems in the kernel boot logs such as journalctl -b or journalctl -b -1 Without having physical access to the device over the serial…
1
vote
1 answer

How to interface Beaglebone with a temperature condtioner with 0-10V as output?

i have a beaglebone card, a temperature sensor PT100 and a temperature conditionner. I'm new in beaglebone, as i see the ADC is already in beaglebone but the voltage is mx = 1.8V With my industrial temperature sensor, i connect the power supply…
Ian
  • 13
  • 3
1
vote
1 answer

Is 1.8V UART compatible with Beaglebone Black?

I want to use a 1.8V UART cable with my Beaglebone Black? Is it possible as typically the Beaglebone supports 3.3V UART level. I am aware that I can use a level shifter for this purpose, but my application needs minimal circuitry and I don't want to…
JN_21
  • 11
  • 1
1
vote
1 answer

Use BBB analog inputs with 0..5V or 0..10V

I plan to use the BeagleBone Black analog inputs for sampling of analog data. But there are some major problems for this: BBB allows a maximum of 1.8 V analog input voltage while I have 5 V or 10 V max there are two lines AGND and VDD_ADC where I…
Elmi
  • 123
  • 1
  • 4
1
vote
0 answers

Xbee TX pin voltage wrong when booting with UART connected

I'm interfacing an XBee PRO 900 HP with a Beaglebone Black using UART5 on the BB. I'm using the 5v interface board from Adafruit (XBee Adapter kit - v1.1) I'm have been having intermittent problems with the Beaglebone not being able to communicate…
cynik
  • 9
  • 1
1
vote
2 answers

From Proof of Concept on BeagleBone to Prototype

I've been developing a project with a BeagleBone Black and some other accessories connected to it as a proof of concept. Now, I wish to create a Prototype on my own leaving the BeagleBone behind, with the intention of eventually transforming the…
DSte
  • 45
  • 2
1
2