Earlier quoted context omitted.
> The part I think is missing is a connection back to the cell network so that you can give people in more remote locations the ability to text the rest of the world using this as a link. While reading their FAQ I thought of that, and if the API is open sourced or reverse-engineered, it shouldn't be too difficult to write a smartphone application which would act as a relay between to goTenna and the phone network (fo…
It could be a whole lot simpler than this. (And a whole less secure.) In high school I had a server running that scanned email for a keyword and my cellphone number; I didn't have a smartphone. So I texted a keyword and some code to my email. Then my server would read the email, see it contained the keyword, then interpret the rest of the code I sent and execute it. This would be insanely easy (and not too secure) to…
GoTenna – Send and receive messages even when you don’t have service
141–150 of 179 posts
Re: GoTenna – Send and receive messages even when you don’t have service
#142Potential cool application of GoTenna: communication with a robot without having to pay for a data plan.
Re: GoTenna – Send and receive messages even when you don’t have service
#143Earlier quoted context omitted.
His assertion is true, i have traveled to 4+ countries in africa, and live in one. I have yet to be without signal in all my travels. You would need to go really remote to find a place without signal. Even sparsely populated areas, backwaters are covered. The reason is communication infrastructure was pretty bad here, hence we leap frogged and mobile is primary means of communication. You also have the other challeng…
> I have yet to be without signal in all my travels. You would need to go really remote to find a place without signal. In contrast, I can travel ~20 minutes outside a major metropolitian area in the US (Seattle) and be without cell service. Heck I often am without cell service when I'm hiking. Then again I'm using a provider (T-Mobile) which is known to only work in metro areas!
Re: GoTenna – Send and receive messages even when you don’t have service
#144Re: GoTenna – Send and receive messages even when you don’t have service
#145Source: I used to build outdoor medium distance (~1mi) wireless data networks with 900Mhz and at 1 mi the fresnel zone is roughly 30ft tall so we would put our antenna 20ft in the air. The awesome thing is we could shoot through a mile of forest but only if 60+% of the fresnel zone was not occluded by the ground.
Edit: I should also add that I would have loved something like this in Iraq. Next to keeping soldiers fed, coordinating with adjacent units (read: not shooting at each other) on foot during a mission is about the biggest challenge there is.
Re: GoTenna – Send and receive messages even when you don’t have service
#146Earlier quoted context omitted.
Ah. We are now at a device that is Bluetooth LE-enabled that works on the 151-154 MHz range from http://www.cnet.com/news/gotenna-creates-cell-network-out-of... So this is essentially a mesh network or at least all independent nodes?
Sounds more like a point to point communication but not a mesh to me.
Re: GoTenna – Send and receive messages even when you don’t have service
#147Earlier quoted context omitted.
It could be a whole lot simpler than this. (And a whole less secure.) In high school I had a server running that scanned email for a keyword and my cellphone number; I didn't have a smartphone. So I texted a keyword and some code to my email. Then my server would read the email, see it contained the keyword, then interpret the rest of the code I sent and execute it. This would be insanely easy (and not too secure) to…
I mean, I know it's not secure. But I had no clue it was down-vote-not-secure!
Re: GoTenna – Send and receive messages even when you don’t have service
#148The schematic is trivial: a xbee XSC (we used XStreams at the time) with a decent antenna coupled with any serial bluetooth module. The whole thing runs on 3.3V with high tolerances, so a single lithium cell is enough to power it without regulation.
If you can't do meshing for legal reasions, do a transparent blind forward -- for short messages that you don't mind a delay for, it works out well, and the FCC (and the coast guard) have been OK with it. If you want my design contact me at www.f3.to
Re: GoTenna – Send and receive messages even when you don’t have service
#149Re: GoTenna – Send and receive messages even when you don’t have service
#150Say you are just 1 mile from a friend, at 151Mhz the fresnel zone is 72ft tall. If you are both at equal elevation on flat land then 50% of the signal is going to be absorbed by the ground. How exactly does this scenario work? Source: I used to build outdoor medium distance (~1mi) wireless data networks with 900Mhz and at 1 mi the fresnel zone is roughly 30ft tall so we would put our antenna 20ft in the air. The awes…
In addition, using something like DSSS, a low data rate, and retransmission ability will probably help a lot for this application.