Adjustments for Website Preload
by jrickard 10 years 10 months
d495c79e
Additional work on FaultHandler. Still not ready f...
by Collin Kidder 10 years 10 months
Additional work on FaultHandler. Still not ready for use.
0cd62a9f
Add bounds checking to PrefHandler and also make i...
by Collin Kidder 10 years 10 months
Add bounds checking to PrefHandler and also make it report whether read/write operations succeeded.
dda23436
Updated the readme. It was really out of date.
by Collin Kidder 10 years 10 months
0671d998
Wireless Channel and Security
by jrickard 10 years 10 months
Wireless Channel and Security

Added wireless initialization WSEC to select WPA2-AES as wireless
security IF used.

Added SECURITY command to set the WPA2 password and turn security on.
SECURITY=password

Added CHANNEL command to allow you to change the wireless channel used
to avoid interference from other local broadcasts. CHANNEL=7
5f08e163
Merge branch 'WIP' of github.com:collin80/GEVCU in...
by Collin Kidder 10 years 10 months
Merge branch 'WIP' of github.com:collin80/GEVCU into WIP
f23c273a
First baby steps toward a working fault handler - ...
by Collin Kidder 10 years 10 months
First baby steps toward a working fault handler - Check in an initial list of faults that could happen.
8cdf1035
Merge branch 'WIP' of github.com:jrickard/GEVCU in...
by Collin Kidder 10 years 10 months
Merge branch 'WIP' of github.com:jrickard/GEVCU into WIP

Conflicts:
util/MultiSerial/MultiSerial.ino
7aea131d
Added CANCEL to loopcount
by jrickard 10 years 10 months
Added CANCEL to loopcount

Once Serial Console has forced ICHIP to load parameters, it sets a
CANCEL bool to discontinue the count.
82eb8ca1
New Wireless Commands and Initialization
by jrickard 10 years 10 months
New Wireless Commands and Initialization

1. Changed GEVCU.ino where initialization of WiReach chip only occurs
if EEPROM init is run.

2. Solved the longsuffering ongoing problem of ICHIP not loading
parameters when the program first comes up. Added a loopcount variable
to Serial Console. At loopcount == 10,000 it forces ICHIP to load
parameters. The website now comes up wiht all parameters loaded -
every time.

3. Added WIREACH command. WIREACH=anycommand will send At+ianycommand
to the wireless device.

4. Added SSID command. SSID=whatevername will set the SSID of the
wireless device to “whatevername”.
Active immediately.

5. Added IP command. IP=192.168.3.10 will change the current IP number
to 192.168.3.10 - active immediately.

6. Added PWD command. PWD=secret will change the password of the GEVCU
configuration pages to “secret”.

The WIREACH command allows you to send any command, so the remainder
are to some degree redundant. But they are quick and somewhat
intuitive.
48c4ca3b
Report a bug