Welcome Guest ( Log In | Register )

142 Pages « < 50 51 52 53 54 > » Bottom

Outline · [ Standard ] · Linear+

 Raspberry Pi, Rm100 computer that beats iPhone4S

views
     
raimy_m9
post Jan 3 2013, 03:21 PM

Getting Started
**
Junior Member
174 posts

Joined: Jun 2009
QUOTE(Fubar20 @ Jan 3 2013, 03:19 PM)
hmm.gif Thinking of getting an Arduino later to complement the Pi when becoming more understand of it's capability.
sweat.gif Office? Later they will check why so many slow connection one.  tongue.gif
*
yup..same with me..im doing some research now btw..hehe.
lol.hide your device la..they won;t know..just use battery pack..haha..fast connection.
tn2013
post Jan 3 2013, 03:30 PM

New Member
*
Newbie
1 posts

Joined: Jan 2013
QUOTE(satz @ Jan 3 2013, 11:23 AM)
Hello everyone. Finally i have already completed my project.
A wireless counter with web access and database storage.

- 4 threads for counting
- Graph for the counting time
- nginx web access (PHP links to the local sqlite3 database)
- database using sqlite3
- sensor voltages are passed to the pi via a level shifter like board
  (Self made)
- ambient temperature almost 40 degrees, 2x 12cm 24V fan is used.

Sensor used :
[attachmentid=3240517]

The board to get readings :
[attachmentid=3240519]

The whole device : (pi inside, 4A psu, sensor board)
[attachmentid=3240518]

Terminal program to read data and safe to database :
[attachmentid=3240524]

Web output :
[attachmentid=3240525]

To view saved data :
[attachmentid=3240526]
*
Impressive project, what sensor model ?
totally wireless? can connect from internet?
Fubar20
post Jan 3 2013, 03:34 PM

Regular
******
Senior Member
1,187 posts

Joined: Apr 2011
From: Nowhere


QUOTE(raimy_m9 @ Jan 3 2013, 03:21 PM)
yup..same with me..im doing some research now btw..hehe.
lol.hide your device la..they won;t know..just use battery pack..haha..fast connection.
*
OK. Just share what you do when you get your Pi then.
satz
post Jan 3 2013, 03:36 PM

Casual
***
Junior Member
310 posts

Joined: Apr 2008


Sensor model : Photoelectric sensor 10-30V NPN

The code in C++ must have multiple threads so that it could detect simultaneously for high speed movements.

Yeah, totally wireless, But do note that wireless adapter could disconnect every now and then, for a total headless operation,

Create a script to detect whether wireless is connected and run that script in a screen multiplexing software like, "GNU Screen" or use crontab, scheduling software.

Yup, port forwarding will allow external access.
intothefantasy
post Jan 3 2013, 07:09 PM

Regular
******
Senior Member
1,561 posts

Joined: Feb 2006
From: Penang island
hmm question..tried this raspberry and seems awesome but it could not detect my 2.5 WD pasport hdd...is it because of not enough power? it is 500gb size....
Fubar20
post Jan 3 2013, 07:15 PM

Regular
******
Senior Member
1,187 posts

Joined: Apr 2011
From: Nowhere


QUOTE(intothefantasy @ Jan 3 2013, 07:09 PM)
hmm question..tried this raspberry and seems awesome but it could not detect my 2.5 WD pasport hdd...is it because of not enough power? it is 500gb size....
*
Try to use powered USB hub.
aba9785
post Jan 4 2013, 08:52 AM

el aba9785
*****
Senior Member
743 posts

Joined: Jun 2005
From: Penang


QUOTE(satz @ Jan 3 2013, 03:36 PM)
Sensor model : Photoelectric sensor 10-30V NPN

The code in C++ must have multiple threads so that it could detect simultaneously for high speed movements.

Yeah, totally wireless, But do note that wireless adapter could disconnect every now and then, for a total headless operation,

Create a script to detect whether wireless is connected and run that script in a screen multiplexing software like, "GNU Screen" or use crontab, scheduling software.

Yup, port forwarding will allow external access.
*
regarding the wireless adapter would disconnect once a while.... do u manage to root cause the issue?
is it hardware? (wifi adapter/ wifi router), power surge? (i think u r using a battery pack?), software? (RPI is not that powerful, just adequate. or is ur code?), or location? (where u place the router/rpi box)?


QUOTE(intothefantasy @ Jan 3 2013, 07:09 PM)
hmm question..tried this raspberry and seems awesome but it could not detect my 2.5 WD pasport hdd...is it because of not enough power? it is 500gb size....
*
how do u connect the RPI? direct into RPI usb slot?
if u direct into RPI slot, u might wanna try to power ur rpi using a 2A USB port (eg: ipad/tab charger)
C-Fu
post Jan 4 2013, 11:41 AM

Ninja-Fu
******
Senior Member
1,051 posts

Joined: Apr 2005
From: Brisbane, QLD, Ostolia



QUOTE(raimy_m9 @ Jan 3 2013, 02:47 PM)
maybe calling them would help..i lazy to order online..haha...i'd rather go to shop just to get it..the feeling of hunting.. biggrin.gif 
*
me too. but then element14 is just very, very convenient.

pay by creditcard, m2u, esok sampai. pegi office, suddenly package is on my table wub.gif


much, much better than "hunting" in thundermatch, imo. have to hope that some ahbeng salesman there knows what you want. somemore have to pay 3% for credit card, wtf doh.gif

ordered extra, and yesterday sampai a few. can confirm that the new orders of RPi are all made in UK. other things like IR receiver for GPIO, heatsink, cover, etc also came together.
Liuism
post Jan 4 2013, 12:12 PM

Regular
******
Senior Member
1,866 posts

Joined: Dec 2006
From: Klang



QUOTE(satz @ Jan 3 2013, 03:14 PM)
well, we have huge number of fixed object moving on 4 different track but in 1 single line,
so the objective was to count the number of object moving across the sensors
as well to detect how many are broken in 1 complete round.

You can classify it as a normal electronic counter.
So, instead of pulling up long wires or long hdmi cable..
an internal web server and database server(sqlite3) will be running.
The raspberry pi will be connecting to a nearby router via a wireless adapter (edimax).

Any devices with access to the router and with web browser can view the web output.
Its an cheap wireless counter.
*
IC, how long it takes u to finished up the project? Estimate cost?
intothefantasy
post Jan 4 2013, 03:40 PM

Regular
******
Senior Member
1,561 posts

Joined: Feb 2006
From: Penang island
QUOTE(aba9785 @ Jan 4 2013, 08:52 AM)
regarding the wireless adapter would disconnect once a while.... do u manage to root cause the issue?
is it hardware? (wifi adapter/ wifi router), power surge? (i think u r using a battery pack?), software? (RPI is not that powerful, just adequate. or is ur code?), or location? (where u place the router/rpi box)?
how do u connect the RPI? direct into RPI usb slot?
if u direct into RPI slot, u might wanna try to power ur rpi using a 2A USB  port (eg: ipad/tab charger)
*
hmm u means the ipad charger is the plug head right? that will allow usb to connect to it? if yes i will try it later since i have that
aba9785
post Jan 4 2013, 03:45 PM

el aba9785
*****
Senior Member
743 posts

Joined: Jun 2005
From: Penang


QUOTE(intothefantasy @ Jan 4 2013, 03:40 PM)
hmm u means the ipad charger is the plug head right? that will allow usb to connect to it? if yes i will try it later since i have that
*
yup. the plug head thing.
let me find the photo
» Click to show Spoiler - click again to hide... «

C-Fu
post Jan 4 2013, 04:33 PM

Ninja-Fu
******
Senior Member
1,051 posts

Joined: Apr 2005
From: Brisbane, QLD, Ostolia



using ipad/iphone/ianything charger won't get you 5v. only 4.6v. that alone BARELY powers up the RPi. let alone with other devices.

I never trusted apple to make good enough product, and this furthers my belief biggrin.gif


quadcube
post Jan 4 2013, 07:29 PM

Regular
******
Senior Member
1,924 posts

Joined: May 2009
From: Yokohama, JP


QUOTE(C-Fu @ Jan 4 2013, 04:33 PM)
using ipad/iphone/ianything charger won't get you 5v. only 4.6v. that alone BARELY powers up the RPi. let alone with other devices.

I never trusted apple to make good enough product, and this furthers my belief biggrin.gif
*
actually they produce high quality adapter smile.gif they provide true 5v power,even if u homemade a high quality power regulator like mine,it would get u 5v only.to get higher testpoint voltage,your power supply need to supply more than 5.0v.which i have a china adapter giving pure 5.4v,after plugging into the pi,its tested 5.0v
totally_skint
post Jan 4 2013, 09:11 PM

Regular
******
Senior Member
1,184 posts

Joined: Mar 2007


QUOTE(C-Fu @ Jan 4 2013, 04:33 PM)
using ipad/iphone/ianything charger won't get you 5v. only 4.6v. that alone BARELY powers up the RPi. let alone with other devices.

I never trusted apple to make good enough product, and this furthers my belief biggrin.gif
*
When I first got my Pi I used the only adapter in the house with a micro USB connector, the Samsung Galaxy Mini 5V 0.7A adapter and it worked fine.
Later I tried with the 5V 0.7A adapter from a Galaxy S2 and had erratic booting and won't power my USB keyboard or mouse.

The Galaxy Mini adapter had 3 square pins while the S2 one uses two round pins.
C-Fu
post Jan 5 2013, 12:03 AM

Ninja-Fu
******
Senior Member
1,051 posts

Joined: Apr 2005
From: Brisbane, QLD, Ostolia



a simple way to check if the power supply powers your RPi correctly is to plug it into RPi and buy a cheap RM10/20 multimeter and connect the multimeter's black + red cable to the RPi lah.

if it says anything below 4.7 then you're in trouble
totally_skint
post Jan 5 2013, 12:45 AM

Regular
******
Senior Member
1,184 posts

Joined: Mar 2007


QUOTE(C-Fu @ Jan 5 2013, 12:03 AM)
a simple way to check if the power supply powers your RPi correctly is to plug it into RPi and buy a cheap RM10/20 multimeter and connect the multimeter's black + red cable to the RPi lah.

if it says anything below 4.7 then you're in trouble
*
I know that.
Just making the point that what's basically the same product from the same company is not necessarily the same.
HafGib
post Jan 5 2013, 12:50 AM

Getting Started
**
Junior Member
60 posts

Joined: Jan 2013



its pretty cool huh~ smile.gif
C-Fu
post Jan 5 2013, 04:46 AM

Ninja-Fu
******
Senior Member
1,051 posts

Joined: Apr 2005
From: Brisbane, QLD, Ostolia



anyway, I'm thinking of making few on/off switches/buttons that connect to the RPi - say, 20, 30 buttons - that on pressing it will execute a command (whatever command, be it in python or xbmc or whatever doesn't matter). Does anybody have any idea as to where to start?

I'm guessing the setup will be something like

buttons -> breakout board -> GPIO RPi

any idea guys? the breakout board (or something that can interface with 30 buttons) prolly needs to have tons of input that connects to the buttons.... no?
I<3LYN
post Jan 5 2013, 09:36 AM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(Fubar20 @ Jan 3 2013, 02:56 PM)
hmm.gif Thundermatch website got already. But expensive a bit lah unless if we buy separate and from online.
What you want to do with your Pi then?  unsure.gif
*
thundermatch is hugely overpriced compared with the official price which is 35USD... sweat.gif

imho, not worth getting it if you dont have serious idea what you're going to do with it.

i have the very first batch sitting at a corner for many months already lol

This post has been edited by I<3LYN: Jan 5 2013, 09:38 AM
totally_skint
post Jan 5 2013, 10:53 AM

Regular
******
Senior Member
1,184 posts

Joined: Mar 2007


QUOTE(I<3LYN @ Jan 5 2013, 09:36 AM)
thundermatch is hugely overpriced compared with the official price which is 35USD...  sweat.gif
*
Phew! RM160!!!

Is that with case like in Thundermatch picture?
Glad I got mine from E14 earlier.


Added on January 5, 2013, 11:06 am
QUOTE(C-Fu @ Jan 5 2013, 04:46 AM)
anyway, I'm thinking of making few on/off switches/buttons that connect to the RPi - say, 20, 30 buttons - that on pressing it will execute a command (whatever command, be it in python or xbmc or whatever doesn't matter). Does anybody have any idea as to where to start?

I'm guessing the setup will be something like

buttons -> breakout board -> GPIO RPi

any idea guys? the breakout board (or something that can interface with 30 buttons) prolly needs to have tons of input that connects to the buttons.... no?
*
You could start here > buttons_and_switches

This post has been edited by totally_skint: Jan 5 2013, 11:06 AM

142 Pages « < 50 51 52 53 54 > » Top
 

Change to:
| Lo-Fi Version
0.0298sec    0.72    6 queries    GZIP Disabled
Time is now: 1st December 2025 - 04:18 AM