![]() |
|
|
|
Registered
|
Rasberry Pi
You guys know about this, right?
![]() Really cool little device https://www.raspberrypi.org/ https://www.amazon.com/dp/B01C6Q2GSY/ref=pd_lpo_sbs_dp_ss_2?pf_rd_p=1944687542&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B009SQQF9C&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=ZWEX86XNVNB89YE4PZZ2 |
||
![]() |
|
Registered
Join Date: Mar 2003
Posts: 10,322
|
Yup. A Pelican had a few extra and sent me one. I use it for DHCP on my LAN, as well as fake DNS (so I can get to my TV with livingroom.myhouse), and spoofing DNS for a bunch of advertising domains and known-malware-spreading domains.
|
||
![]() |
|
The Unsettler
|
Of course.
Got one right after they discovered the earth is round. ![]()
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
Registered
|
Sounds a lot like an Arduino.
https://www.adafruit.com
__________________
Bone stock 1974 911S Targa. 1972 914/4 Race Car |
||
![]() |
|
Registered
|
I have a couple. One is a Kano box [Pi 3] so my kids can do visual coding / Minecraft modding, another was a RasPlex server [Pi2], soon to be Kodi. I have not even begun to scratch the surface of these little guys. They have been used as an NFS server, OpenVPN box, Webserver for a bit..........cool part is you can simply swap out the SD card and reboot....new service........BAM!
__________________
'08 BMW e90 335i 6MT stock [aka 'take two'] '12 Dodge Durango [family hauler] '86 951 (K&N Cone, Welt Chips, Tial, Zeitronix, P&P O-ring PH Head, WFHG, AFPR) [in storage] |
||
![]() |
|
The Unsettler
|
Quote:
Similar concept, low cost prototyping / dev platform, different function. Arduino's are more I/O interconnect boards. They can expand functionality when paired with a PI but don't replace the PI and vice versa.
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
![]() |
Platinum Member
Join Date: Jul 2001
Location: Leave the gun. Take the cannoli.
Posts: 20,951
|
Quote:
|
||
![]() |
|
Registered
Join Date: Sep 2009
Location: North of You
Posts: 9,160
|
That Amazon device is okay to run Kodi? Hmmm....
__________________
"A machine you build yourself is a vote for a different way of life. There are things you have to earn with your hands." |
||
![]() |
|
Registered
|
1990CS4 meet grey area...............grey area meet 1990CS4
__________________
'08 BMW e90 335i 6MT stock [aka 'take two'] '12 Dodge Durango [family hauler] '86 951 (K&N Cone, Welt Chips, Tial, Zeitronix, P&P O-ring PH Head, WFHG, AFPR) [in storage] |
||
![]() |
|
The Unsettler
|
Yes, it's a bit slow though.
You can grab NOOBS for easy access to openELEC which is a stripped down version of KODI tailored for PI's.
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
Registered
Join Date: Nov 2003
Location: West of Seattle
Posts: 4,718
|
I've done a bunch of prototyping on both the Pi and the Arduino. For projects that I need to build more of, the Arduino is a better platform -- it's not copyrighted or trademarked or anything, so I can buy an AtMega chip and put it into a custom-designed Arduino-like board that does what I need. That's not true of the R-Pi. But then, the R-Pi is a MUCH more powerful platform. I mean, it runs Linux fer cryin' out loud.
I used an Arduino to set up a brew controller, when I should have used a Pi; turns out the Arduino isn't capable of anything like multi-threading operations, it takes a LONG time to get a reasonably accurate reading from a thermocouple, so updating a PID controlled SSR is too slow to get the ultimate accuracy that I need. So I'll have to re-implement that solution with a Pi. Meh. My other fun project is using an Arduino to run an ultrasonic sensing system to tell me how much beer is left in my kegs. There are a lot of interesting engineering challenges, but it's a fun time. ![]()
__________________
'86 911 (RIP March '05) '17 Subaru CrossTrek '99 911 (Adopt an unloved 996 from your local shelter today!) |
||
![]() |
|
Registered
Join Date: Mar 2003
Posts: 10,322
|
Quote:
|
||
![]() |
|
Registered
Join Date: May 2003
Location: Woodlands TX
Posts: 3,941
|
Im more of a mech guy than embedded systems and IT but I am fascinated by some of these new world platforms.
I have used a Pi in the past to set up Volumino which is a music streamer focused on HI-FI. It worked really well but That functionality is built into so many devices these days im not sure its needed. Ive had an arduino starter kit in a box for several years but I havent thought of a great application for it or at least I havent had the motivation to dig in. I wish this stuff was around when I was a kid
__________________
84 930 07 Exige S |
||
![]() |
|
Registered
|
I've got some arduino boards with the intent of making an intervalometer for time lapse camera control. If I could just find some time to put it together... I can see many uses for temperature controllers. When I bend guitar sides the electric heating elements can be hard to maintain steady. Too hot they burn the wood. Too cool it breaks. Also planning an ...ahem.... vape thing with a steam punk theme. Need precise temp control, but output to analog gauges to keep the retro thing happening.
__________________
Bone stock 1974 911S Targa. 1972 914/4 Race Car |
||
![]() |
|
The Unsettler
|
Quote:
![]()
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
Registered
Join Date: Nov 2003
Location: West of Seattle
Posts: 4,718
|
Quote:
If all you're doing is temperature control, a simple low cost PID-controller is a much better answer than designing your own. Wire in a thermocouple and a control output to the heating element through an SSR, and you're done. I've done process control that way a number of times, and it's faster and more reliable than doing it with an Arduino. The same is true of an intervalometer -- timer remotes already exist for most common camera bodies, and they're generally not much more expensive than the cost of hardware for an Arduino DIY project. Where Arduino buys you some benefit is if you need it to go a step beyond simple temperature control, or timed events. Say you need to watch a temperature, then take some action when it reaches a certain point, like firing a relay that opens a valve or lights a light. Or if you need to do something that requires a little more "intelligence" than simple if-then stuff, like watching for a pattern on some analog input to take some useful action. Or if you need to interface with some external thing, like, say, the local network. Or if the intervalometer needed to change the interval based on light levels, say, it's wired in to a solar panel so you can automatically adjust the exposures longer as it gets darker.
__________________
'86 911 (RIP March '05) '17 Subaru CrossTrek '99 911 (Adopt an unloved 996 from your local shelter today!) |
||
![]() |
|
Registered
|
Yes, a little more need than simple on-off control. The bender needs a timer function that changes temp as the time interval progresses - i.e. 400º for 8 mins , then 300º for the next 6 mins, then 250º for 10 mins, then off. That sort of thing.
As for the intervalometer, the camera (Nikon d70) doesn't have an input that any of the store bought units require. It's got infrared remote trigger capability (I've got a remote that I can pull the trigger signal shape from). I hadn't thought of shaping the interval frequency based on other factors, but that's intriguing..... I also just want to make something... as that's what floats my boat....
__________________
Bone stock 1974 911S Targa. 1972 914/4 Race Car |
||
![]() |
|
Slackerous Maximus
Join Date: Apr 2005
Location: Columbus, OH
Posts: 18,162
|
I fiddle with Arduino based robotics. Anyone drive servos/step motors off a Rasberry?
__________________
2022 Royal Enfield Interceptor. 2012 Harley Davidson Road King 2014 Triumph Bonneville T100. 2014 Cayman S, PDK. Mercedes E350 family truckster. |
||
![]() |
|
Platinum Member
Join Date: Jul 2001
Location: Leave the gun. Take the cannoli.
Posts: 20,951
|
Quote:
https://www.amazon.com/ECCPP-Speedometer-Instrument-Dashboard-Silverado/dp/B00KQHACMI/ref=sr_1_5?s=pc&ie=UTF8&qid=1470430223&sr=8-5&keywords=gmc+stepper |
||
![]() |
|
Un-Registered User
Join Date: Apr 2007
Location: Upstate New York
Posts: 902
|
I am running a homemade EFI on my supercharged Briggs V-twin using an Arduino.
I am currently working on electronic timing control for the same engine using an Arduino. Here's a video made during development of the EFI. http://www.youtube.com/watch?v=yhhRq4s3kD4
__________________
Don 1988 Targa |
||
![]() |
|