Re: [beagleboard] File writing from PRU

2017-08-08 Thread Clark Sann
Mark, So what can I do with it if I get one? I’m programming the PRU in C, can I inspect variables and insert breakpoints? Clark > On Aug 8, 2017, at 4:56 PM, 'Mark Lazarewicz' via BeagleBoard > wrote: > > That sounds like a perfect justification to spend $90 on

Re: [beagleboard] File writing from PRU

2017-08-08 Thread Clark Sann
also look into your suggestions. Thanks again! Clark > On Aug 8, 2017, at 11:08 AM, Charles Steinkuehler <char...@steinkuehler.net> > wrote: > > On 8/8/2017 10:11 AM, Clark Sann wrote: >> >> But why did TI blather on and on about the printf_support switch and the

Re: [beagleboard] File writing from PRU

2017-08-08 Thread Clark Sann
Thanks Charles. I agree that it seems to be impossible to write to the ARM file system. I wanted to do it to get better diagnostic information while I am debugging my PRU firmware. I'm finding that turning on outputs when I reach certain sections of firmware is growing tiresome. I might try

[beagleboard] File writing from PRU

2017-08-07 Thread Clark Sann
I need some help from someone who has succeeded in getting the PRU to write files onto the host's file system. I have tried two methods: 1. Using open, fputs, fprintf, etc. This does not work for me. First of all, unless I set the printf_support flag to minimal, even a simple program with only

[beagleboard] Re: Replicate the existing image having few external applications in 100 new BBB

2017-07-20 Thread Clark Sann
You can create an image of your BBB image, with all your changes to is. That image will be stored on a computer. You can then copy that image to your 100 new BBBs. The exact method of doing this varies based on the computer operating system you are using. Google for "how do I save an image

Re: [beagleboard] How setup both adhoc wifi and infrastructure wifi on a BBGW

2017-07-03 Thread Clark Sann
> On Jul 3, 2017, at 1:57 PM, Robert Nelson <robertcnel...@gmail.com> wrote: > > > > On Jul 3, 2017 12:56 PM, "Clark Sann" <acs...@icloud.com > <mailto:acs...@icloud.com>> wrote: > Thanks for that information, Robert. That might be just what I

Re: [beagleboard] How setup both adhoc wifi and infrastructure wifi on a BBGW

2017-07-03 Thread Clark Sann
Thanks for that information, Robert. That might be just what I need. I am currently using a March version so I am a little old. Any reason I shouldn't try the Stretch version? Now in the event I find I do need the USB based adapter in addition to the built-in adapter, do the later versions

[beagleboard] How setup both adhoc wifi and infrastructure wifi on a BBGW

2017-07-03 Thread Clark Sann
I have a BBGW and I've used connmanctl to setup the wifi on it. Now I have plugged in a 2nd wifi adapter via USB. I can see both wlan0 and wlan1 in ifconfig and iwconfig. Now I want to configure the adhoc network using wlan1. How do I do this? I can't find any way to tell connmanctl to select

Re: [beagleboard] BB Blue reliability

2017-06-24 Thread Clark Sann
HA. I’ve never considered that to be a good idea. You think that’s the reason for the recent releases of smoke? > On Jun 24, 2017, at 9:35 AM, Robert Nelson wrote: > Just don't connect the lipo battery backwards. The connector is keyed, but if > you connect your own

[beagleboard] BB Blue reliability

2017-06-23 Thread Clark Sann
A few weeks ago there were a few posts from people that had fried their BB Blue power supply circuitry. That caused me to be wary of purchasing a BB Blue for my project. Since then I've heard nothing further about this problem. Maybe those instances were outliers. Anyone else having

Re: [beagleboard] BB Blue with single pulse encoder input

2017-06-23 Thread Clark Sann
> Thanks Clark for the info. The encoder is a hall effect sensor coupled with a > disk that has a series of magnets. It is quite low resolution but does spin > at motor speed which gives several hundred pulses per second. I am using it > mainly for learning about motor control and I really

[beagleboard] Re: EduMIP BeagleBone Blue on the loose

2017-06-23 Thread Clark Sann
Looks like the poor thing rolled through a mud puddle before attacking your laptop! -- 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

[beagleboard] BB Blue with single pulse encoder input

2017-06-23 Thread Clark Sann
Mark I suspect your cheap encoder is incompatible with the Blue. The BB Blue is designed to operate with quadrature encoders. The Sparkfun site does not indicate your encoders are quadrature. There's a lot of other gobblygook in their encoder specifications...magnets and sensors etc...but

[beagleboard] Re: PRU help needed....I don't understand pointers well enough to understand them.

2017-06-14 Thread Clark Sann
Thank you both for your help. The pdf that Greg referenced is very good. I've looked at it and other web resources. I now understand that the * is a dereference operator as well as part of a type definition. -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] PRU help needed....I don't understand pointers well enough to understand them.

2017-06-13 Thread Clark Sann
in this context. And I just noticed there is even a third pointer symbol * after the first closing paren. What is that thing doing there? > On Jun 13, 2017, at 7:16 PM, Charles Steinkuehler <char...@steinkuehler.net> > wrote: > > On 6/13/2017 6:50 PM, Clark Sann wrote: >> &

[beagleboard] PRU help needed....I don't understand pointers well enough to understand them.

2017-06-13 Thread Clark Sann
I am obsessed with the BB and the PRU. I think I need treatment! With that out of the way, after slaving over my computer for the last several days, I have succeeded in writing a C program for the PRU which controls standard GPIO outputs using the Sitara memory map, getting it built using

Re: [beagleboard] Help! Beaglebone Blue seems to have died

2017-05-19 Thread Clark Sann
William If I power my IO through the 3.3V bus on the BB Blue, which turns on as the BB Blue turns on, will that be sufficient to protect the GPIO? Clark On Friday, March 31, 2017 at 3:48:04 PM UTC-5, William Hermans wrote: > > For instance, if you had any IO connected to this board through any

[beagleboard] See if I understand setting up a device tree for the PRU

2017-05-17 Thread Clark Sann
I am trying to determine how to use the PRU to control the DC motors on a BB Blue. I plan to use these 4 H-bridges to control two stepper motors. The PRU will generate the proper sequence of outputs to move the stepper at the proper speed, direction, and amount of rotation. After examining the

[beagleboard] Re: Development with Eclipse and Remote Debugging

2017-05-15 Thread Clark Sann
I don't yet have a BB but I am doing cross compilation for the RPi. I don't need to chmod and I don't see any reference to chmod on the instructions you linked to ([2]). On my Debian VM I can create the source, compile, copy it to the RPi and execute it from the terminalall in Eclipse. I

Re: [beagleboard] Re: Magnetometer calibration error

2017-05-14 Thread Clark Sann
Thanks for that. I'm hoping I don't have any ill effects if I locate a BB Blue 6" or so away from motors. This is on a 48" radio controlled boat so I can probably put it further away if I need to. > On May 14, 2017, at 3:07 PM, Michael K Johnson wrote: > > The implied other

Re: [beagleboard] Re: Magnetometer calibration error

2017-05-14 Thread Clark Sann
How far did you have to move the BB from the motors? -- 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] Dimensions of BB Blue

2017-05-11 Thread Clark Sann
. On Thursday, May 11, 2017 at 7:27:22 PM UTC-5, Andrew Kirch wrote: > > same as an altoids tin > > On Thu, May 11, 2017 at 4:07 PM, Clark Sann <acs...@icloud.com > > wrote: > >> Anyone know the overall dimensions of the BB Blue? >> >> -- >> For mo

[beagleboard] Dimensions of BB Blue

2017-05-11 Thread Clark Sann
Anyone know the overall dimensions of the BB Blue? -- 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] How do I install TI Code Composer to program the PRU in C

2017-05-10 Thread Clark Sann
/ccstudio-sitara> > > Sent from Yahoo Mail on Android > <https://overview.mail.yahoo.com/mobile/?.src=Android> > > On Mon, May 8, 2017 at 9:13 PM, Clark Sann > <acs...@icloud.com > wrote: > OK, but it won’t let me install it. Could it be because I installed the

Re: [beagleboard] How do I install TI Code Composer to program the PRU in C

2017-05-08 Thread Clark Sann
t 9:11 PM, Robert Nelson <robertcnel...@gmail.com> wrote: > > On Mon, May 8, 2017 at 8:59 PM, Clark Sann <acs...@icloud.com> wrote: >> Thanks again, Robert. I really appreciate your prompt reply to my questions. >> >> I’m not sure what you mean in your last mes

Re: [beagleboard] How do I install TI Code Composer to program the PRU in C

2017-05-08 Thread Clark Sann
it. The error message said it "cannot be installed in this environment because its filter is not applicable.” Do you know what that means? Clark > On May 8, 2017, at 8:36 PM, Robert Nelson <robertcnel...@gmail.com> wrote: > > On Mon, May 8, 2017 at 8:35 PM, Clark Sann <a

[beagleboard] How do I install TI Code Composer to program the PRU in C

2017-05-08 Thread Clark Sann
I am trying to install TI's Code Composer in order to use it's C compiler for the PRU. I can't figure out what processor family to select to get support for the Sitara AM3358 ARM Cortex A8 processor used in the BBB and BBBlue. None of the processor families seem to be related to BBs. I've