Search found 5 matches

by thijsdv
Thu May 11, 2017 9:51 am
Forum: ESP8266 boards
Topic: HTTP Requests with basic auth
Replies: 4
Views: 6810

Re: HTTP Requests with basic auth

I have the same issue on the ESP and unix.

Could this be an axtls issue?
by thijsdv
Mon Feb 13, 2017 1:41 pm
Forum: ESP8266 boards
Topic: Adding wps functionality to micropython [ESP8266]
Replies: 2
Views: 3644

Adding wps functionality to micropython [ESP8266]

Hi, For my project I need the wps functionality of the ESP8266, however it is not implemented yet into micropython. When I implemented some basic wps functions myself into the esp8266/modnetwork.c file and tried to compile it, I got compilation errors: build/modnetwork.o:(.text.esp_wps_connect+0x14)...
by thijsdv
Wed Feb 08, 2017 8:33 am
Forum: ESP8266 boards
Topic: WPS connection
Replies: 0
Views: 1611

WPS connection

Hi,

I was wondering if there is already any support for establishing a WPS connection with a router (via button press) for the ESP8266.
by thijsdv
Wed Feb 08, 2017 7:22 am
Forum: ESP8266 boards
Topic: Frozen module unit testing
Replies: 4
Views: 4045

Re: Frozen module unit testing

[quote="deshipu"]You can run your tests on the linux version of MicroPython, and mock the machine module.[/quote]
Didn't think about mocking the whole module, thanks! Tests are running now.
by thijsdv
Fri Feb 03, 2017 1:41 pm
Forum: ESP8266 boards
Topic: Frozen module unit testing
Replies: 4
Views: 4045

Frozen module unit testing

Hi, I've recently starting to develop on the ESP8266 with micropython. Since my frozen modules are getting kind off complex by now, I was wondering if there's a way of unit testing these modules. I saw a github repo of somebody who used unit testing for his modules (https://github.com/mjkillough/fea...