Re: [beagleboard] TPS65217 COMMUNICATION

2013-12-31 Thread Ilhami Kivrak
Sorry for category issue.. 31 Aralık 2013 Salı 03:59:08 UTC+2 tarihinde liyaoshi yazdı: I2C ? 2013/12/30 Ilhami Kivrak ilhami@gmail.com javascript: Hi everyone, Is there any way that I can communicate with TPS power IC? Reading status, battery sense inputs, current consumption etc.

Re: [beagleboard] multiple serial ports...

2013-12-31 Thread Mike Bremford
Hi Bruce For RS-232 by far the easiest way to do it is order some of these: http://www.ebay.co.uk/itm/2PCS-High-Compatiablity-USB-to-232-RS232-Adaptor-Converter-PL-2303HX-MAX232-/271358227870. I've ordered a few, they work well. There are other types but if it's definitely RS-232 you're using

Re: [beagleboard] BBB Angstrom leak?

2013-12-31 Thread Mike Bremford
Try du -shcx /* to see how much disk space directory is taking, then drill down from there. If I had to guess, and yes I'd suggest /var/log is a good bet... On 31 December 2013 04:01, james.wang@gmail.com wrote: So, I just noticed that after I boot Angstrom on BBB, the available memory

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-31 Thread Mike Bremford
Uh, well for me it's the virtual capes - the actual list I'm loading is: BB-SPIDEV1 BB-I2C1 BB-UART1 BB-UART2 BB-UART4 BB-UART5 BB-ADC Plus several of the virtual capes from https://github.com/nomel/beaglebone/tree/master/gpio-header so I can turn on/off individual GPIO pull-ups. But it's

Re: [beagleboard] TPS65217 COMMUNICATION

2013-12-31 Thread Ilhami Kivrak
Also I forgot to say that The TPS65217 hosts a slave I2C interface that supports data rates up to 400 kbit/s and auto-increment addressing and is compliant to I2C standard 3.0. 31 Aralık 2013 Salı 11:23:24 UTC+2 tarihinde Ilhami Kivrak yazdı: Sorry for category issue.. 31 Aralık 2013 Salı

[beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread hirst689
I have been searching around for days to try and understand if it is possible to add 485 support to Angstrom linux 3.8.13 using bitbake. I have seen multiple examples of how to add the support but none that talk to bitbake directly and none that have answered the bitbake question. Does anyone

Re: [beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread Micka
Why do you want to use it with Angstrom ? Angstrom is going to die . I had the same problem as you in the past ... I find out that with the Ubuntu Distribution from Robert C Nelson, it's easy to modify the kernel, creating a patch, add a patch, . Micka, On Tue, Dec 31, 2013 at 2:11

Re: [beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread David Hirst
OK! Could you point me to some form of how to Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [beagleboard] MATLAB / Simulink on BeagleBone Black

2013-12-31 Thread Tux Leonard
Thank you for this great post. I am also interested in using Matlab/Simulinkor Scilab/Sicos on BBB. Perhaps you could give me some additional information. -What tool boxes do I need beside Matlab/Simulink? Some code generation tools? -Are there some simulink blocks for GPIO, PWM, analog input,

Re: [beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread Micka
There: https://groups.google.com/forum/#!topic/beagleboard/sAsZYPJ_DPg Enjoy ! On Tue, Dec 31, 2013 at 2:22 PM, David Hirst hirst...@gmail.com wrote: OK! Could you point me to some form of how to Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Support for 485 on BBB Angstrom linux-3.8.13

2013-12-31 Thread David Hirst
thanks On Tue, Dec 31, 2013 at 8:36 AM, Micka mickamus...@gmail.com wrote: There: https://groups.google.com/forum/#!topic/beagleboard/sAsZYPJ_DPg Enjoy ! On Tue, Dec 31, 2013 at 2:22 PM, David Hirst hirst...@gmail.com wrote: OK! Could you point me to some form of how to Thanks --

[beagleboard] RF module interface to Beaglebone, SPI interface

2013-12-31 Thread babu . dec04
Dear all, i am new to embedded field, i need to interface RF module to Beaglebone (running Angstrom linux) through SPI interface. please help Thanks and Regards N Reddy -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

[beagleboard] BBB refuses restart

2013-12-31 Thread gunthor007
Yesterday I got my new BBB Rev A6. The first connection via USB* put power to the board and BBB booted as expected. I followed the instructions on beagleboard.org and updated to the latest software. After ~45 minutes the 4 USRx lit solid, but I couldn't turn off the board using the power

[beagleboard] osgearth on BBB

2013-12-31 Thread tunca
Hello Does anyone tried to run osgearth on beagleboard. I want to use it for moving map like on the planes. I need to query terrain and check for intersection with plane on a projected path. It seems to be good starting point for such job. Thanks. -- For more options, visit

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-31 Thread Robert Nelson
Well, i got 3 of these working on 3.13 last night.. On Tue, Dec 31, 2013 at 6:23 AM, Mike Bremford m...@bfo.com wrote: Uh, well for me it's the virtual capes - the actual list I'm loading is: BB-SPIDEV1 BB-I2C1 Should be able to get these working today, just need someone to test.. BB-UART1

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-31 Thread Mike Bremford
I see what you're doing, patching am335x which is presumably loaded directly by the kernel on boot - much simpler than loading after the boot I guess. So they load no problem, and I have UART1, 2 and 4! Nice work!. I have to dig out a complicated wiring harness to actually test them, but the

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-31 Thread Robert Nelson
On Tue, Dec 31, 2013 at 10:34 AM, Mike Bremford m...@bfo.com wrote: I see what you're doing, patching am335x which is presumably loaded directly by the kernel on boot - much simpler than loading after the boot I guess. So they load no problem, and I have UART1, 2 and 4! Nice work!. I have to

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-31 Thread Mike Bremford
It's P9.18, P9.17 - there's nothing in the logs either I'm afraid. On 31 December 2013 16:55, Robert Nelson robertcnel...@gmail.com wrote: On Tue, Dec 31, 2013 at 10:34 AM, Mike Bremford m...@bfo.com wrote: I see what you're doing, patching am335x which is presumably loaded directly by the

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-31 Thread Robert Nelson
On Tue, Dec 31, 2013 at 11:19 AM, Mike Bremford m...@bfo.com wrote: It's P9.18, P9.17 - there's nothing in the logs either I'm afraid. Thanks! i just also enabled i2c2 (eeprom bus) now to find an i2c device to stick on P9.18/19 from my scrap pile.. Regards, -- Robert Nelson

Re: [beagleboard] MATLAB / Simulink on BeagleBone Black

2013-12-31 Thread kevind
For Simulink models, you need MATLAB, Embedded Coder, Simulink, and Simulink Coder. The DSP System Toolbox or other toolboxes might be helpful depending on your application. No other tools are necessary because the models are built on the BeagleBone. They generate a standalone executable

[beagleboard] Installing Ubuntu 13.10 with Flasher

2013-12-31 Thread Justin Rogers
I've been using many BBBs with Ubuntu 13.10, and I really like the convenience of the Flasher image for installation the eMMC. I have had lots of success with BBB-eMMC-flasher-ubuntu-13.10-2013-10-25.img from http://rcn-ee.net/deb/flasher/saucy/ but I have been trying today to use on of the

Re: [beagleboard] Installing Ubuntu 13.10 with Flasher

2013-12-31 Thread Robert Nelson
On Tue, Dec 31, 2013 at 1:34 PM, Justin Rogers jusrog...@gmail.com wrote: I've been using many BBBs with Ubuntu 13.10, and I really like the convenience of the Flasher image for installation the eMMC. I have had lots of success with BBB-eMMC-flasher-ubuntu-13.10-2013-10-25.img from

[beagleboard] Re: CIFS BBB with 3.8.13 Kernel Angstrom

2013-12-31 Thread noteasy2find
hi, cifs opkg can be found here: http://feeds.angstrom-distribution.org/feeds/v2012.05/ipk/eglibc/armv7a/base/ cheers Am Mittwoch, 13. November 2013 22:27:59 UTC+1 schrieb David Marquart: I have been searching high and low but I can not find a kernel-module-cifs for Angstrom 3.8.13 (no

[beagleboard] Re: Beagleboard Black Router

2013-12-31 Thread jmelson
On Sunday, December 29, 2013 7:53:56 PM UTC-6, gar...@gmail.com wrote: I would like to turn a Beaglebone Black into a router, but that is hard to do with only one RJ45. In order to do this, I assume I first need a Proto Cape and some RJ45 breakout boards. Does anyone know how I could get

Re: [beagleboard] RF module interface to Beaglebone, SPI interface

2013-12-31 Thread John Syne
From: babu.de...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, December 31, 2013 at 3:41 AM To: beagleboard@googlegroups.com Subject: [beagleboard] RF module interface to Beaglebone, SPI interface Dear all, i am new to embedded field, i need to interface RF module to

[beagleboard] Happy new year!

2013-12-31 Thread Maxim Podbereznyy
Hey guys! I follow this list from the very beginning of the community beagleboard.organd know how many good and professional guys are involved here. I wish all of you health, wealth and happiness! Let this year bring more fun and satisfaction from using embedded systems :) Hope to see very

Re: [beagleboard] Chipsee 7 cap touchscreen v1 Expansion for BBB dtbo

2013-12-31 Thread Mahammad Hegazy
Hi.. did anyone succedd running the chipsee capacitive LCD with new kernels (3.8)? On Saturday, November 9, 2013 1:51:42 PM UTC+2, Kishor Dhanawade wrote: Hello, ChipSee 7 LCD + Beaglebone Black + ubuntu 12.04 (3.8.13). Did you get success to run ChipSee's 7 LCD with 3.8

[beagleboard] Re: Volumio - Audiophile Music Player on Beaglebone Black

2013-12-31 Thread James Yeo
I'm a bit unclear - the BBB doesn't have an audio jack, so does this stream the audio, or...? Sorry if I'm being dense. On Sunday, December 15, 2013 7:38:47 PM UTC-6, Michelangelo Guarise wrote: Hi Beagleboard folks!!! I'm really glad to announce that Volumio http://volumio.org has been

Re: [beagleboard] Re: Beagleboard Black Router

2013-12-31 Thread Tom Most
Could you post a link and/or model number for the hardware you have verified? Thanks, Tom On 12/31/2013 12:25 PM, jmelson wrote: On Sunday, December 29, 2013 7:53:56 PM UTC-6, gar...@gmail.com wrote: I would like to turn a Beaglebone Black into a router, but that is hard to do with

Re: [beagleboard] Happy new year!

2013-12-31 Thread Gerald Coley
To you as well. Luck? We will needed it! Gerald On Tue, Dec 31, 2013 at 3:57 PM, Maxim Podbereznyy lisar...@gmail.comwrote: Hey guys! I follow this list from the very beginning of the community beagleboard.org and know how many good and professional guys are involved here. I wish all

Re: [beagleboard] Re: Volumio - Audiophile Music Player on Beaglebone Black

2013-12-31 Thread Gerald Coley
It would need to go out the HDMI port. HDMI has and audio channel embedded in it. Gerald On Tue, Dec 31, 2013 at 6:46 PM, James Yeo jpaska...@gmail.com wrote: I'm a bit unclear - the BBB doesn't have an audio jack, so does this stream the audio, or...? Sorry if I'm being dense. On