Is anyone making something actually useful with Rasberry Pi?

For everything that's not in any way related to PureBasic. General chat etc...
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Is anyone making something actually useful with Rasberry Pi?

Post by IdeasVacuum »

It seems like an interesting computer, perhaps for some sort of 'embedded' solution. Any PB people done more than play with this hardware? Has anybody been using PB with it? I note that it is selling in the UK for only £15, has the wind gone from it's sails or is it just so popular that savings are being made in production quantities?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: Is anyone making something actually useful with Rasberry

Post by Joakim Christiansen »

I make useful stuff with ESP8266 and Arduino's, my Raspberry PI is mostly collecting dust. I did use it as a networked SDR receiver for a while though. Linux on it also crashed all the time when I used its web-browser, but it might be stable with the latest release.
I like logic, hence I dislike humans but love computers.
User avatar
the.weavster
Addict
Addict
Posts: 1581
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Is anyone making something actually useful with Rasberry

Post by the.weavster »

IdeasVacuum wrote:I note that it is selling in the UK for only £15, has the wind gone from it's sails or is it just so popular that savings are being made in production quantities?
I'm guessing that's not the latest model. I know Farnell's profits took a big hit because they had a lot of stock of the Pi B when the Pi B 2 was released, it knocked 12% off their share price. The new Pi B version 2 is around the £25 to £30 mark.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: Is anyone making something actually useful with Rasberry

Post by Num3 »

No Pi(e) for me, just arduino uno and my designed and assembled controller hardware :mrgreen:

Image
User avatar
helpy
Enthusiast
Enthusiast
Posts: 552
Joined: Sat Jun 28, 2003 12:01 am

Re: Is anyone making something actually useful with Rasberry

Post by helpy »

Some time ago there was a contest in The MagPi (in issue 31): "WHAT WOULD YOU DO WITH A RASPBERRY PI 2?"

In the new MagPi issue nr 33 (PDF, 70 pages) the five winners are presented.

There you can find some projects (also some funny things like an "animated scarecrow").
Windows 10 / Windows 7
PB Last Final / Last Beta Testing
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Is anyone making something actually useful with Rasberry

Post by infratec »

I used it as a serial printer replacement.
A dental desinfection station needs a serial printer for documentation.
The company want 600EUR for that printer :!:

I used a serial to USB adapter and wrote a small programm which scans the port and store the output with date and time stamp.
Since there was no ethernet:
When an USB-Stick is plugged in, I mount it, write the files on it, verify the files, dismount it and delete the logged files.
The user can now store the files on his PC.

costs: 60EUR

Bernd
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Is anyone making something actually useful with Rasberry

Post by IdeasVacuum »

Well, some excellent projects there! Not so impressed with the competition winners of the MagPi contest though :D
Raspberry Pi has sold more than five million units since it's release in 2012. Impressive.

infratec, I don't quit get your use for the Pi - it's not a printer, yet I assume there is a need to print to paper - and couldn't the PC be connected directly instead of a Pi?

I'd never heard of the arduino uno or the ESP8266 so learnt something useful today.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
the.weavster
Addict
Addict
Posts: 1581
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Is anyone making something actually useful with Rasberry

Post by the.weavster »

I've got Kodi Helix running on a Pi 2, it's great.
I'd guess it's the most common use for a Pi.
Joris
Addict
Addict
Posts: 890
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Re: Is anyone making something actually useful with Rasberry

Post by Joris »

I have an raspberry pi B+ for about one month. Great thing !
Tried already many software with succes (linux mostly) to see what is possible without using external devices, except hdmi-screen and keyboard. Also funny, I can remote controll it over internet (from my PC).
To me it is an equivalent of a small computer (using raspbian or riscos or hatari or...) just a bit slower but only using about 1.5 watt. That's less then whatever in sleepmode uses ;-).

Now, I found a way to use it for midi (my final goal) with an old interface which isn't supported buy MS-windows (of course).
PB can't be used but there is python...
I don't like python as to me it looks equal complex as C, so I think I'm gonna learn some C which is much faster and more universal.
These are some usefull sites :
https://www.adafruit.com/
https://www.raspberrypi.org/

There is also an new smaller computer for 9 dollar http://nextthing.co/ comming out...
I'm gonna follow that on e too.

And windows 10 on a raspberry pi ... no way I will use that. To get started you need already the latest raspberry pi 2 , yeah ... the'll never change. F...k them.
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
Post Reply