Search found 6 matches

by zeevro
Tue Jun 07, 2016 6:08 am
Forum: ESP8266 boards
Topic: Simple tool to upload files to ESP8266 - over UART or WebREPL
Replies: 2
Views: 5812

Simple tool to upload files to ESP8266 - over UART or WebREPL

https://raw.githubusercontent.com/zeevr ... r_files.py

Enjoy :)

(Also, contribute, if you feel like it. I just wrote this overnight. :) )
by zeevro
Mon May 30, 2016 1:46 am
Forum: MicroPython pyboard
Topic: Ideas for next evolution of pyboard
Replies: 75
Views: 71756

Re: Ideas for next evolution of pyboard

I'd like to join in on the really cheap board suggestion. A low-end MCU with a micro SD slot and some 8-12 pins.
by zeevro
Wed May 11, 2016 8:05 pm
Forum: ESP8266 boards
Topic: ESP8266 doesn't connect to WiFi using WPA2/TKIP
Replies: 6
Views: 10110

Re: ESP-12F weird WiFi issue

The problem was my AP supported TKIP as a possible encryption option. TKIP, as it turns out, is obsolete. Turned that off and the ESP works.
by zeevro
Wed May 11, 2016 7:40 pm
Forum: ESP8266 boards
Topic: ESP8266 doesn't connect to WiFi using WPA2/TKIP
Replies: 6
Views: 10110

Re: ESP-12F weird WiFi issue

As it turns out, the ESP thinks that both networks are open, even though one of them (Zeev) is WPA2-encrypted:

(b'Zeev', b'L^\x0c#z\xb1', 6, -40, 0, 0)
(b'Public-Internet', b'N^\x0c#z\xb1', 6, -40, 0, 0)

Does this help?
by zeevro
Wed May 11, 2016 7:57 am
Forum: ESP8266 boards
Topic: ESP8266 doesn't connect to WiFi using WPA2/TKIP
Replies: 6
Views: 10110

Re: ESP-12F won't connect to MikroTik 951-2n

No-one has any ideas whatsoever?
by zeevro
Tue May 10, 2016 1:27 am
Forum: ESP8266 boards
Topic: ESP8266 doesn't connect to WiFi using WPA2/TKIP
Replies: 6
Views: 10110

ESP8266 doesn't connect to WiFi using WPA2/TKIP

This is the module I'm using: http://www.electrodragon.com/product/wifi-iot-relay-board-based-esp8266/ WiFi Router is MikroTik 951-2n It connects OK to my android phone's AP, and also to the neighbor's free network. Get's an IP address and all, but when I connect it to my router, it has a weird prob...