Welcome Guest ( Log In | Register )

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

Outline · [ Standard ] · Linear+

 Raspberry Pi, Rm100 computer that beats iPhone4S

views
     
C-Fu
post Jan 5 2013, 11:34 AM

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

Joined: Apr 2005
From: Brisbane, QLD, Ostolia



QUOTE(totally_skint @ Jan 5 2013, 10:53 AM)
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
You could start here > buttons_and_switches
*
but this is only for one or maybe 2 or 3 or a few button. i want to control at least 20, 30?


it's for my arcade project brows.gif

This post has been edited by C-Fu: Jan 5 2013, 12:34 PM
satz
post Jan 5 2013, 12:19 PM

Casual
***
Junior Member
310 posts

Joined: Apr 2008


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)?
For the wireless adapter part, m not that sure on whats the issue, but i guess my issue was the distance
or the adapter power down when no activity. Because when the browser access the web server,
the wireless adapter tend to work non stop.. But when no devices access the internal webserver,
the wireless adapter tend to disconnect from the router. So i had to restart the whole pi.
The distance between the router and rpi box is approximately 6 meters.

So create a script which will check the wireless connection every 1 or 5 minutes and
script run ifconfig wlan0 down and ifconfig wlan0 up if in case connection breaks.
As the whole operation is headless, GNU screen is very useful. The program/script will
still run eventhough our terminal session ends.


QUOTE(Liuism @ Jan 4 2013, 12:12 PM)
IC, how long it takes u to finished up the project? Estimate cost?
*
Level shifter with circuit diagram planning - 3 days
C/C++ program - 7 days
PHP web output - 4 days

Took me approximately 2 weeks.

totally_skint
post Jan 5 2013, 06:37 PM

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

Joined: Mar 2007


QUOTE(C-Fu @ Jan 5 2013, 11:34 AM)
but this is only for one or maybe 2 or 3 or a few button. i want to control at least 20, 30?
it's for my arcade project  brows.gif
*
You would need a keyboard matrix circuit.
12 GPIOs in a 6x6 configuration would give you 36 keys

Keyboard Matrix Circuit

This keyboard matrix board is from a DIY game controller.
» Click to show Spoiler - click again to hide... «


This post has been edited by totally_skint: Jan 5 2013, 06:38 PM
aba9785
post Jan 5 2013, 09:05 PM

el aba9785
*****
Senior Member
743 posts

Joined: Jun 2005
From: Penang


QUOTE(satz @ Jan 5 2013, 12:19 PM)
For the wireless adapter part, m not that sure on whats the issue, but i guess my issue was the distance
or the adapter power down when no activity. Because when the browser access the web server,
the wireless adapter tend to work non stop.. But when no devices access the internal webserver,
the wireless adapter tend to disconnect from the router. So i had to restart the whole pi.
The distance between the router and rpi box is approximately 6 meters.

So create a script which will check the wireless connection every 1 or 5 minutes and
script run ifconfig wlan0 down and ifconfig wlan0 up if in case connection breaks.
As the whole operation is headless, GNU screen is very useful. The program/script will
still run eventhough our terminal session ends.
Level shifter with circuit diagram planning - 3 days
C/C++ program - 7 days
PHP web output - 4 days

Took me approximately 2 weeks.
*
my friend last time try to check for wifi data collision thing using an app on his android phone
he use this method to find/locate best location/placing for his config/setup.
let me ask him what is the name of the app.

not sure if anyone else know of the app name/other method to check for wifi data collision thing
satz
post Jan 5 2013, 09:09 PM

Casual
***
Junior Member
310 posts

Joined: Apr 2008


QUOTE(aba9785 @ Jan 5 2013, 09:05 PM)
my friend last time try to check for wifi data collision thing using an app on his android phone
he use this method to find/locate best location/placing for his config/setup.
let me ask him what is the name of the app.

not sure if anyone else know of the app name/other method to check for wifi data collision thing
*
u mean due to the wifi channels ?

aba9785
post Jan 5 2013, 09:19 PM

el aba9785
*****
Senior Member
743 posts

Joined: Jun 2005
From: Penang


QUOTE(satz @ Jan 5 2013, 09:09 PM)
u mean due to the wifi channels ?
*
i'm not really a RF engineer/background, but this is what i roughly know.

A Wi-Fi station will transmit only if it thinks the channel is clear. All transmissions are acknowledged, so if a station does not receive an acknowledgement, it assumes a collision occurred and retries after a random waiting interval.

you can read more here.
http://revolutionwifi.blogspot.com/2011/03...rier-sense.html

or google 'wifi collision detection' (while i try to ask my friend more, should be tmr or monday cos i cant find him now)
satz
post Jan 5 2013, 09:23 PM

Casual
***
Junior Member
310 posts

Joined: Apr 2008


if i am not mistaken usually due to channel overlapping,

channel 1,6,11 are the best as most router comes with either channel 6 or auto channel. But the weird part is my router is the only one in the office.

Or could it be the adapter self sleep when there is no activity ?
aba9785
post Jan 5 2013, 09:27 PM

el aba9785
*****
Senior Member
743 posts

Joined: Jun 2005
From: Penang


QUOTE(satz @ Jan 5 2013, 09:23 PM)
if i am not mistaken usually due to channel overlapping,

channel 1,6,11 are the best as most router comes with either channel 6 or auto channel. But the weird part is my router is the only one in the office.

Or could it be the adapter self sleep when there is no activity ?
*
hmm... u seems to know more than me blush.gif

r u doing it as final year project?
not sure if ur lecturer will allow u to put that problem (wifi issue) as future enhancement or not.
or just pretend everything is ok for the first 30 mins laugh.gif
C-Fu
post Jan 5 2013, 09:40 PM

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

Joined: Apr 2005
From: Brisbane, QLD, Ostolia



QUOTE(totally_skint @ Jan 5 2013, 06:37 PM)
You would need a keyboard matrix circuit.
12 GPIOs in a 6x6 configuration would give you 36 keys

Keyboard Matrix Circuit

This keyboard matrix board is from a DIY game controller.
» Click to show Spoiler - click again to hide... «

*
kb matrix circuit eh? how'd you go about making one? looks simple enough.

I checked on ebay, but readymade ones are only up to 5x5 buttons. and all on one board, where i'd need one connected to buttons on a big tv-sized board. would it be simple to just buy a normal keyboard, cut the usb cord into GPIO-compatible wiring and somehow attach a wire that goes to the plywood board that has buttons?




basically for my arcade project, i've been search high and low for a good arcade cabinet (and cheap). i know some police stations have these machines lying around their compound after they took it from illegal arcades and such, and i'm in the process of getting one biggrin.gif


but then i went to amcorp mall, and saw this kiosk stand that a company selling those android mk802s in front of the mall that looks really cool, and i think it's better for me to get one of that instead. and i'm gonna populate the body of the kiosk with buttons that play specific roms lah. but i have no idea where to get a kiosk like that, let alone getting a design reference for that. help?

This post has been edited by C-Fu: Jan 5 2013, 09:47 PM
satz
post Jan 5 2013, 11:58 PM

Casual
***
Junior Member
310 posts

Joined: Apr 2008


QUOTE(aba9785 @ Jan 5 2013, 09:27 PM)
hmm... u seems to know more than me  blush.gif

r u doing it as final year project?
not sure if ur lecturer will allow u to put that problem (wifi issue) as future enhancement or not.
or just pretend everything is ok for the first 30 mins  laugh.gif
*
No la, i just came across the channel overlapping part when we r trying to bond
& link aggregate multiple network interfaces in linux. When wireless networks
under same channel, link aggregation works but bandwidth doesn't multiply.

Then only i found out about it in wikipedia : (channel 1,6,11)
http://en.wikipedia.org/wiki/List_of_WLAN_channels

Not final year, its a small R&D for a factory (counting purpose), wireless & portable.

Wifi do disconnect, but there will be a script running every 1 minute, so
wifi will reconnect automatically. smile.gif

I cant submit this as my fyp either because m pursuing chemical engineering. tongue.gif
I<3LYN
post Jan 6 2013, 12:31 AM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


I just made a laser-cut clear acrylic case for my pi brows.gif

if anyone want a laser-cut acrylic case, please let me know biggrin.gif

This post has been edited by I<3LYN: Jan 6 2013, 12:33 AM


Attached thumbnail(s)
Attached Image
C-Fu
post Jan 6 2013, 12:38 AM

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

Joined: Apr 2005
From: Brisbane, QLD, Ostolia



QUOTE(I<3LYN @ Jan 6 2013, 12:31 AM)
I just made a laser-cut clear acrylic case for my pi  brows.gif

if anyone want a laser-cut acrylic case, please let me know  biggrin.gif
*
not bad man. did you cut it yourself or you sent it to a fabricator? is it expensive? acrylic i mean. if not then i might just need you to help me fabricate the arcade cabinet biggrin.gif
satz
post Jan 6 2013, 12:38 AM

Casual
***
Junior Member
310 posts

Joined: Apr 2008


QUOTE(I<3LYN @ Jan 6 2013, 12:31 AM)
I just made a laser-cut clear acrylic case for my pi  brows.gif

if anyone want a laser-cut acrylic case, please let me know  biggrin.gif
*
Looks fabulous..! How much does this cost.??
I<3LYN
post Jan 6 2013, 12:46 AM

On my way
****
Senior Member
614 posts

Joined: Sep 2009


QUOTE(C-Fu @ Jan 6 2013, 12:38 AM)
not bad man. did you cut it yourself or you sent it to a fabricator? is it expensive? acrylic i mean. if not then i might just need you to help me fabricate the arcade cabinet biggrin.gif
*
Thanks! I did it by myself. I have access to a laser-cutting machine. the cost consider kinda affordable. PM me if you want a quotation.

P/S: oh wait, i just misread you wanna make a arcade cabinet. I am not that skilled to build something that complicated, it might take a lot of trial & errors. Also, depending on the size and complexity, it might cost something.

QUOTE(satz @ Jan 6 2013, 12:38 AM)
Looks fabulous..! How much does this cost.??
*
Thx! PM me for a quotation smile.gif

This post has been edited by I<3LYN: Jan 6 2013, 12:52 AM
totally_skint
post Jan 6 2013, 09:04 AM

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

Joined: Mar 2007


QUOTE(C-Fu @ Jan 5 2013, 09:40 PM)
kb matrix circuit eh? how'd you go about making one? looks simple enough.

would it be simple to just buy a normal keyboard, cut the usb cord into GPIO-compatible wiring and somehow attach a wire that goes to the plywood board that has buttons?
*
Keyboard Hack

For keyboard matrix just google Mjoy16. It's a DIY game controller. You just want the KB Matrix board not the main controller.
Adapt the concept to your own needs.


Added on January 6, 2013, 9:05 am
QUOTE(I<3LYN @ Jan 6 2013, 12:31 AM)
I just made a laser-cut clear acrylic case for my pi  brows.gif

if anyone want a laser-cut acrylic case, please let me know  biggrin.gif
*
All I need are just two pieces (with holes) to hold my Pi sandwich style. smile.gif

This post has been edited by totally_skint: Jan 6 2013, 09:16 AM
aba9785
post Jan 6 2013, 03:41 PM

el aba9785
*****
Senior Member
743 posts

Joined: Jun 2005
From: Penang


QUOTE(satz @ Jan 5 2013, 11:58 PM)
No la, i just came across the channel overlapping part when we r trying to bond
& link aggregate multiple network interfaces in linux. When wireless networks
under same channel, link aggregation works but bandwidth doesn't multiply.

Then only i found out about it in wikipedia : (channel 1,6,11)
http://en.wikipedia.org/wiki/List_of_WLAN_channels

Not final year, its a small R&D for a factory (counting purpose), wireless & portable.

Wifi do disconnect, but there will be a script running every 1 minute, so
wifi will reconnect automatically. smile.gif

I cant submit this as my fyp either because m pursuing chemical engineering.  tongue.gif
*
i see. so u r using a script to reconnect every minute, seems like a workaround but in case, i think should be ok
cos cheaper n less work thumbup.gif

QUOTE(I<3LYN @ Jan 6 2013, 12:31 AM)
I just made a laser-cut clear acrylic case for my pi  brows.gif

if anyone want a laser-cut acrylic case, please let me know  biggrin.gif
*
UGPM
satz
post Jan 6 2013, 07:33 PM

Casual
***
Junior Member
310 posts

Joined: Apr 2008


QUOTE(aba9785 @ Jan 6 2013, 03:41 PM)
i see. so u r using a script to reconnect every minute, seems like a workaround but in case, i think should be ok
cos cheaper n less work  thumbup.gif
UGPM
*
Precisely, cheaper alternative.. smile.gif
azrash
post Jan 6 2013, 09:37 PM

Regular
******
Senior Member
1,174 posts

Joined: Mar 2010


this is a bit off topic from raspberry pi, but it is regarding Rpi's alternative, the ODROID. it is getting an official nightly from CyanogenMod. not surprising since it is an Exynos based device, but hell. tongue.gif

can refer at the cm dev's G+ posts here https://plus.google.com/115049428938715274412/posts
satz
post Jan 6 2013, 10:10 PM

Casual
***
Junior Member
310 posts

Joined: Apr 2008


QUOTE(azrash @ Jan 6 2013, 09:37 PM)
this is a bit off topic from raspberry pi, but it is regarding Rpi's alternative, the ODROID. it is getting an official nightly from CyanogenMod. not surprising since it is an Exynos based device, but hell. tongue.gif

can refer at the cm dev's G+ posts here https://plus.google.com/115049428938715274412/posts
*
Sounds interesting, price is kinda high compared to Rpi.
But the specs are impressive !
C-Fu
post Jan 7 2013, 01:58 AM

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

Joined: Apr 2005
From: Brisbane, QLD, Ostolia



If you guys read this thread here
http://www.raspberrypi.org/phpBB3/viewtopi...=22158&start=75

you can see how people are dissapointed with RPi Foundation's stance on Android - which, to summarise... will not be officially supported anytime soon.

simply put, they don't care about android on RPi. and they certainly won't care if broadcomm - the makers of RPi's graphics chip - officially supports android development nor release the code for RPi.


while it is understandable that the Foundation's view of Raspberry Pi is for education, they just don't want to care if we use it for anything OTHER than for educational purpose, in the strictest sense of word.

aisehhhhh doh.gif

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

Change to:
| Lo-Fi Version
0.0305sec    0.26    6 queries    GZIP Disabled
Time is now: 30th November 2025 - 06:58 PM