Re: [beagleboard] Prevent overheating BeagleBone?

2017-01-26 Thread William Hermans
The DS18B20 is the 1-wire sensor I'm using. I knew that when I initially connected it, but have not bothered to remember that after looking at the datasheet . . .too much else going on right now. They're really easy to read from using C, and C++( one or the other ), and probably any other language

Re: [beagleboard] Prevent overheating BeagleBone?

2017-01-26 Thread William Hermans
HI Drew, I have not used a thermocouple on the beaglebone it's self. I have however used a SPI interface MAX31855, and they ramp up fairly quickly, and are reasonably accurate. We used this for a convection oven to reflow oven conversion. In testing, it seemed to work really well, but we never

Re: [beagleboard] Phasors calculation using libpruio

2017-01-26 Thread Przemek Klosowski
On Thu, Jan 26, 2017 at 11:10 PM, Renzo Fabián wrote: > I have the following C code's parts that uses tables of sins and cosins PRU uses 32-bit integer arithmetic, and only has unsigned add and subtract. You'd have to recast your calculation into fixed point and use software

[beagleboard] Phasors calculation using libpruio

2017-01-26 Thread Renzo Fabián
I have the following C code's parts that uses tables of sins and cosins to calculate a fundamental phasor of 60 Hz electrical system using 16 samples per cycle (960 Sps): float cosins[]={1, 0.92388, 0.70711, 0.38268, 0, -0.38268, -0.70711, -0.92388, -1, -0.92388, -0.70711,

[beagleboard] Prevent overheating BeagleBone?

2017-01-26 Thread Drew Fustini
This question came up on the Adafruit forum: "Ubuntu 16.04 on Beaglebone Black Cpu Temperature " https://forums.adafruit.com/viewtopic.php?f=49=110699 The poster wants to detect when the TI Sitara AM3358 SoC has become too hot and activate a fan. It appears that the temperature sensor in the

Re: [beagleboard] Re: [beaglebone] GNU Screen terminates at SSH logoff

2017-01-26 Thread Jon Kloske
Sorry for necromancing this thread, but I've just spent a little while trying to solve this issue and the suggestions of logind.conf didn't help. I'm using Angstrom from a few years ago, and I did find the solution finally to this problem and thought I'd share : I actually had to edit the

Re: [beagleboard] Beaglebone Black won't boot sometimes

2017-01-26 Thread Yiling Cao
If you still want to use the same pins, you can create an extra enable pin, after everything boots up into the kernel, use gpio_request and gpio_output to enable to the (EN pin) of power supply of your motor. In this way you prevent SYSBOOT affected and other voltage flows in, to affect power up

[beagleboard] AM5718 Board

2017-01-26 Thread Gerald Coley
I thought some of you might be interested in a new Kickstarter project based on the AM5718, the little brother to the AM5728. This is a very unique application and one that I think has a lot of legs. Here is the link: http://kck.st/2kdOQXS Take a look! -- Gerald ger...@beagleboard.org

Re: [beagleboard] Beaglebone Black won't boot sometimes

2017-01-26 Thread Justin Pearson
On Thursday, January 26, 2017 at 12:34:54 PM UTC-8, RobertCNelson wrote: > > See Page 106/107 of: > > https://github.com/beagleboard/BeagleBone-Black/blob/master/BBB_SRM.pdf > Thanks Robert. For our viewers at home, the BBB uses pins lcd_data0 thru 15 as "SYSBOOT" pins that configure where the

Re: [beagleboard] Beaglebone Black won't boot sometimes

2017-01-26 Thread Robert Nelson
On Thu, Jan 26, 2017 at 2:29 PM, Justin Pearson wrote: > I'm using my Beaglebone Black to drive a DC motor and read a rotary encoder: > > https://github.com/justinpearson/Beaglebone-motor-from-command-line/blob/master/Images/lil-motor-setup.jpg > > Last night when I

[beagleboard] Beaglebone Black won't boot sometimes

2017-01-26 Thread Justin Pearson
I'm using my Beaglebone Black to drive a DC motor and read a rotary encoder: https://github.com/justinpearson/Beaglebone-motor-from-command-line/blob/master/Images/lil-motor-setup.jpg Last night when I rebooted my BBB, it shut down but didn't reboot: None of the 4 blue LEDs lit, although the

[beagleboard] Beagleboard X15 LVDS extension board

2017-01-26 Thread Julien
Hi, I managed to get my first extension board working for Beagleboard X15. I wanted to be able to use some LCD panel with video out extension port (P18), this can be easily done with TI SN75LVDS83B transmitter, which I integrated into this design. I also added some GPIO on a standard pinout to

Re: [beagleboard] Accidentally plugged 12V instead of 5V, it boots up from USB now...

2017-01-26 Thread Gerald Coley
It is totally dead. Gerald On Thu, Jan 26, 2017 at 7:03 AM, Foo Haa wrote: > I accidentally plugged 12V instead of 5V and now, it works only if powered > through USB. > > Wondering, if it is ok or not... > > Also, when i attach 5V now and if i measure voltage on the board

[beagleboard] Accidentally plugged 12V instead of 5V, it boots up from USB now...

2017-01-26 Thread Foo Haa
I accidentally plugged 12V instead of 5V and now, it works only if powered through USB. Wondering, if it is ok or not... Also, when i attach 5V now and if i measure voltage on the board it shows around 1.7V.. any ideas? Is it broken or not??? -- For more options, visit

[beagleboard] Re: can't load device tree on Debian jessie 8.6 with kernel version 4.4.43-ti-r84

2017-01-26 Thread Greg
I have the same hardware available here. I have not tested the LXQT image, only the IOT and it was with Beaglebone Green. I'll try to get the image and written to the SD card later today. It only takes a few minutes for the process including the Device Tree change. Greg -- For more

[beagleboard] Re: can't load device tree on Debian jessie 8.6 with kernel version 4.4.43-ti-r84

2017-01-26 Thread Ashwini Bhat
Yea I didn't get a chance to look into why my Ethernet is failing (hoping to look into it today at night). But I really appreciate your help in all this, because I am at an impasse. If worse comes to worse I might just have to reinstall the image in order to get the Ethernet to work. I am

[beagleboard] Re: can't load device tree on Debian jessie 8.6 with kernel version 4.4.43-ti-r84

2017-01-26 Thread Ashwini Bhat
Yea I didn't get a chance to look into why my Ethernet is failing (hoping to look into it today at night). But I really appreciate your help in all this, because I am at an impasse. If worse comes to worse I might just have to reinstall the image in order to get the Ethernet to work. I am