[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
Considering buying a Raspberry Pi Zero since it's just $5,
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /diy/ - Do It yourself

Thread replies: 48
Thread images: 6
File: 1532047485505443727.jpg (52 KB, 800x450) Image search: [Google]
1532047485505443727.jpg
52 KB, 800x450
Considering buying a Raspberry Pi Zero since it's just $5, but I would like some opinions first. Are RPis worth it? What are some neat and/or useful things I could use one for?
>>
>>910615
If you need to ask, you dont need it.
If you really want one, just buy the pi 2 B on amazon for 37$

Youll be much better off.
>>
I actually did think of an idea just now - using one as a home cloud server/torrent box with a 5tb external drive and owncloud or some shit like that. Would the RPi be well suited for this, or is there a better option I should be looking into?
>>
>>910628
A lot of people make seedboxes and servers with their RPI.
And again, you want the ram and power of the RPi2 over the 5$ one. You are going to pay triple the price of a Zero buying adapters to get it to run, at that point its only marginally more expensive to get the much stronger one with real HDMI and ethernet built onto it.
>>
>>910630
only 3 times i use pis, 1st was to learn linux, 2nd was to do man in the middle attacking, now i just use it to handle smart actions to send signals to my arduino control systems.

tl;dr waste of money
>>
>>910615
do some math:
5$ for 1GHz, 512MB ram and 40 GPIO with a power usage of 0.5 to 0.7 Watts peak.

multiply by 200:
1000$ for 200GHz, 100GB ram, 800GPIO, and a power usage of 100 to 140Watts peak.

i guess you can get more and cheaper power if you do the PCB yourself and use a modern 8 core but thats extra work
>>
>>910688
oh and that's general purpose 200GHz if you can split the problem into small parallel tasks.
not that stupid bitcoin asics that can only hash partial sha256
>>
>>910615
I plan on getting one for an outdoor timelapse camera. The main thing I like about it is it's dimensions. It's almost totally flat. Thought about using one as a remote for my camera, but I already have one.

Portable file sharing, if you are into that shit. Go into a pub with a succrets box, share on network. Gogo juices hairy va-va galore, bounce tit ∆ˆ˙ƒ∫∂˜ˆ foy pleasure. Upload to a few people, you know what they are doing tonight.....
>>
>>910689
>>910688
thought bitcoin was no longer worth it.
>>
>>910688
>do some math:
>5$ for 1GHz
>multiply by 200:
>1000$ for 200GHz
anon, pls
>>
>>910615
Design a project first. Depending on what the project needs, pick the board (if any is even necessary).

If the project needs a fair amount of computation, general USB interaction, or video out, maybe the Pi-zero is for you, but maybe a $5 arduino board will be better and easier for that project. Maybe a esp8266 will be beter. Or a banna pi, or a propeller chip.

Project first, then choose the board. Not board first, then project.
>>
>>910630
Some of the orange-pi-pc boards and some of the banana-pi boards include wifi & SATA. Way better for a seed box than piping everything through USB.
>>
>>910878
exactly

>>910615
weather station?
>>
>>910621
>>910630
>>910688
Every thread like this we have posts like this, just get the better one, or some arbitrary thought.

>>910615
>What are some neat and/or useful things I could use one for?

Well given the specs it has, it can do a lot. But past the tech specs...It's flat, low weight, low power, and cost's 5 bucks. Which rivals some models of arduino. The one draw back I see is lack of usb ports, which will be used for your Bluetooth or WiFi most likely to communicate with the board. So you will be stuck with using the gpio pins/holes...for your devices. Which you might not like or maybe you want to learn that. It's not so hard.

The Rpi2 is good for general use, play games, desktop (which the pi0 will do too), it can do a lot more or a lot more, further.

>>910876
This anon gets it.
>>
>>911309
Actually you need a dongle, but there is usb on those.
>>
File: bullshitthread.jpg (43 KB, 550x350) Image search: [Google]
bullshitthread.jpg
43 KB, 550x350
>I BOUGHT SOME HIPSTER DEVICE BECAUSE ITS CHEAP AND LOOKS COOL
>I HAVE ABSOLUTELY NO IDEA WHAT TO DO WITH THE THING NOW THAT I BOUGHT IT
>OH I KNOW, I WILL GO SPAM /diy/ WITH IRRELEVANT AND POINTLESS THREADS ASKING FOR ADVICE ON WHAT I SHOULD DO WITH THIS PIECE OF SHIT THING


why arent these fucking threads against the rules
its not DIY RELATED and THIS ISNT HARDWARE TECH SUPPORT.
>>
I bought a raspi thinking I could set it up for various networky things like DNS, DHCP, RADIUS etc.
It crashes reasonably regularly and is slow as shit. It would be faster to set up a cross compiler and manually copy the bin files into the SD card than trying to install even pre built packages.

But it is VERY quiet.
>>
>>911703
I know, I was saying most likely it would be taken up by a dongle. I feel like its better suited for a embedded project.

>>911706
look at all that bullshit YOU wrote.
>>
File: umadbro.jpg (129 KB, 755x530) Image search: [Google]
umadbro.jpg
129 KB, 755x530
>>911712
>>
>>910628
I did this for a bit. I would use one rpi 2 for sure since the PHP and MySQL scripts would likely be too much for the pi zero to handle. It would likely just run slow as living shit. In which case the 30ish dollar difference would probably be worth it. I use mine as a samba/nfs share.
>>
>>911716
Or I could NOT waste my money and go buy a C2D machine for $50 that will do everything forever 20x faster.
>>
Last couple of days every tech site is promoting RPI-0. It's shoved all over the place, amazing targeted marketing. They must have sold a ton of those things.
>>
>>910615
Rule of thumb: Raspberry Pi is good software projects - like a seedbox, media player, etc. Arduino is good for hardware projects - like controlling motors and reading sensors.

Though Rasberry Pi has IO pins, Arduino's IO pins are more capable. Arduino has more hardware PWMs, built in hardware ADCs, more precise interrupt timing, etc. Raspberry Pi's IO pins are fine for LEDs and buttons, but for anything more advanced or requiring precise timing, like building a BLDC motor controller, Arduino is better.

Note: If using Arduino, I recommend Atmel Studio. The Arduino IDE hides some of the hardware capabilities in the name of simplification.
>>
>>911713
nope, meme tard
>>
>>910830
Isn't that right?
>>
>>910615
For $5? Go for it. Play and learn. $5 is less money than most places will take here. Can you still get chewing gum for less than $5?
>>
>>911783
It costs more than 5$ to ship it
The 5$ price point is a crock of shit

You you have to get adapters for it too, no wireless or ethernet, it doesnt use standard HDMI, it needs a power adapter.
>>
>>911780
You're assuming 200 1GHz cores is equivalent to 1 200GHz core. It isn't.
>>
>>910795
I would have thought every camera has a time-lapse option built into it at this stage
>>
Not OP, but what are some alternatives to the raspberry pi zero? IE small, with GPIO, and capable of running debian
>>
File: GB-outfinish.jpg (32 KB, 640x480) Image search: [Google]
GB-outfinish.jpg
32 KB, 640x480
Pi Zero seams ideal for making a SUPER thin, long battery life, gameboy/emulator or MP3 player. I wonder how small I could make it and still be playable. I mean you can go REALLY tiny with this thing but you wouldn't be able to see the screen well enough to play games or press the buttons proper. Maybe some sort of clam shell or something that folds out? Need to think about this.
>>
File: Ecran_oled_flexible.jpg (27 KB, 591x170) Image search: [Google]
Ecran_oled_flexible.jpg
27 KB, 591x170
>>912238
If only I could get my hands on some of that rollable OLED displays real cheap you could have large display that rolls up to take no space, stick a battery in the rolled up tube. Fold out clam shell so there's enough button space for fat fingers. Entire thing would fold/roll up small enough to fit in the small 5th pocket of your denim jeans with super long battery. Run it with display rolled/turned off for listening to MP3s.
>>
Could you build a satellite with this stuff?
>>
>>912238
>MP3 player
how2get sound?
>>
>>912274
https://www.sparkfun.com/products/8892

Except buy it from somewhere that's not the Apple Store of electronics.

When you're being a smart device, stick it in PCM mode and drive it like a soundcard; when you're being an MP3 player, give it a playlist, then completely hibernate the application processor. This is what decent phones do, and why they can play MP3s for days.
>>
>>911812
not yet
>>
>>911706
>>911713
>post on /ck/ hey what do I do with this ingredient
>post on /k/ hey how does my AR build look?
>post on /vg/ asking how to play a game
>post on /diy/ asking for project ideas/advice
WHOA WHOA MAN WE ARENT A TECH SUPPORT FORUM

consider suicide.
>>
>>912277
Thanks for the link, anon.
>>
>>912293

>this nigga doesnt understand the meme with posting these hipster devices and asking "I BOUGHT IT, NOW WHAT DO I DO WITH IT?"

its like going to buy a new car and asking the dealership to teach you how to drive it...
>>
>>912332
But we are not selling this to the OP.
>>
>>910615
>it's only 5$
>requires adapters worth 25$
>>
>>913626
Where do you keep getting this figure from?

It needs:
Power: MicroUSB lead: $1
Video: MiniHDMI/HDMI lead: $1
I/O: USB hub, microUSB/USB lead: $2
PSU: any tablet charger: $5

That's four dollars, or $9 if you for some reason you don't have a USB charger knocking about.

But I guess it also needs a desk, and a monitor, and a mouse and a keyboard and a house to put it in, so the "real cost" must be more like $250,000
>>
>>911809

Buy it at a B+M store, microcenter stocks them. If you need Ethernet, more than 1 USB port, or any other accessory just buy a B+ or a Pi2 because shit adds up fast.
>>
>>912293
>post on /ck/ hey what do I do with this ingredient

"Hey /ck/ I bought this at the grocery store what do?" threads are equally as annoying as "I bought a RiPi what do?" threads are on /diy/, so thanks for proving his point.
>>
>>910630
>You are going to pay triple the price of a Zero buying adapters to get it to run
This. If you just want a single cheap linux computer to dink around with aimlessly, maybe look at the $9 "Chip" computer from Next Thing Co. With pre-soldered headers, built-in wifi, Bluetooth, a full-size USB port and internal storage (Ubuntu preinstalled), it's a lot more plug-and-play than the Pi Zero. Drawbacks are that it's still pre-order until May, it doesn't have the massive community behind it that RPi does, and it has neither HDMI nor an SD slot.

http://makezine.com/2015/11/28/chip-vs-pi-zero/
>>
>>912259
The remain sending it to space...
>>
Where can i buy zero for 5dollars?
>>
File: 1399319910775.jpg (1 MB, 1920x1200) Image search: [Google]
1399319910775.jpg
1 MB, 1920x1200
>>912238

Speaking of clamshell, I was going to get an odroid C1+ (or similar arm board) and try to get it into a nintendo DSI XL shell but I have no idea if I can make it fit or not.

My plan was to place the board in the bottom with a tiny keyboard where the bottom screen went, solder a psp joystick to each side, and then use a teensy 3.1 to make the buttons into a Human interface device so they'd be recognized.

I'm just having trouble sourcing parts and figuring out if the idea is actually feasible or not.

anyone have some input?
Thread replies: 48
Thread images: 6

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.