I am up for bluetooth... I found HC-06 modules that can be powered at 5v but it looks like the serial input is only 3.3v. Is the input 5v tolerant or does it need to be level shifted?
--
You received this message because you are subscribed to the Google Groups "OpenEVSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openevse+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That app is slick! Did you draw the EVSE yourself? If so, you’re quite a talented artist as well as programmer.
I set the clock the same way in my WebApp .. just hit a button to copy the time from the phone.
Unfortunately, iOS devices don’t support SPP, so the HC-06 is only compatible w/ Android.
If we could find a cheap BTLE module, then both platforms could be supported at once.
--
It isn’t 5V tolerant
I’ve been wrestling with the same issues.
My current workaround with the WiFi is to have the EVSE use a standard SSID in AP mode out of the box.
The user connects to it to configure the WiFi. After the user configures the WiFi the local SSID & security, it switches to client mode. Then the app needs to scan the network to find its IP number.
If the user needs to reconfigure it for access point or messes up the configuration, a very long press on the button puts it back into AP mode.
Alternatively, AP mode also lets the user use the WiFi easily in a portable unit.
Messy, I know, but somewhat usable. It’s more difficult than BT, but not *that much* bad. What I like about BTLE is that the user doesn’t have to even pair it initially, but then there’s no cloud access.
From: open...@googlegroups.com [mailto:open...@googlegroups.com] On Behalf Of Andre Eisenbach
Sent: Monday, May 11, 2015 11:39 AM
To: open...@googlegroups.com
Subject: Re: Bluetooth fun
It's a big trade off I'm trying to figure out right now...
Pinout for FTDI is the same for all versions.