[beagleboard] Re: Of SPI and such

2017-01-30 Thread 'woody stanford' via BeagleBoard
You are obviously knowledgeable, Graham, so we'll pose these questions to you then. (1) Is serial (ie. UART) communication on a BBBW (Rev C) Angstrom "distro" (ie. stock) done with the ttyO1 to ttyO6 "terminals". Is this HOW it is done? Elaborate if you feel the need. (Hoping he's going to say

[beagleboard] Re: Of SPI and such

2017-01-30 Thread 'woody stanford' via BeagleBoard
Hmmm. And I thought I was "old school". http://www.mouser.com/ProductDetail/IQD/LFXTAL003185Bulk/?qs=sGAEpiMZZMsMyYRRhGMFNt26FzbIzMCTJO3fmLZxTac%3d We all know what SPI is. On Monday, January 30, 2017 at 5:55:06 AM UTC-7, woody stanford wrote: > > I'm of the opinion that a lot of the terminology

[beagleboard] Of SPI and such

2017-01-30 Thread 'woody stanford' via BeagleBoard
I'm of the opinion that a lot of the terminology being used is being mixed, slurred, shifted in such a way to make basic concepts difficult to understand. I thought I would just talk about it. What is SPI? You can use the terms UART and SPI interchangably. Bear with me on this...my point is cul

[beagleboard] Re: Selecting closest 802.11s wireless mesh network to join

2017-01-29 Thread 'woody stanford' via BeagleBoard
This idea might not make too much sense at first... Get a NEO6M GPS module connected to a UART on the BBB. Write a quick-and-dirty 2D pythagorean NEMA-compliant routine that determines the distance to each hotspot and then connect to the one that makes the most sense (since radio frequency fiel

[beagleboard] Re: PRU cycle counter overflow

2017-01-29 Thread 'woody stanford' via BeagleBoard
Interesting problem. I agree with the clock idea. How I would do it is by looking holistically at the overall situation and getting a timer interrupt function to periodically look at the cycle counter and see if its over like , and if it is call the code that recalibrates it before it m

[beagleboard] Re: Serial Communication with BBB

2017-01-29 Thread 'woody stanford' via BeagleBoard
OK, the civilized way to do this stuff. It's called 0.1" header, ok? You do the traces on single-sided presensitized DIY PCB board and you solder the header on the down side. Then you have all your p8 and p9 signals broken out. Then the whole issue about where do I put all this stuff goes away.

[beagleboard] Re: Serial Communication with BBB

2017-01-29 Thread 'woody stanford' via BeagleBoard
Best and fastest? Yes, yes. Use C, namely GCC. We are men here. OK, what you do is do it in hardware. Select a nice set of glue translating your TTL to 3.3v which the BBB uses. Use SSR chips or just plain logic chips to do this. Next you'll be implementing quite a bit of hardware so get some

[beagleboard] Re: BBB Enclosure from Netgate

2017-01-29 Thread 'woody stanford' via BeagleBoard
Mylar. On Thursday, December 15, 2016 at 5:30:45 PM UTC-7, Mark wrote: > > Hello -- > > Searched and found occasionally someone will post in re case/enclosure for > BeagleBone boards. > > Ordered and received an alloy case from Netgate in Austin TX. Designed for > BeagleBone Black. It's a nice c

[beagleboard] Re: BBB Enclosure from Netgate

2017-01-29 Thread 'woody stanford' via BeagleBoard
That is nice. Serious, serious. I likey. And the price is right. BUT I want to talk about about my dollar-store cased K150 bootleg I got from China (free shipping on Ebay). 2 dollar case and it looks awesome. Its even transparent. I'm even cool with the fact it doesn't have an RS232 connector o

[beagleboard] Re: Are Windows Driver Signings Going to be Updated?

2017-01-29 Thread 'woody stanford' via BeagleBoard
https://groups.google.com/forum/#!category-topic/beagleboard/beaglebone-black/JvklF3O5mHs On Wednesday, January 4, 2017 at 5:44:19 PM UTC-7, Jared McIntyre wrote: > > The Window's drivers haven't been install-able without turning off sign > checking for several months. I have a number of machines

[beagleboard] Re: correct connection of an opto-coupler

2017-01-29 Thread 'woody stanford' via BeagleBoard
I agree with my fellow posters that using an optoisolator here is not the solution. The solution is to use an isolated (preferably optoisolated) logic gate. In this case an OR gate. The critical thing to mention here is that the BBB uses 3.3V stuff which isn't TTL (which is 5V+ for on and 0V fo

[beagleboard] Re: How to know which beagleblackBone version I am using?

2017-01-29 Thread 'woody stanford' via BeagleBoard
Command prompt? What you do flash it with MSDOS lol? On Monday, August 15, 2016 at 9:25:39 PM UTC-7, Raulp wrote: > > > Hi, > How can I know from the command prompt which BBB version(Rev A,B or C?) I > am using?Or by looking at its PCB? > Thanks in advance ! > Rgds, > Rp > -- For more options,

[beagleboard] Re: UART connection question

2017-01-29 Thread 'woody stanford' via BeagleBoard
Ok, but seriously, these are great questions. Standard for this kind of stuff is python (apparently). But I think C. No such thing as a wireless UART in that a UART stands for "Universal Asychronous Receiver/Transmitter" and its a chip that outputs a TTL signal that requires wires to transmit t

[beagleboard] Re: UART connection question

2017-01-29 Thread 'woody stanford' via BeagleBoard
And futher more, I will have you know that UART's only speak TTL (definition f' i_ve volts PLUS) attached thus with insulator.copper hashtag blinking blinkin WIRE. On Tuesday, January 19, 2016 at 10:01:41 AM UTC-7, Michael Williams wrote: > > I have a few questions regarding the UARTs on the Bea

[beagleboard] Re: UART connection question

2017-01-29 Thread 'woody stanford' via BeagleBoard
C is the ONLY language I will have you know, sir. And I have to agree with Karl's assessment that your "physically connected" comment was patently moronic. lol. :D On Tuesday, January 19, 2016 at 10:01:41 AM UTC-7, Michael Williams wrote: > > I have a few questions regarding the UARTs on the Bea

[beagleboard] Re: Cannot enable UART's

2017-01-29 Thread 'woody stanford' via BeagleBoard
This DOESN'T WORK but as far as I got. I thought I would super-duper UART-ize my board. Still waiting for somebody to tell me "how it is done" kinda thing. https://groups.google.com/forum/#!category-topic/beagleboard/beaglebone-black/JvklF3O5mHs On Friday, December 30, 2016 at 3:45:35 AM UTC-7,

[beagleboard] Re: PWM generation using libpruio

2017-01-29 Thread 'woody stanford' via BeagleBoard
Break out your PWM on to a PIC16Fx (using it crystal-controlled with software-based PWM by counting the clock cycles per instruction) and then use UART to control it. An alternative fix, but it does give you nice isolation in the process. Depending on how powerful your servos are, you might hav

[beagleboard] Re: Phasors calculation using libpruio

2017-01-29 Thread 'woody stanford' via BeagleBoard
I'd break it out on a PIC16F so I got isolation from the BBB itself using their ADC's. Just read it in via UART. Then use the BBB to crunch the data, On Thursday, January 26, 2017 at 9:10:27 PM UTC-7, Renzo Fabián wrote: > > > I have the following C code's parts that uses tables of sins and cos

[beagleboard] Re: USB disconnect/reconnect continuously

2017-01-28 Thread 'woody stanford' via BeagleBoard
Yeah stop using those ratty cables you get from hot cellphones. Man up and pay the "big bucks" at Walmart. Kidding. lol. On Friday, July 1, 2016 at 10:59:44 AM UTC-7, Bryan Wilcutt wrote: > > I have a somewhat custom BB distro I've made and all is well except one > thing I've noticed that is an

[beagleboard] Re: How to Send email via Beaglebone Black?

2017-01-28 Thread 'woody stanford' via BeagleBoard
OK, best way (and this really is an IoT question if you look at it) is to look at the most efficient (ie. fastest, least labor intensive) way of doing it. BBB's are small, so please don't try to install an SMTP server and stuff on it when you can do this. The mutt and the HTTP API approach are

[beagleboard] Re: High speed encoder input capability of BBB?

2017-01-28 Thread 'woody stanford' via BeagleBoard
OK, I just got my BBB so I gotta talk a bit out of my butt (having not done this yet myself). What you need to do is get it "interrupt driven". However you do it. I'm thinking there is a GPIO pin that has this capability (and realistically accessible via the OS in whatever dev environment you u

[beagleboard] Re: My Windows Drivers for BBB won't install

2017-01-28 Thread 'woody stanford' via BeagleBoard
I thought I'd also put this in too. Once you know how, the process to get your tethered BBB running is slick and fast even for the beginner. Don't read this if you are running the BBB with an HDMI monitor and keyboard. However if you are old waterfall guy like me and like your UN*X host with te

[beagleboard] My Windows Drivers for BBB won't install

2017-01-28 Thread 'woody stanford' via BeagleBoard
I had a problem with my core drivers for the host not installing (so you can teather the BBB to a desktop via USB to miniUSB on the BBB). It just came up with red X's every time. There are a lot of "fixes" out there that are pretty flakey so I thought I'd post the most linear path I found. Win

[beagleboard] BBBW as a hot spot.

2017-01-28 Thread 'woody stanford' via BeagleBoard
Is there an acceptable, easy way of setting up a BBBW as a wifi hot spot using its built-in wifi? By easy I mean like an installation type process rather than a laborious build and make process? All I want to do is serve web pages to wifi tablets at short ranges. Just how good is the wifi in BB

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

2017-01-28 Thread 'woody stanford' via BeagleBoard
Ok, experimented with it some more and came up with a basic protocol for getting it to boot. What you do is you kind of fiddle with the power button and keep plugging and unplugging the USB cable (I'm powering my BBB through the miniusb to my Windows 10 desktop). What you do is you ground

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

2017-01-28 Thread 'woody stanford' via BeagleBoard
I've worked on a lot of boards over the years, so I have a strong sense for the kinesthetic issues that even custom electronics can have. I've had this problem myself (and am still having it from time to time). My spider sense tells me that the BBB is right at the accepted maximum current draw

[beagleboard] Re: How do I keep a program running after disconnecting from ssh?

2017-01-28 Thread 'woody stanford' via BeagleBoard
There is kind of an involved way in C that is how it is done (similar to how Apache runs as a long-running daemon). What you do is you fork() with the parameters set up such that it invokes a daughter shell process that survives after the parent process is terminated. The reason why the daughte

[beagleboard] Setting Up Serial in GCC

2017-01-28 Thread 'woody stanford' via BeagleBoard
Love Python, however I am a dyed-in-the-wool GCC C/C++ programmer for decades.My question has to do with GCC. OK, I realized that I needed to configure the BBB R3 so that its P8 and P9 pins were set for UART (got that far myself). I kind of took an overkill approach. What I did was I copied uE

<    1   2