Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Verizon Remote Hotspot Controller

Status
Not open for further replies.

danadakk

Advanced Member level 6
Joined
Mar 26, 2018
Messages
3,064
Helped
413
Reputation
846
Reaction score
718
Trophy points
113
Activity points
13,324
Had a problem with a remote site, property management. Basically wanted to run Network on site with a
Cell based solution. Key issues :

1) Hotspot, if it lost power and ran batteries completely down would not boot all the way
into Cell tower connection. It would charge on power return (its permanently tethered
to a USB charger). It would put up a message screen to remove charging but not time out
and proceed to finish boot.

2) Once booted if still tethered to charger (installation had it this way out of necessity) that
activity would compromise connection drop activity, mostly stay disconnected from tower.

3) No "hooks" to show that Network was not up and take some action.

Initially I tried out a solar cell on display thinking that when screen powered up this could be used
as an indication it booted. But multiple message screens, when charged, but not connected to
tower, nixed that as a fool proof solution.

So I opted to use a ESP8266 running as client to detect if network was not up, and if not press
the hotspot button for 15 sec to get it to boot all the way. Done with el cheapo RC servo.

I also wanted, in continuing investigation of various block programming methods, use a GUI
based prog rather than write in C/C++ which is my normal path. So used Tuniot –


1637516455688.png


So above is the solution. Quite easy to use, no manuals needed on how to build a client.

One additional system need, solving the charging/tower signal drop problem, was to
put charger on a timer. That allowed periods of time running on battery where
Cell connection quite consistent. I may mod project to use internet time to control
charger power source at a later time to get rid of the timer.

Verizon hotspot is 8800L: Makes for cheap internet, even after data plan is exhausted
(defaults to 100 KB/s). Cheap if you already have a plan for a couple of phones and
just add this. < $ 20/month if my memory serves. Solution could have been a router
but their upfront costs pretty steep for that.

Regards, Dana.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top