CheckEmoji Community · the emoji forum
🏠 Home 🆕 What's new ❓ Unanswered 🔥 Popular 📡 RSS Members 👥 0 online log in · register
Home › IT › Advanced Users › Programming › Raspberry Pi projects

Raspberry Pi projects

Started by Jason Carter2 · · 👁 4 views · 72 replies

📡 Subscribe to replies

Participants Jason Carter2Kyle Sanchez4Drew Gray50Linda Moralesrestlessdrifter692Harold Jones5placidrangercoastaldrifter6Ronald Barnes5jadefalcon4Sophia Moore52Jeffrey Anderson84swiftharbor4William Richardson12Terry Brown8Nicholas Doyle7Jesse Brown61David Adams5Nathan Moore6Nathan Morris3Chris Hall3Jeffrey Thomas802silverharbor60nimblegull23 …
Jason Carter2 Jason Carter2 NewcomerOP
2 messages
joined Nov 2009
#1 ·
Hey everyone,
Does anyone know where I can pick up some Raspberry Pi chips for programming? (I figured this was the right sub since they connect to a PC anyway 😁).
http://www.arduino.cc/
I’m based in Washington, D.C., but I don't mind ordering from anywhere within the US, so if you have any leads... any info helps.
Thanks 🙂
Kyle Sanchez4 Kyle Sanchez4 Newcomer
4 messages
joined Dec 2009
#2 ·
http://arduino.cc/en/Main/Buy

Maybe try reaching out to someone in a neighboring state, or just suggest a local distributor import it.
Jason Carter2 Jason Carter2 NewcomerOP
2 messages
joined Nov 2009
#3 ·
Local companies aren't interested in importing this... I just got blank stares when I asked if they carried anything similar.
The neighboring states are also proving to be a bit of a hurdle.
Can anyone suggest an alternative? Does anyone know of a comparable Raspberry Pi? Where did you manage to pick one up?
Thanks for the help 😉
Kyle Sanchez4 Kyle Sanchez4 Newcomer
4 messages
joined Dec 2009
#4 ·
Maybe I can lend a hand with the coding
Drew Gray50 Drew Gray50 Newcomer
4 messages
joined Nov 2009
#5 ·
Maybe you could just grab the individual components and assemble it yourself? That’s actually my plan once I finally find a spare moment...

Or you could just order one online? I've seen a few sites that offer that service...
Linda Morales Linda Morales Member
23 messages
joined Dec 2004
#6 ·
Speaking of which:

http://www.opensolaris.org/jive/thre...19774&tstart=0
restlessdrifter692 restlessdrifter692 Active Member
81 messages
joined May 2009
#7 ·
Does anyone here work with Arduino or anything similar?
Harold Jones5 Harold Jones5 Newcomer
4 messages
joined Feb 2014
#8 ·
restlessdrifter692 said:Is anyone actually working with Arduino or anything in that vein?

Not really focusing on AVR. I'm more into MIPS, ARM, and various Chinese Intel chips with up to 100k gates that you can pick up for pennies.
It’s all essentially the same thing. 🙂
placidranger placidranger Regular
339 messages
joined Sep 2004
#9 ·
Used them for a few small projects. No complaints from my end. 🙏

You can find them on eBay. Usually around $200$100, depending on which model you're looking at.
Some people say it’s worth making a quick trip over to Canada if you live nearby. Otherwise, just grab them from Hong Kong via eBay. 🤷
restlessdrifter692 restlessdrifter692 Active Member
81 messages
joined May 2009
#10 ·
What kind of projects have you all used this for?

Harold Jones5, I’m having a hard time following what you wrote, but I assume you're talking about different variations on the theme (I’m a total amateur when it comes to electronics and programming).
I found a Boarduino online that seems similar to an Arduino for $20 kit:
http://www.ladyada.net/make/boarduino/index.html

A few amateur questions regarding this Boarduino:
1. Can I use this board to control the transmission and reading of RFID signals (maybe around 5 types of signals, like 5 different tags, using a batch of 500-1000 RFID receivers)? I hope that makes sense!
2. Can I control about 4 servo motors with it?

This is all pretty new to me, and I’m honestly not sure if I truly grasp how it works (I've watched plenty of videos, but I'm still not entirely clear on the actual capabilities).
Harold Jones5 Harold Jones5 Newcomer
4 messages
joined Feb 2014
#11 ·
restlessdrifter692 said:Harold Jones5, I can't quite follow what you wrote there, but I assume they're just different variations on the same theme (I'm a total amateur when it comes to electronics and programming).

Arduino is built on Atmel AVR ATMega chips that come pre-loaded with a bootloader. It’s mostly for hobbyists and people just starting out in electronics. ARM and MIPS are a bit more "serious" processors, generally used for commercial products, though I've seen some hobbyists tackle them too—usually professionals playing around with gear in their spare time. Look, a chip by itself is useless; it has to be "connected" to something to be functional, running some kind of program. That is exactly what Arduino is: a bridge between the chip and the world. You have USB and GPIO pins where you plug in things Arduino calls "shields"—which are basically just daughterboards. It’s a very "Lego-like" system; for many projects, you won't even need a soldering iron. The basic principle is picking up a signal (analog), feeding it to a processor that processes it, and then sending a signal back out through an "output." Now, that signal could be a simple high-low toggle or various "protocols" that actually carry data (like serial TX/RX, interrupts, or SPI) which need to be interpreted. You start small, like turning on an LED via a digital output (I'm not entirely sure if there are analog outputs or just digital ones here), and from there, the possibilities slowly open up. First, you might want to fade an LED, and you'll quickly learn that simply lowering the voltage on an analog output won't give you the results you expect because an LED doesn't work like a tungsten filament bulb. That's when you discover PWM, which uses a digital output to simulate the effect, and that's how the learning curve starts.
Eventually, you'll move on to increasingly complex tasks. Depending on how fast you learn, within six months to six years, you'll find the memory is too small and the processing speed is too slow. You'll jump to a more powerful processor, then an even stronger one, perhaps one with specific capabilities like parallel processing (where you'll learn about vectorization and SIMD), or ultra-low power consumption. Eventually, you might even want a processor that handles certain tasks in hardware that you would otherwise have to program, which is where Intel enters the picture... and so on.
restlessdrifter692 restlessdrifter692 Active Member
81 messages
joined May 2009
#12 ·
You explained that perfectly.
Thanks!
coastaldrifter6 coastaldrifter6 Member
32 messages
joined Mar 2020
#13 ·
Hey there, I'm trying to figure out which move is actually smarter—picking up an Arduino kit for $73 or just grabbing an Arduino Uno R3 kit from somewhere like DX, Banggood, or eBay for around $50 including tax?
I need this for my senior project, but since I haven't fully locked down the concept yet, I'm still a bit in the dark about exactly which sensors I'll end up needing.
placidranger placidranger Regular
339 messages
joined Sep 2004
#14 ·
Arduino! Honestly, I had no clue that was even an option. And right here in Des Moines, too. Nice.
The price for this Arduino kit seems solid—even if it looks like they’re currently out of stock. Either way, you might as well prepare for those inevitable visits from the tech enthusiasts, regardless of which kit you end up grabbing.
coastaldrifter6 coastaldrifter6 Member
32 messages
joined Mar 2020
#15 ·
It’s arriving in a week.
The Arduino is decent enough, but honestly, what really puts me off is that the dimensions aren't standard. I know I’ll have to make a trip to Digi-Key to pick up some extra parts, but I’m not looking to go overboard here—I'm hoping to keep the extra work to an absolute minimum.
I found a massive pile of different sensors over on Banggood (way more variety than what you find on eBay), so I was thinking about pairing them with a GSM module if I can snag one for a cheap price and cobble together some kind of monitoring device.
placidranger placidranger Regular
339 messages
joined Sep 2004
#16 ·
coastaldrifter6 said:They arrive in a week.
The Arduino is decent enough—but honestly, the non-standard dimensions are a headache. I know I’ll have to make a run to Digi-Key for certain components, but I’m not looking to turn this into a massive project; hoping to keep the extra work to a bare minimum.
I found a mountain of sensors over on Banggood (way more variety than what you find on eBay), so I was thinking about pairing them with a GSM module if I can snag one cheap and hack together some kind of monitoring device.

If that module is designed for a standard Arduino, then it should be fine, right? Are you sure a full kit is actually better for you than just grabbing an Arduino and a shield?

I can't speak for Banggood, but it took me forever to track down specific sensors on eBay because they all go by completely different names.
coastaldrifter6 coastaldrifter6 Member
32 messages
joined Mar 2020
#17 ·
I just spent some time looking over those GSM shields, and it turns out they’re a perfect fit for the Uno R3—but they won't work on my Arduino because the pin layout is just slightly off.
So, I'll most likely just grab a solid Uno R3 clone from DX or Banggood and pick up a separate GSM shield from somewhere else. As for the Breadboard and jumper wires, I'll have to figure that part out later.
coastaldrifter6 coastaldrifter6 Member
32 messages
joined Mar 2020
#18 ·
There’s just no way I'm finding a GSM shield for under $50—once you factor in the sales tax and shipping costs—so I've officially given up on that idea.
Ronald Barnes5 Ronald Barnes5 Member
14 messages
joined Sep 2011
#19 ·
Hello,
Can someone assist me? I am finding it impossible to connect these components properly.
I purchased this stepper motor http://www.adafruit.com/adablog/wp-c...window-201.jpg and I also have this shield http://learn.adafruit.com/system/ass...gif?1345743367. I have no idea how to interface the stepper with this shield. If anyone can provide guidance, I would be grateful.
placidranger placidranger Regular
339 messages
joined Sep 2004
#20 ·
Is this a wiring error or just a matter of misidentifying the leads? Red ought to be ground—that’s the center pin on the shield—followed by the others in this order:
1 blue, 2 pink, 3 yellow, 3 orange

http://www.adafruit.com/products/858#Technical_Details

You must log in or register to reply here.

Log in Register

🔗 Similar threads