Re: [beagleboard] Help! ADC 'stopped working' overnight

2016-02-17 Thread hllpc
t is not somehow your code. Let me know > if this fixes the values read out, and if it does, we'll have to pour > through your code. > > On Tue, Feb 16, 2016 at 12:53 PM, hllpc <hallo...@hotmail.com > > wrote: > >> >> Higher like 40k, in the firt piat i

Re: [beagleboard] Help! ADC 'stopped working' overnight

2016-02-16 Thread hllpc
a scritto: > > OK, so define "way higher". Higher than 4095 ? > > On Tue, Feb 16, 2016 at 12:26 PM, hllpc <hallo...@hotmail.com > > wrote: > >> Yes I know about the conversion raw values-> real values, two days ago >> the raw values where in the

Re: [beagleboard] Help! ADC 'stopped working' overnight

2016-02-16 Thread hllpc
Yes I know about the conversion raw values-> real values, two days ago the raw values where in the range0-2000 as they should have been, now they are way way higher -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

[beagleboard] Help! ADC 'stopped working' overnight

2016-02-16 Thread hllpc
Hi everybody, for a university project I'm using a bbb with Linux 3.8.13 bone49, for a couple of months I was acquiring analog input using the internal adc of the beaglebone and the pruss, using as a starting point Derek Molloy's example (exploringbeaglebone/chapter13) and ADCCollector.c

[beagleboard] EVTOUT 1 is not received in PRU_industrialEthernetTimer example in the am335x_pru_package

2016-01-26 Thread hllpc
Hi everyone! I wanted to know if there is someone else who is having trouble running *this example* available in the am335x_pru_package. It uses PRU1 to iniialize the IEP and then

[beagleboard] Where is prussdrv_start_irqthread?

2016-01-19 Thread hllpc
Hello everyone, in the PRU Linux Application Loader API Guide there is a reference to the function prussdrv_start_irqthread, but I can't find it in prussdrv.h or prussdrv.c! Am I missing something? Regards --

[beagleboard] IEP timer interrupting PRU0

2016-01-11 Thread hllpc
Hi everybody, I'm completely new to PASM and Beaglebone and I'm curently having some trouble understand the TRM and PRU reference Guide. I'd like to know if is it possible to send an interrupt to one of the two pru's using the IEP timer interrupt. What I want to do is set a different compare

Re: [beagleboard] Troubles loading BB-BONE-REPLICAP

2015-12-14 Thread hllpc
giovedì 10 dicembre 2015 08:51:30 UTC+1, john3909 ha scritto: > > > On Dec 9, 2015, at 10:45 PM, hllpc <valeria@gmail.com > > wrote: > > Hi! I'm trying to enable the PRUSS on my beaglebone running: > Debian Image 2015-11-12lib/ > and uname -r > 4.1.13-ti-r35

Re: [beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-08 Thread hllpc
And this is usb0-dhcp: # disable DNS by setting port to 0 port=0 interface=usb0 #one address range dhcp-range=192.168.7.1 192.168.7.1,192.168.7.1 192.168.7.1 dhcp-option=3 except-interface=lo except-interface=eth0 listen-address=192.168.7.2 192.168.7.2 -- For more options, visit

Re: [beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-08 Thread hllpc
thub.com/RobertCNelson/boot-scripts/blob/master/boot/autoconfigure_usb0.sh > > > On Mon, Dec 7, 2015 at 2:42 AM, Mehmet Kurnaz <hmehme...@gmail.com > > wrote: > > You need g_ether.ko module. You can check it is loaded. > > > > On Sun, Dec 6, 2015 at 7:44 P

[beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-06 Thread hllpc
Same Issue here. Il giorno venerdì 30 ottobre 2015 18:13:55 UTC+1, Alex ha scritto: > > Hi, > > I am using ubuntu 14.04 (from Robert Nelson ) with a > custom 3.15.10-bone8 kernel on Beaglebone Black. HDMI is disabled. > When I plug the board to a PC, Beaglebone powers up

[beagleboard] New bbb, failed PuTTy SSH connection and unreacheable host via serial connection [Windows OS]

2015-12-04 Thread hllpc
Hi guys, I just got myself a second Beaglebone Black and with the first one I've never have this kind of problem. I installed the drivers as per the Getting-started guide, PuTTy, connected the beagle using the USB cable and setted the sharing connection properties between my notebook and the

[beagleboard] New BBB, PuTTy SSH and serial connection troubles

2015-12-04 Thread hllpc
Hi guys, I just got myself a second Beaglebone Black and with the first one I've never have this kind of problem. I installed the drivers as per the Getting-started guide, PuTTy, connected the beagle using the USB cable and setted the sharing connection (my pc is connected via wifi) properties

Re: [beagleboard] HW Timestamping on beaglebone black

2015-11-27 Thread hllpc
linux-kernel-dev repo, > so if you use 4.1.13-ti-r34, you have everything you need. Now if you look > in drivers’ptp you will find code for PTP. Not sure if any of this will > work on the BBB, but it is a good place to start. > > Regards, > John > > > > > &

[beagleboard] HW Timestamping on beaglebone black

2015-11-26 Thread hllpc
Hi everyone! Did anyone managed to enable HW TS on the BBB? The TRM ch 14.3.7 says it is supported but I've found very few infos online about how to enable it or if it is actually possible! ethtool shows this output: Time stamping parameters for eth0: Capabilities: software-transmit

Re: [beagleboard] HW Timestamping on beaglebone black

2015-11-26 Thread hllpc
Hi John, strangely enough I haven't found anything specific for the bbb, I was thinking about using linuxptp (which allow both sw and hw timestamping). The only reference I've found is hete in the forum ( https://groups.google.com/forum/m/#!topic/beagleboard/QHXb2hm72A8 ) and it seems like i

Re: [beagleboard] Re: Can I use libpruio in both PRUss?

2015-09-25 Thread hllpc
05:38:23 UTC+2 schrieb hllpc: >> >> I'm new to embedded system and programmation in general, I wouldn't be >> able to start from 'scratch' for sure! >> I'm still trying to understand why the constructor PruIo::PruIo() is >> defined differently in pruio.h >>

Re: [beagleboard] Re: Can I use libpruio in both PRUss?

2015-09-23 Thread hllpc
t; *Thanks in advance* >> >> >> This means that PRUIO_DEF_ACTIVE is undefined or is not in the same scope >> as the c file using it. >> >> On Wed, Sep 23, 2015 at 1:16 PM, hllpc <valeria@gmail.com >> > wrote: >> >>> Th

Re: [beagleboard] Re: Can I use libpruio in both PRUss?

2015-09-23 Thread hllpc
his means that PRUIO_DEF_ACTIVE is undefined or is not in the same scope >> as the c file using it. >> >> On Wed, Sep 23, 2015 at 1:16 PM, hllpc <valeria@gmail.com >> > wrote: >> >>> Thanks for your answer TJF! >>> I'm working C langu

[beagleboard] Re: Can I use libpruio in both PRUss?

2015-09-23 Thread hllpc
Thanks for your answer TJF! I'm working C language directly on the bbb from PuTTy, so I did my first attempt with rb mode but (after including both pruio.h and pruio_c_wrapper.h ) i got an error in: pruIo *io = pruio_new(PRUIO_DEF_ACTIVE, 1, 0x98, 0); // average, open delay and sampe

Re: [beagleboard] Re: Can I use libpruio in both PRUss?

2015-09-23 Thread hllpc
not typically use other peoples code as such. Usually I write my own code > from "scratch", and try to avoid as much third party code as possible. > Third party abstraction layers bother me even more . . . > > On Wed, Sep 23, 2015 at 3:05 PM, hllpc <valeria@gmail.com

[beagleboard] Can I use libpruio in both PRUss?

2015-09-15 Thread hllpc
As the title says: can libpruio run in both PRUss at the same time? The documentation says that the default configuration allow libpruio to run on PRU-0 OR PRU-1, so I guess this is a no? I want to sample two three phase sinusoidal signal and I'm wondering if I can control the AIN pins of each