[beagleboard] Re: shutdown procedure required for beaglebone black ??

2017-04-10 Thread 'woody stanford' via BeagleBoard
[quote] Push the power button momentarily. Gerald [quote] ROTFLMAO. Oh gawd that's the funniest thing I've read today. lmao *double thumbs up* On Sunday, October 13, 2013 at 4:09:05 AM UTC-7, arbjful wrote: > > Hi, > > I am trying to use the beaglebone black (in factory default settings) in a

[beagleboard] Re: UAV Drone out of a BBBW

2017-03-21 Thread 'woody stanford' via BeagleBoard
OK, little miffed right now. How come none of you geniuses pointed out that these drone motors are 3-phase? That ESC is for regular single-phase motors (or wasn't that obvious). I'll have all of you know I've never actually built a drone before so I don't appreciate being made look an idiot

[beagleboard] Re: on accessing the p8/9 headers

2017-03-21 Thread 'woody stanford' via BeagleBoard
Wulf Man, yeah I actually took a look at the boot sequence on my BBBW and apparently its Debian. Don't know here I got the Angstrom idea from. I tend to read a lot of things so they might have been older documents. On Thursday, March 9, 2017 at 5:17:59 AM UTC-7, woody stanford wrote: > > OK, I

[beagleboard] Re: on accessing the p8/9 headers

2017-03-19 Thread 'woody stanford' via BeagleBoard
OK, here is where I'm at IMPORTANT: a lot of these things that I'm saying are my own educated guesses, this is not an enumeration of the correct way of enabling and using the P8/9 headers. I just want to make that clear. It doesn't currently work The procedure I took was the

[beagleboard] Re: on accessing the p8/9 headers

2017-03-19 Thread 'woody stanford' via BeagleBoard
Ok, here where I'm at (and I do apologize about the jokes...forgot I was on an email server...sorry). I looked at the various Github solutions and not too impressed with them. (Please don't be offended, I'm just saying...to me) Here is my question to those guys that have done this before. Let

[beagleboard] Re: Can a USB joystick directly control pwm voltage?

2017-03-19 Thread 'woody stanford' via BeagleBoard
You said directly, so I thought I might add this. You can take a PIC16Fx with integrated ADC's and set up your joystick's pots in voltage divider mode. To explain, you hook up your VCC to one end of your pot and then take the voltage as sunk through another fixed resistor to ground. Ask me if

[beagleboard] Re: Actually building something

2017-03-14 Thread 'woody stanford' via BeagleBoard
OK wanted to say something IMPORTANT I'm a BIG believer in the open-source movement so where you can, please patronize Adafruit, BB, R-Pi and all of the really, really special people that are part of it. That you can get stuff cheap various places is still not an excuse to pick up a

[beagleboard] Re: on accessing the p8/9 headers

2017-03-13 Thread 'woody stanford' via BeagleBoard
Gerald, can you articulate what you difficulty with my posts are, according to TOS where the violations are, and I will correct them. I am NOT trying to monopolize your board or whatever, I just have questions is all. But if you could be a good moderator and let me know what you concern is with

[beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread 'woody stanford' via BeagleBoard
OK status report, where I'm at is the dtc compiler I was talking about seems only to be buildable with a Debian-style installer, which is a deal-breaker for me because I use stock Angstrom. Found another overlay compiler by Pantelis Antoniou, but this one doesn't appear to work either because

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread 'woody stanford' via BeagleBoard
, 2017 at 5:23:18 PM UTC-7, RobertCNelson wrote: > > > > On Mar 12, 2017 7:11 PM, "'woody stanford' via BeagleBoard" < > beagl...@googlegroups.com > wrote: > > Moderators could you please remove this post. I haven't a clue what he > means by "bye bye"

Re: [beagleboard] Re: Is there a way to send an interrupt from userspace to the PRU-ICSS?

2017-03-12 Thread 'Woody Stanford' via BeagleBoard
William, Thank you so much for this information. Will really help for that thread I'm doing on BB. Just trying to get the P8/9 up on my little BBBW. Its nice having a little insight into the internals of them...as much information as I can get, I'm happy about. Not quite finished reading all my

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread 'woody stanford' via BeagleBoard
On Friday, March 10, 2017 at 3:09:05 PM UTC-7, Gerald wrote: > > Bye Bye!! > > Gerald > > > On Fri, Mar 10, 2017 at 4:04 PM, 'woody stanford' via BeagleBoard < > beagl...@googlegroups.com > wrote: > >> Sweet Fish >> Q: What kind of fish goe

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread 'woody stanford' via BeagleBoard
Moderators could you please remove this post. I haven't a clue what he means by "bye bye" but it doesn't sound all that positive. Thank you. On Friday, March 10, 2017 at 3:09:05 PM UTC-7, Gerald wrote: > > Bye Bye!! > > Gerald > > > On Fri, Mar 10, 2017 a

[beagleboard] Re: on accessing the p8/9 headers

2017-03-10 Thread 'woody stanford' via BeagleBoard
Sweet Fish Q: What kind of fish goes well with peanut butter? A: Jellyfish! Categories: Animal Jokes(Fish Jokes), Food Jokes, Riddles(Riddles for Kids) Copyright © 2013 - All Rights Reserved - Used with Permission. Share ViaE-MailTwitterFacebookGoogle PlusURL Share 264111 Anonymous Blow Your

[beagleboard] Re: on accessing the p8/9 headers

2017-03-10 Thread 'woody stanford' via BeagleBoard
Sweet Fish *Q: *What kind of fish goes well with peanut butter? *A:* Jellyfish! Categories: Animal Jokes (Fish Jokes ), Food Jokes , Riddles

[beagleboard] Re: on accessing the p8/9 headers

2017-03-10 Thread 'woody stanford' via BeagleBoard
Since this is my thread, I though I would reach out to my fellows, both professional (ie. Beagleboard) and hobbyist (that that have ACTUALLY solved this issue and can add something to this discussion) if they can shed some light on the following issues. I'm serious though about people that

[beagleboard] Re: How to Formally Invoke a "Background Process" in C on a BBW

2017-03-09 Thread 'woody stanford' via BeagleBoard
OK, in summary, what is the MAGIC piece of code here...the crux...the essence: *** * BOOKMARK THIS ** *** [code] if ((ppid=fork())==0) { printf("Child process\n");

[beagleboard] Re: Embedded Web Severs with MM

2017-03-09 Thread 'woody stanford' via BeagleBoard
Don't want to cut and paste...found a kludge using CURL to ftp across a ZIP file. http://beagleboard.org/discuss?place=msg%2Fbeagleboard%2FUx9FBfohkSE%2Ft2mZORiMAwAJ Its interestiing... On Wednesday, March 8, 2017 at 7:22:31 PM UTC-7, woody stanford wrote: > > You need to get some kind of web

[beagleboard] Re: CURL Kludge on Angstrom to FTP files

2017-03-09 Thread 'woody stanford' via BeagleBoard
Here is a good example of what I want to do is transfer a ZIP file with a code base I want to build to my Beagle. I have Filezilla server running on my Windows 10 PC, so I can pull the ZIP file across with CURL on my BBB, I'm thinking. This is how you would do it (just shell script it or type

[beagleboard] CURL Kludge on Angstrom to FTP files

2017-03-09 Thread 'woody stanford' via BeagleBoard
Am I mistaken or is there no FTP command on a Beagle's OS? Wow, I'm all for a tiny distro but that is ridiculous. Fix: did you know that you can use CURL to FTP files? Serious lol :D And you can use it "in-line". This is the best little tutorial I've seen on this rather obscure subject (VERY,

[beagleboard] Re: on accessing the p8/9 headers

2017-03-09 Thread 'woody stanford' via BeagleBoard
Capturing thoughts: - I'm thinking that there are conceptually two stages to this: (1) configuration (which is loaded by the OS at start-up, which is fine I think for most real applications) and (2) how you actually access the pins from whatever language/environment you are using. - Feeling

[beagleboard] Re: on accessing the p8/9 headers

2017-03-09 Thread 'woody stanford' via BeagleBoard
Thoughts I want to capture (for later discussion): - working theory: I want to be able to access my communication pins (my SPI, I2C, and UART serial) stuff through TTYO1 thru 6 so I can use streams (a la fopen() in C ) so I have some /dev/ abstraction insulating me from a lot of platform and

[beagleboard] Re: on accessing the p8/9 headers

2017-03-09 Thread 'woody stanford' via BeagleBoard
OK, how are these "overlays" set up technically? In my reading, what seems to be operative, is that these overlays are "compiled" with the magical: dtc compiler (Reference: DTC And Compiling Custom Overlays heading in https://vadl.github.io/beagleboneblack/2016/07/29/setting-up-bbb-gpio )

[beagleboard] Re: on accessing the p8/9 headers

2017-03-09 Thread 'woody stanford' via BeagleBoard
OK, thru tracing hardware for now, so let's look at overlays for a second. Here is a link to what looks like the cleanest (if not official) code base for gpio configuration. https://github.com/beagleboard/bb.org-overlays How this code base set up is traditionally, with a "make file". To build

[beagleboard] Re: on accessing the p8/9 headers

2017-03-09 Thread 'woody stanford' via BeagleBoard
What has been coming through loud and clear is the "GPIO Settings" (the little box at the bottom of the images in the previous post). Let's talk about them. I've done a lot of electrical engineering in my time with digital circuits, so I'm thinking of setting bits 3-7 how you would set up your

[beagleboard] Re: on accessing the p8/9 headers

2017-03-09 Thread 'woody stanford' via BeagleBoard
OK, how I'm looking at this problem, of how to configure and use the GPIO pins on a BBB is as if the BBB is like a PIC or other microcontroller not an SBC to start (I'm starting at the pins and working my way in, conceptually). So what I'm doing is looking for a datasheet for the p8/9 header

[beagleboard] on accessing the p8/9 headers

2017-03-09 Thread 'woody stanford' via BeagleBoard
OK, I want to get to the bottom of this whole GPIO issue on the BBB, so I'm opening up this thread as a "documenter" whereby which I can take notes based on my research into how you consistently, stably and SOLIDLY programatically access the GPIO pins on a BBB. I've already done a lot of the

[beagleboard] Re: Embedded Web Severs with MM

2017-03-08 Thread 'woody stanford' via BeagleBoard
On Wednesday, March 8, 2017 at 7:22:31 PM UTC-7, woody stanford wrote: > > You need to get some kind of web page serving up on a Beagle. This should >

[beagleboard] Re: Embedded Web Severs with MM

2017-03-08 Thread 'woody stanford' via BeagleBoard
On Wednesday, March 8, 2017 at 7:22:31 PM UTC-7, woody stanford wrote: > > You need to get some kind of web page serving up on a Beagle. This should > work. > >

[beagleboard] Re: Embedded Web Severs with MM

2017-03-08 Thread 'woody stanford' via BeagleBoard
Hang onto the source code if it works for you and add it to your bag of tricks. I've inspected the code and its real clean. On Wednesday, March 8, 2017 at 7:22:31 PM UTC-7, woody stanford wrote: > > You need to get some kind of web page serving up on a Beagle. This should > work. > >

[beagleboard] Re: Embedded Web Severs with MM

2017-03-08 Thread 'woody stanford' via BeagleBoard
OK, botched it there I think, but I actually got MM up working on my BBBW. So I know Mongoose Meerkat WILL work on a stock BBBW. Read the Raspberry Pi thread for some background on how I did it. Its basically a customized simple_web_server.c build from MM's examples. OK, I've zipped up the

[beagleboard] Embedded Web Severs with MM

2017-03-08 Thread 'woody stanford' via BeagleBoard
You need to get some kind of web page serving up on a Beagle. This should work. https://www.raspberrypi.org/forums/viewtopic.php?f=33=176763 A claim. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Re: How to Formally Invoke a "Background Process" in C on a BBW

2017-03-02 Thread 'woody stanford' via BeagleBoard
Here is another powerful example of how a correctly set up background process can fetch a web page for you. Using URL_encode() you can even invoke specific scripts on a remote host via HTTP and HTTPS protocol using CURL (available on stock Angstrom but remember to connect it to the inet).

[beagleboard] Re: How to Formally Invoke a "Background Process" in C on a BBW

2017-03-02 Thread 'woody stanford' via BeagleBoard
ok, here is a good example of how you can run a BBB-specific shell script with the DAEMON1 code examples. It reads back to you the current configurations for pins on the P8/9 headers. Its not just a cat of a config file but saves to a text file AND is entirely available in a C program. You can

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-26 Thread 'woody stanford' via BeagleBoard
Status report: just got my other motors in and waiting on Mouser to get me my parts (probably tomorrow) so I can throw the batts together and see if the motors will take the juice (its at like 7 volts so I think I should be good). Maybe throw together that ESC I've been running my mouth about

[beagleboard] Where is Paint on UN*X?

2017-02-26 Thread 'woody stanford' via BeagleBoard
OK, X community aside...where the heck is Paint on my Ubuntu? (BBBW, you know what I mean...Cloud9) "I just need it to like do the stuff in paint...no, no I don't need Photoshop, I just need enough to crop and rotate an image and maybe put come lines and text on it and then save it to 90 x 90

[beagleboard] How to Formally Invoke a "Background Process" in C on a BBW

2017-02-25 Thread 'woody stanford' via BeagleBoard
Here is how you do the background process thing on a Beagle, even stock. https://www.raspberrypi.org/forums/viewtopic.php?f=33=175567 A claim. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard"

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-25 Thread 'woody stanford' via BeagleBoard
OK, how do you code a process so it runs in the background. Highly recommended reading on service/daemons. Distilled specifically for all of you. No BS, no fluff, filler or additives: https://www.raspberrypi.org/forums/viewtopic.php?f=33=175567 Oh YOU will likey. Oh yes...oh yes. ^ ^ On

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-25 Thread 'woody stanford' via BeagleBoard
OK, here is the graphics support used in the simulator. Something called graph.c, you might have heard about it that it only has one function: writebmp. Non-real time graphics support (can be viewed in browser). https://www.raspberrypi.org/forums/viewtopic.php?f=67=175498 On Monday, January

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-21 Thread 'woody stanford' via BeagleBoard
OK better code example with complete force-moment-mass model coded, minimal guidance, simulation support. https://www.raspberrypi.org/forums/viewtopic.php?p=1117477#p1117477 On Monday, January 30, 2017 at 6:19:30 PM UTC-7, woody stanford wrote: > > I posted the remote control for this in

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-20 Thread 'woody stanford' via BeagleBoard
OK, here is what some of the code looks like. Its probably pretty different than a lot of the drone code out there. A lot of it reflects the math and approaches that I used in designing my suborbitals. #include //force-moment-mass model struct fmm_type { double t1a,t1b; //motor pod 1 - in

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-19 Thread 'woody stanford' via BeagleBoard
Just got back from Raspberry Pi. A bunch of colonists daughters needed to be rescued from there... But anyways, cool crew over there. Answered some questions but I think that this education of the younger generation thingy is going well. Nice to be back though. Will be working on the drone

[beagleboard] Re: Wifi USB stick not detected on BBB

2017-02-19 Thread 'woody stanford' via BeagleBoard
Well its better than the old Rev 1.1 error code: [ 666- ] usb 1-1: Get a Beaglebone Black Wireless you idiot. lol ;D On Tuesday, January 17, 2017 at 4:51:46 AM UTC-7, DragosP wrote: > > > My wifi stick is not detected on my BBB. I have tested same wifi module > with a PC (running debian 8

[beagleboard] Re: How to use the u-blox neo-6m gps module with beaglebone?

2017-02-19 Thread 'woody stanford' via BeagleBoard
Yeah, I just got one myself, I don't have it fully worked out but I can give you the highlights. A good thing about the NEO6M is that it uses the same voltage level as the BBB (3.3V), and the BBB's got enough juice you can power it off of the BBB's power if you wanted to do that (at least if

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-18 Thread 'woody stanford' via BeagleBoard
Check it. Here's my drone now. The original design was a bit bulkey and the motors were smaller than I thought. Made out of bassword with 1/2" dowel so light as

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-17 Thread 'woody stanford' via BeagleBoard
A word from the leader of our faith. Linus Torvalds believes the technology industry's celebration of innovation is smug, self-congratulatory, and self-serving. From a report on The Register: The term of art he used was more blunt: "The innovation the industry talks about so much is bullshit

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-13 Thread 'woody stanford' via BeagleBoard
Back. Bad party at my place but drones don't build themselves. Again usual disclaimer, I'm not saying if this thing will actually work at this point (the suspense is killing me). But what we do up is a "Bill of Materials". You will leave your nervousness about this behind you and understand

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-12 Thread 'woody stanford' via BeagleBoard
OK, let's talk about how you guys are going to make your first million with the BBB. Yes, I'm shameless; but isn't that really what all of us are doing here, trying to make the "big bucks" as they are known. Lots of things you can do with a BBB. For example, you can set it up with a 2-relay

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-12 Thread 'woody stanford' via BeagleBoard
OK, did short video on the hardware integration of a GPS module called a NEO6M with my BBBW. I'm trying to document this while doing it, I do apologize for the poor quality of the video. I WILL get better as I practice documenting my project, Documenting is more important than just getting

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-08 Thread 'woody stanford' via BeagleBoard
Ok here is what I have so far. I'm almost finished with the geodesic (I still want to "solvent weld" the joints though). Need to swap out the wire with picture-hanging wire and get the basswood "base board" to mount my electronics on. I'm going to do the motor mounts as aluminum plates that

[beagleboard] Re: Is there a web server on the BBB

2017-02-08 Thread 'woody stanford' via BeagleBoard
An accessable htdocs location that you can serve html files from that will pop out on the BBBW's (Rev C) is at: /usr/share/bone101/Support Now we don't want to corrupt the web server setup that comes stock with Angstrom, so make a directory in this directory. Call it htdocs or maybe your

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-05 Thread 'woody stanford' via BeagleBoard
OK (laughing my ass off) Came up with some super-cool ideas for this: - Full citywide 4/5G TCP/IP stack communication by 4/5G USB module (with capacity to take and transmit JPEG stills of an area, usually just pushes numeric data to keep it within plan) - Urban Surveilance and Pasification

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-05 Thread 'woody stanford' via BeagleBoard
Managed to dig up the blue prints for the physical drone. Nice boilerplate design using 0.5 wooden dowel coupled with "geodesic" joins with wire to hold it in tension. I CA the GPS chip antenna near the center, but I need the MCU6050 inertial right at the center of gravity so I might put it on

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-05 Thread 'woody stanford' via BeagleBoard
Check it. Doesn't work though. My dyslexia apparently. However this is what it will look like when finished. About 7" x 5". Machine screw it to the basswood or laminate baseboard on the drone and this is the complete BBB controllable power stage.

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-05 Thread 'woody stanford' via BeagleBoard
OK, here is my best guess. I'll need to breadboard it out to get it working. It basically glues some reference designs (off of the Internet...beware lol) with some approaches that I've used for years together. I have to admit that I'm a little shaky in the MOSFET area, but I know I can get a

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

2017-02-04 Thread 'woody stanford' via BeagleBoard
Oh this is gold, serious. I noticed that the datasheets for optoisolators don't give you the resistor to limit the LED (which is necessary). This calculator in conjunction with the datasheet WILL give you the necessary limiting resistor value. http://led.linear1.org/1led.wiz On Tuesday,

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-04 Thread 'woody stanford' via BeagleBoard
What are the currents involved. This pertains to the gauge of wire you need to use for everything. Typically you are looking at about 6 full amps on EACH of your motors (this is kind of high, but what people said...I'm thinking at 100% PWM duty cycle). So make sure your especially ground

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-04 Thread 'woody stanford' via BeagleBoard
And another concern that came up is you might need resistors on the PIC's GPIO out to the LED's on the optoisolators, like how you always use a certain resistor to a standard LED when using TTL (5VDC). How do I power each of the zones. Figure it out holistically on current usage by component,

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-04 Thread 'woody stanford' via BeagleBoard
OK, values, sorry for not putting them on there. The resistor network on the far left side of the schematic is a standard voltage-divider for doing a low-costok.I JUST MESSED UP (proving my point about getting schematics directly from the internet). There are a LOT of things wrong with

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-04 Thread 'woody stanford' via BeagleBoard
Ok, Here is the quick-and-dirty version: Now what's interesting here I've conceptually combined two "angel" motors (counter-rotating) per "pod", like an arm

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-03 Thread 'woody stanford' via BeagleBoard
Let us look at these motors again. A lot of you are doing (well, thinking of) drone projects so let's talk a little about my little Beagle and thick-conductored "hot" motors, How we get them making sweet electric love with each other. Ok what you do is you feed off of one of your PWM or GPIO

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-03 Thread 'woody stanford' via BeagleBoard
To continue the brag, I had a small sum set aside to do some 3D printing...however I have seen the real quotation numbers on it. Noy much like the next inkjet like how they say. So I was out a connection system for rod, but got a little intuition and got a big bag (a literal big bag) of 1/2"

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-03 Thread 'woody stanford' via BeagleBoard
Ok want to brag. And just remember envy is ugly. I was expecting to pay $14 for some angel motors out of hong kong, but I found some nice $5 ones with the same specs. Read them and weep:

[beagleboard] Is there a web server on the BBB

2017-02-03 Thread 'woody stanford' via BeagleBoard
I notice something comes back on my port 80. Is there a real web sever serving that page thats coming back, and if so, where is its htdocs directory (the filespec I mean)? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

[beagleboard] Re: Actually building something

2017-02-03 Thread 'woody stanford' via BeagleBoard
The Importance of Datasheets One of the things I really learned doing this kind of stuff was the importance of datasheets. As far as I'm concerned, if a part doesn't have a datasheet, I don't use it. And I would go so far as to even say a datasheet in PDF format. They are important to use, to

[beagleboard] Re: Drone Remote out of $60 Win10 Tablet

2017-02-02 Thread 'woody stanford' via BeagleBoard
OK (laughing my ass off). Do you guys want to try out the drone remote? Its not done yet, but I have a windows installer for it. You can run it on Windows 8/9/10 but if you have a Windows tablet, install it (it just uses' VB.NET's stock installer so it should come right off on an uninstall).

Re: [beagleboard] Re: UAV Drone out of a BBBW

2017-02-02 Thread 'woody stanford' via BeagleBoard
OK, set up an account there. I'll copy this over later. Good to see you Graham and Jason again :D On Thursday, February 2, 2017 at 9:46:10 AM UTC-7, Jason Kridner wrote: > > This is pretty great. Will you add to hackster.io and/or Hackaday.io? > On Thu, Feb 2, 2017 at 10:55 AM Graham

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

2017-02-02 Thread 'woody stanford' via BeagleBoard
Talking about multistaging things, I have several discretes networks (my "bag of tricks") that I kind of patch together when I need a given function. One of my favorites is SSR-to-Relay. The link is to a microminiture PCB relay that what you do is you take a BBB GPIO out pin and then activate

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

2017-02-02 Thread 'woody stanford' via BeagleBoard
OK, I think you can do a bidirectional line this way with a $1 SSR (solid state relay)...maybe http://www.mouser.com/ProductDetail/Sharp-Microelectronics/PR26MF11NSZF/?qs=sGAEpiMZZMvD44QvxK4%2fifSkPJVuODho I use these primarily for a MCU (like a BBB GPIO out) to driver stage in like ESC

[beagleboard] Re: Actually building something

2017-02-02 Thread 'woody stanford' via BeagleBoard
Example of simple PCB done in 5 minutes with external wired switch in OpenDraw (vector-based illustrator program). Print to transparancy and etch, drill, populate and solder. Put switch on insulated wire, and case in radio shack small ABS plastic case. Drill hole, remove nut on switch, put

[beagleboard] Re: Actually building something

2017-02-02 Thread 'woody stanford' via BeagleBoard
Addendum: OK these standoffs ain't bad and they are only $0.06 per. https://www.biscoind.com/Bivar/9905-250?gclid=CPK3vPLP8tECFQ9Efgod8csM8A Just don't spend megabucks at Home Hardware is my point. Get a big ole bag of these. Important for BBB projects IMO. :) On Thursday, February 2, 2017 at

[beagleboard] Re: Actually building something

2017-02-02 Thread 'woody stanford' via BeagleBoard
OK, a lot of you have wondered why I advocate the use of single-sided PCB. Let me justify my opinion. When you work with DIY PCB's enough you realize kinesthetically that you can't geometrically wire up a real board with just one side (the reason why motherboards even have more than 2

[beagleboard] Re: Actually building something

2017-02-02 Thread 'woody stanford' via BeagleBoard
OK, throw out everything you think you've learned about DIY PCB construction and I'll tell you how to do it the right way. lol jk. OK what you do is you stick with SINGLE-SIDED presensitized board that you can get from ebay or MG Chemicals. Bear with me on this one. What you need is a

[beagleboard] Actually building something

2017-02-02 Thread 'woody stanford' via BeagleBoard
OK, here is a short primer on how the good guys build things in a serious hobbyist setting. The development is done in 2 main stages. Breadboarding, and PCB construction (with presensitized board). The reason why the breadboarding phase is because the Inet is great, but you can't believe

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

2017-02-02 Thread 'woody stanford' via BeagleBoard
OK, here is another idea that performs a similar process, however it can only work from a higher voltage level down to a lower one (like a TTL 5V down to a BBB 3.3v level, NOT the other way around...you'll have to use the optoisolator approach for that). How a voltage divider works is by the

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

2017-02-02 Thread 'woody stanford' via BeagleBoard
OK, electrically let's talk about exactly what is going on here. Basically a phototransistor is like mounting a small solar cell to the gate of a transistor and running the transistor in a switching (rather than amplifying) mode. With the LED butted right up against the photosensitive gate it

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

2017-02-02 Thread 'woody stanford' via BeagleBoard
OK, I haven't breadboarded this myself, but here's A circuit that looks like it will do the 3 to 5 V conversion (and back interestingly enough...just check if the driving volt level has enough juice to drive the LED). Its unidirectional, remember this so two can implement a UART TX and RX,

[beagleboard] Re: UART connection question

2017-02-01 Thread 'woody stanford' via BeagleBoard
Just been doing a little experimenting. My BBBW comes stock Angstrom a hot spot (sans internet) that can be connected to quickly (with passkey "BeagleBone", ip address 182.168.7.2) that has a range the same as stock wifi (about 200 ft indoors, 400 ft outdoors) that you could socket over. Was

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

2017-02-01 Thread 'woody stanford' via BeagleBoard
http://www.mouser.com/ProductDetail/Lite-On/LTV-817/?qs=sGAEpiMZZMteimceiIVCB4BEdbJlF99qoohwWIG77es%3d An idea. Kind of reconsidering here. I'll look for a good way of connecting something like this up. Nice for passing thru a single UART signal thru. I wouldn't glue entire subsystems together

[beagleboard] Re: Where is my network security key?

2017-02-01 Thread 'woody stanford' via BeagleBoard
thx. Works perfect. :D On Wednesday, February 1, 2017 at 7:29:17 PM UTC-7, woody stanford wrote: > > I noticed that my BBW is discoverable on my tablet's wifi right out of the > box. > > It makes sense to me that I should be able to connect to it if I knew the > default passkey or "network

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-01 Thread 'woody stanford' via BeagleBoard
OK, let me explain what I'm doing here. A lot of you realize that what I'm building here is more of a tiny UAV than a toy drone, but I want to have enough processing power on-board that I can do whatever I want. How its different is my design philosophy in that what I'm trying to do here is

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-01 Thread 'woody stanford' via BeagleBoard
OK, just got my BBBW wireless acquiring well over about 200 feet (indoors) and about 400 feet (outdoors) so I have enough of a wireless tether to actually fly my drone. Very impressed with this little unit (the BBBW); I was a little concerned over the little antenna but they seem to work nice.

[beagleboard] Where is my network security key?

2017-02-01 Thread 'woody stanford' via BeagleBoard
I noticed that my BBW is discoverable on my tablet's wifi right out of the box. It makes sense to me that I should be able to connect to it if I knew the default passkey or "network security key" as my Windows key is calling it, or if its dynamically generated it should be in a config file

[beagleboard] Re: witch API is more suitable with beaglebne black for streaming and recording? thank u for help

2017-01-30 Thread 'woody stanford' via BeagleBoard
I'm interested in this too. I'm looking for webcam over USB to what Wiem said saved to drive. On Thursday, March 31, 2016 at 6:21:52 AM UTC-7, wiem barguellil wrote: > > witch API (jpeg streamer or pyhthon library.) is more suitable with > beaglebne black for streaming and recording? thank

[beagleboard] Re: UAV Drone out of a BBBW

2017-01-30 Thread 'woody stanford' via BeagleBoard
Still trying to find my blueprints for it (I think its on my Ubuntu box, but my monitor is fried on it, grrr, and I'm sure its not accessable on FTP, I'm on my Windows 10 workstation now), but here is an interesting example of MOSFET motor speed control via GPIO or PWM.

[beagleboard] UAV Drone out of a BBBW

2017-01-30 Thread 'woody stanford' via BeagleBoard
I posted the remote control for this in Software, but I put a bunch of hardware in it so I thought I'd post it here. https://groups.google.com/forum/#!category-topic/beagleboard/software/evSIUcuWfUY -- For more options, visit http://beagleboard.org/discuss --- You received this message

[beagleboard] Re: Drone Remote out of $60 Win10 Tablet

2017-01-30 Thread 'woody stanford' via BeagleBoard
Here is my autonomous flight planner (so its a little more than a drone). This is my "map editor" where I read in a Google Earth map and what I do is I

[beagleboard] Re: Drone Remote out of $60 Win10 Tablet

2017-01-30 Thread 'woody stanford' via BeagleBoard
Here is a block diagram of the hardware on the drone. The remote is all software running on my POS Win10 tablet like I was saying. On Monday, January 30, 2017 at 5:24:55 PM UTC-7, woody stanford wrote: > > I'm building a drone with my BBBW as its brain. I have my remote control > for it

[beagleboard] Drone Remote out of $60 Win10 Tablet

2017-01-30 Thread 'woody stanford' via BeagleBoard
I'm building a drone with my BBBW as its brain. I have my remote control for it mostly coded in VB.NET. Basically what it does is it runs the BBBW on the drone in hotspot mode and it just synchs the stacks in my tablet with the BBBW and I send UDP packets via winsock with raw "joystick"

[beagleboard] VAX

2017-01-30 Thread 'woody stanford' via BeagleBoard
Does anyone else just sit there with several PUTTY windows open and just watch that blinking blue light on their BBBW and just use their imagination that they are actually connected to the ole VAX at their old alma matter? It is a really nice little UN*X host right out of the box...I still

[beagleboard] Re: Of SPI and such

2017-01-30 Thread 'woody stanford' via BeagleBoard
The answer I was looking for. Thank you much Graham. A yes...this is good as now I have control of my BBB UARTS from C (and thus python, etc. etc.) My next question might be an elaboration on how to access the GPIO/SPI/I2C/CAN/ADC however I have the magic key to BBB because I'm lazy and I can

[beagleboard] Re: tpa81(sensor temperatur)

2017-01-30 Thread 'woody stanford' via BeagleBoard
You are using I2C to read a thermistor? What are you building an atom smasher lol? Switch your I2C to ADC and find a PDF of a themistor-to-voltage network of discretes and just read the ADC. My God man. :D On Tuesday, November 15, 2016 at 10:35:27 PM UTC-7, zaenal abidin wrote: > > tomorrow i

Re: [beagleboard] Running .exe file after boot

2017-01-30 Thread 'woody stanford' via BeagleBoard
idk about the whole *.exe thing. I've found programming ANSI C that its nice to be able to port my MinGW code directly to GCC without changing my build shell scripts (*blushes* well my make files I mean). Hense a lot of my bins on my UN*X have the exe extension. Seems to work...alignment

[beagleboard] Re: Of SPI and such

2017-01-30 Thread 'woody stanford' via BeagleBoard
Thank you for the quick and informative reply, Graham. So ttyOx IS the UART abstraction that is used by UN*X typically? So I should just be able to fopen (speaking C) /dev/ttyO1 and have read write stream access to the TX and RX pins of UART1, assuming of course I've setup the "overlays"

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

2017-01-30 Thread 'woody stanford' via BeagleBoard
I would take your IT manager or sys admin out to lunch to Appleby's or Olive Garden and get to know him/her. This is a human issue not a technical one IMO. 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

[beagleboard] Re: PRU FAQ 2013-05-15

2017-01-30 Thread 'woody stanford' via BeagleBoard
Still I am a fan of my little K150 PIC programmer. I wish I could say that I soldered it myself however I pussed out this time and got a nice little jobby from Hong Kong or somewhere. Cased it myself. I can even carry it with me if I wanted to and its USB cable is just the right length. My

[beagleboard] Re: PRU FAQ 2013-05-15

2017-01-30 Thread 'woody stanford' via BeagleBoard
This is gold, Jason. Thank you so much for sharing this with us. I personal was wondering what a lot of this stuff was. Have to admit that I was somewhat unclear as to quite a few of these concepts, but I was especially encouraged when I read the term "industrial". It is good to know we have

[beagleboard] Web Cams and UN*X

2017-01-30 Thread 'woody stanford' via BeagleBoard
I have a nice little environmentally-sealed Emerson camera ($30) that makes a spectacular web cam I've found. Is there a library linkable (or otherwise) with GCC whereby I can capture its USB output and manipulate it programatically. I would also want to compress it to drive in MPEG or MP4

[beagleboard] Re: Of SPI and such

2017-01-30 Thread 'woody stanford' via BeagleBoard
Furthermore, how about putting a byte after the address byte with the length of the "frame" (and I use this term loosely) using the BBB as master (for collision avoidance, I mean) with each MCU only speaking when spoken too? Just thinking out loud lol. On Monday, January 30, 2017 at 5:55:06 AM

[beagleboard] Re: Clock frequency for i2c1

2017-01-30 Thread 'woody stanford' via BeagleBoard
As I understand it, I2C can be used for high-speed communication, so as fast as you can realistically pull that clock line is how fast you can go. Hense the clock line. I would look at it holistically. The BBB can probably really reef on that clock line (1 Ghz processor...kernel aside) so I'd

  1   2   >