I still have to unplug mine from the clock, though I'll admit that I haven't 
tried it plugged in. I'm not sure how the programmer and the level converter 
would interact if they are both fighting over the same pins. 

An alternative is to use an ESP8266 board that has more flash, say 1MB, then 
you could use Over The Air programming. This is what I tried to do at first, 
but the ESP01 doesn't have enough flash. Basically your code needs to take up 
less than half the flash so you can load the new code into unused space and 
then switch to it. Googling ESP8266 OTA should get you a lot of hits. You can 
look at my code on https://github.com/judge2005/NCS314WiFi. I left the OTA code 
in, just ifdef'd out. It is very simple. 

> On Jan 24, 2017, at 9:16 AM, Mitch <mitc...@gmail.com> wrote:
> 
> Thanks, Paul. I didn't put a header for programming the ESP on my clock, so I 
> have to remove it to program. The next version will add one.
> 
> 
>> On Monday, January 23, 2017 at 7:57:38 PM UTC-5, Paul Andrews wrote:
>> Hand drawn. Hopefully you can read it. It is pretty straight forward:
>> 
>> 
>> 
>> The rectangle on the left is a 4 channel level converter. I use this one.
>> 
>> 
>> 
>> To program the ESP01 I use this FTDI board and this little dongle.
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>> On Saturday, January 21, 2017 at 6:32:39 AM UTC-5, Paul Andrews wrote:
>>> Hi
>>> I've been working on a project to add a wifi interface to my NCS314 clock. 
>>> This clock is an Arduino shield, so it shouldn't be hard to add that to the 
>>> arduino right? I used an Arduino that had rows of holes next to the pins 
>>> and also had specific connector patches for interface pins, so it was not 
>>> to hard to pull off I2C signals to connect to an ESP01 through a level 
>>> shifter. The coding took a lot longer than I expected - everything was new 
>>> to me - but it has all come together nicely. It even has Alexa voice 
>>> commands, so it is my first smart home appliance! That part is surprisingly 
>>> fun!
>>> 
>>> Anyway the video is a bit boring. Just me using barely visible controls, 
>>> but I wanted to share!
>>> https://youtu.be/K5BNw0LZC_U
>>> 
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "neonixie-l" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/neonixie-l/qtyQxQObAqs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> neonixie-l+unsubscr...@googlegroups.com.
> To post to this group, send email to neonixie-l@googlegroups.com.
> To view this discussion on the web, visit 
> https://groups.google.com/d/msgid/neonixie-l/cb76d25b-aeca-455f-98eb-16ed049b043b%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"neonixie-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neonixie-l+unsubscr...@googlegroups.com.
To post to this group, send an email to neonixie-l@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/3A4AE594-E875-4246-BD7F-6A6C0D55D2BF%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to