Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Wireless Communications


Reply
 
Share Thread Tools Display Modes
Old 06-19-2007, 11:27 AM   #406
Super Moderator. If my typing sucks it's probably because I'm driving....
 
turbocad6's Avatar
 
Join Date: Oct 2004
Location: NY
Posts: 6,102
turbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to behold
hey thanks shotgun, I may try that if I can't have anything built for me, but I'd rather have a module built to do everything if I can...
turbocad6 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-19-2007, 01:04 PM   #407
Raw Wave
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,800
shotgunefx is on a distinguished road
Quote: Originally Posted by turbocad6 View Post
hey thanks shotgun, I may try that if I can't have anything built for me, but I'd rather have a module built to do everything if I can...

You could probably handle the hourly button pushes as well with a few 555 timers (or the two in one 556), one an astable set to run every hour that would trigger the second, a monostable to push the button. The one problem I see with that is you really need to press the button twice (off, then back on).

http://www.eleinmec.com/article.asp?1

This is why I like PICs, etc, fewer components, much easier to tweak parameters. You want more delay? No unsoldering, just plop the chip back in the programmer and set the value to whatever, or even add a serial port for remote control

No reason you couldn't wire the input of that circuit to a PIC as an input btw (more on that in a sec).

The reason I originally started thinking about zeners for voltage detection (for another project) was that to measure voltage, you need to compare it against a reference voltage (vref), if the battery is the vref, then from my understanding, the problem is the reference changes with the discharge.

So to get around that, you'd have to have a constant vref, so a lower voltage, say a regulated 5 or 6v, but now you have to scale the input down to the range as well with a voltage divider like the above circuit. So it just seems simpler to use the zener.

But, on another note, you could just get a PIC that has a built in Analog/Digital Converter. The voltage has to be between 0-5v, but you could just wire the input (battery) through a pot like above to scale it down to the right range and then have it toggle the button as appropriate.

As an aside, if you are interested in learning about microcontrollers, you don't need to use PICs or AVRs, there are many that are made to be simpler to use, but the trade off is price and features.

Radioshack sells a Basic Stamp kit (A stamp is a PIC that runs Basic) for around $80, IIRC, it comes with an ADC chip to measure voltage a bunch of other stuff. This was my first MCU. Unfortunately, for what I was trying to do I hit all the limitations immediately so I had to go down a layer.

http://www.radioshack.com/sm-whats-a...i-2117994.html

Seeing I had no real use for it, I ended up using it for my startup controller in my car as I didn't feel like whipping up a board/regulator, etc.
shotgunefx is offline   Reply With Quote
Old 06-20-2007, 12:54 AM   #408
Super Moderator. If my typing sucks it's probably because I'm driving....
 
turbocad6's Avatar
 
Join Date: Oct 2004
Location: NY
Posts: 6,102
turbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to behold
my thinking is, with button presses for off & on, that could be a problem.

off needs like 2s+ push, & then theres a pause as it shuts down, theres a period of time to wait before it can respond to an on again press.on is a 1s press, a setup like that would need to be able to monitor the state of the phone to be reliable, if there just dumb button presses theres always the chance of it going out of sync.

my thoughts are more like cut all power to the phone, hard shutdown, then repower & a 1s button press, I think it'll be more reliable that way. this adds a little complication as this break of power has to be between the battery & the phone itself... not just on the charger port, but I still think that's better than just button presses, I may try to just run it without the battery depending on the draw of the total setup anyway, I may run an aux battery for this setup, a laptop li ion battery'd run this phone for a week hardest thing there is the charging circiut for the larger battery...

I always wished I had the time to learn pic programming, someday
turbocad6 is offline   Reply With Quote
Old 06-20-2007, 08:21 PM   #409
Raw Wave
 
shotgunefx's Avatar
 
Join Date: Apr 2005
Location: Boston, MA
Posts: 1,800
shotgunefx is on a distinguished road
Quote: Originally Posted by turbocad6 View Post
my thinking is, with button presses for off & on, that could be a problem.

off needs like 2s+ push, & then theres a pause as it shuts down, theres a period of time to wait before it can respond to an on again press.on is a 1s press, a setup like that would need to be able to monitor the state of the phone to be reliable, if there just dumb button presses theres always the chance of it going out of sync.

my thoughts are more like cut all power to the phone, hard shutdown, then repower & a 1s button press, I think it'll be more reliable that way. this adds a little complication as this break of power has to be between the battery & the phone itself... not just on the charger port, but I still think that's better than just button presses, I may try to just run it without the battery depending on the draw of the total setup anyway, I may run an aux battery for this setup, a laptop li ion battery'd run this phone for a week hardest thing there is the charging circiut for the larger battery...

I always wished I had the time to learn pic programming, someday

Well the timing on both devices is pretty deterministic, so I don't think it would in practice by an issue you ran into much if at all, you could always sample other points on the board to see if it's on or off to know for sure. You could also use one to do it the way your describing.

PICs take a bit of time, but things like the stamp are pretty easy...

Code:
'{$STAMP BS2} DIR8=1 ' set pin 8 to output OUT8=1 ' drive it high pause 2000 ' wait two seconds OUT8=0 ' turn it off

shotgunefx is offline   Reply With Quote
Old 06-25-2007, 04:26 AM   #410
FLAC
 
PURDooM's Avatar
 
Join Date: Jun 2005
Location: Anoka County, MN
Posts: 1,021
PURDooM is on a distinguished road
I recently downloaded RabbIT proxy server and installed it on my home computer (http://rabbit-proxy.sourceforge.net/). This lets me let my carputer look up all its pages through my home internet connection, and in the process my home computer is re compressing all the images and removing unnecessary content like background images. Now, the Minnesota traffic map which used to be 140k large is only 9k large. Quite an improvement!
__________________
Current projects: iGmod reloaded (Latest release) (put on hiatus indefinatly)

Unlimited Internet and gps tracking for $6 a month with boost mobile!

Carputer 2: www.lmaocar.com
PURDooM is offline   Reply With Quote
Old 08-01-2007, 10:30 AM   #411
FLAC
 
W3bMa5t3r's Avatar
 
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
W3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of light
I know this isn't really completely related to the most recent conversation in this thread, but since it was for my boost phone... check it out
http://www.mp3car.com/vbulletin/powe...r-modules.html
W3bMa5t3r is offline   Reply With Quote
Old 08-20-2007, 11:01 AM   #412
Maximum Bitrate
 
Join Date: May 2006
Location: Seattleish, WA
Posts: 823
midiwall is on a distinguished road
Small sidestep...

Anyone else been getting "network errors" from the Mologogo java app (on the phone) for the past few days (weeks?).

Oh, and did anyone else get a prompt (on your phone) saying that the "map license expired, call 800-xxx-xxxx to buy?"

sigh...
__________________
:: Mark
midiwall is offline   Reply With Quote
Old 08-21-2007, 08:38 AM   #413
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,141
Bugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to behold
I used the mologogo app yesterday and it was working just fine. Check their wiki or their news page to see if there is anything going on.
__________________
Want to:
-Find out about the iBug?
-Stop being a newbie? Take a look at the FAQ Emporium?
-Find out about carPC's in just 5 minutes? View the Car PC 101 video
-Help me kill my car PC
-Watch live video streams from my mobile PC? Check it out here.
-Where is the iBug?
Bugbyte is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-21-2007, 10:21 AM   #414
Maximum Bitrate
 
Join Date: May 2006
Location: Seattleish, WA
Posts: 823
midiwall is on a distinguished road
Thanks BB... I've been all over the Wiki and such. Looks like they had DNS issues back in June but nothing recent.

And you're still seeing maps on the phone as well? Hmmm...
__________________
:: Mark
midiwall is offline   Reply With Quote
Old 08-26-2007, 12:18 AM   #415
Newbie
 
Join Date: Jan 2006
Posts: 44
smellygas is on a distinguished road
Just a thought - why not just leave the phone on 24/7? I just got an i455. The included battery is 3.6V and 780mAh or so (2.8 Wh), and should last 5 hours with every-1-min transmits. That comes out to about 14 Wh used a day.

My car battery is 12V * 70AH = 840 WH. So even IF I left the phone on 24/7 for a month, it still would only drain my battery by 50%.

Anybody have any thoughts/comments?

SG
smellygas is offline   Reply With Quote
Old 09-03-2007, 02:15 PM   #416
FLAC
 
muldrick's Avatar
 
Join Date: Jun 2004
Location: South-Central PA
Posts: 1,241
muldrick is on a distinguished road
Doing numbers like that never worked for me. Sure, great on paper but not in the real world. You have to consider battery temperatures and other normal draws that a car has. Generally speaking, a vehicle a draw should not be more then 37 mAmps. If it's higher, it'll drain to quick.

Question: I need 2 phones. The Mologogo site has the family pack, but it's the 415 phones. Without going through 28 pages of posts...should I not get the 455? Is it faster?
__________________
AtmosUSA.biz, E-Cig Mods

Last edited by muldrick; 09-03-2007 at 08:54 PM.
muldrick is offline   Reply With Quote
Old 11-06-2007, 06:36 PM   #417
FLAC
 
muldrick's Avatar
 
Join Date: Jun 2004
Location: South-Central PA
Posts: 1,241
muldrick is on a distinguished road
OK, got me the 455, and the wife a 415. She decided to get with Verizon, so I'm selling the 415...just about brand new: http://www.mp3car.com/vbulletin/vbcl...?do=ad&id=1020
__________________
AtmosUSA.biz, E-Cig Mods
muldrick is offline   Reply With Quote
Old 12-27-2007, 06:21 PM   #418
Newbie
 
Join Date: Jul 2007
Posts: 24
tkd_guy90 is an unknown quantity at this point
Questions

have a few questions about Boost Mobile. I was going to start a plan with them since the use of web services with my car pc is at a cheaper price. My question is the phone usable for web on my car pc? Has someone used the i425t or e? Also could someone explain what the monthly charges are because I did read the sticky but I was slightly confused. How much is it per month for just data only (as well as keeping it active?) I did find a the usb data cable for it on ebay.

(sorry wasnt getting any responses from the post I made so I thought maybe to post here instead)

So is it the minimum of 20 for 3 months to keep it active?
Then what is the price of data service for pc?
tkd_guy90 is offline   Reply With Quote
Old 12-27-2007, 08:48 PM   #419
Newbie
 
Join Date: Jul 2007
Posts: 24
tkd_guy90 is an unknown quantity at this point
Found the Answer

Well did some more research on Howard Forums and someone else has used the i425e (and another used the "t" model) as a modem. Here is the link in case someone else would like to see.

http://www.howardforums.com/showthread.php?t=1300389
tkd_guy90 is offline   Reply With Quote
Old 12-28-2007, 12:09 PM   #420
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,141
Bugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to behold
If you don't use the phone and just have the data plan, they deduct the charge on a daily basis from your account. So, if you have $30 on the phone, they deduct the .35 data charge from it each day.

IIRC, when you boost your phone it lasts for 90 days. I boosted my account on 12/5 and it expires on 3/4. Since the data charge is about equal to $10 a month, you just load the phone with $30 every 90 days and you are set.

If you live in an area with DEN service, I think it works fine. If you don't, it is slow. As in 2400 baud slow -several minutes to load a page when moving. I use mine with Mologogo and it works great.
__________________
Want to:
-Find out about the iBug?
-Stop being a newbie? Take a look at the FAQ Emporium?
-Find out about carPC's in just 5 minutes? View the Car PC 101 video
-Help me kill my car PC
-Watch live video streams from my mobile PC? Check it out here.
-Where is the iBug?
Bugbyte is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




All times are GMT -5. The time now is 05:40 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics