Search found 342 matches

by kfricke
Sat Sep 09, 2017 8:31 pm
Forum: General Discussion and Questions
Topic: github repository changes: all board/OS ports moved under ports/
Replies: 5
Views: 4309

Re: github repository changes

I think Damien is committing in first changes to restructure the repository. The reason seems to be the upcoming merge of the ESP32 fork back into the main repository.
by kfricke
Wed Aug 09, 2017 10:02 am
Forum: General Discussion and Questions
Topic: Micropython-Unix
Replies: 8
Views: 7355

Re: Micropython-Unix

Did you respect the external dependencies as noted in the README? The packages libffi and libffi-dev seem to be missing.
by kfricke
Thu Jul 20, 2017 2:14 pm
Forum: ESP8266 boards
Topic: Credentials sticking around?
Replies: 7
Views: 7134

Re: Credentials sticking around?

Please be aware that the ESP8266 does not only remember the last WiFi credentials, but also the last 5 or was it 6?). They are stored in a static section of flash memory. One does need to write these credentials using the connect(...) method at least those few times to erase them from flash. The bes...
by kfricke
Thu Jul 13, 2017 7:26 pm
Forum: General Discussion and Questions
Topic: Questions regarding SD card[SOLVED]
Replies: 5
Views: 4694

Re: Questions regarding SD card

How about to get "physical" and move the SD card into a reader on your PC? Ather ways are: Reboot into the USB+CDC mode where one can access the SD-card from the PC as well. Pay attention to not change files on both "ends" of the USB cable! Reading (not deleting) on the PC only should be save. The d...
by kfricke
Wed Jun 28, 2017 7:08 am
Forum: ESP8266 boards
Topic: Waking esp8266 via Pin (wemos D1)
Replies: 1
Views: 2398

Re: Waking esp8266 via Pin (wemos D1)

Yes it is supported. You must use the RST (reset) pin for this. When using RTC based wakeboard it is connected to the GPIO pin 16, which yields the reset from the internal RTC.
Check the datasheet for details and how to addept this should be straight forward.
by kfricke
Thu Jun 22, 2017 9:46 am
Forum: ESP8266 boards
Topic: Library to deep sleep for days for esp8366
Replies: 13
Views: 12739

Re: Library to deep sleep for days for esp8266

This Espressif link claims 10μA. Is this not achievable? Sure it is, but i have not seen that many boards with nearly down to no power draining components. The Wemos Mini might be different and at least hours of sleep time can negate the time of high power usage when the MCU us acitve and using WIFI.
by kfricke
Wed Jun 21, 2017 9:37 pm
Forum: ESP8266 boards
Topic: Disable UART1 boot messages
Replies: 12
Views: 11767

Re: Disable UART1 boot messages

rdagger wrote:Should I just post an issue at https://github.com/micropython/micropython-esp32?
Aye
by kfricke
Wed Jun 21, 2017 1:38 pm
Forum: ESP8266 boards
Topic: Library to deep sleep for days for esp8366
Replies: 13
Views: 12739

Re: Library to deep sleep for days for esp8266

I do not think that it can be added there, micropython-lib ist the place to look for MicroPython implementations of existing CPython modules. Integrating your module would force other projects to use the GPL license even if they had wisely chosen a more liberal license (like the given example MIT li...
by kfricke
Wed Jun 21, 2017 8:16 am
Forum: ESP8266 boards
Topic: Library to deep sleep for days for esp8366
Replies: 13
Views: 12739

Re: Library to deep sleep for days for esp8366

(sadly) Your code is published under the GPL. All core parts of MicroPython and most modules are MIT licensed, this is a drawback for some people.
by kfricke
Wed Jun 21, 2017 8:08 am
Forum: MicroPython pyboard
Topic: corrupted board files? [solved]
Replies: 6
Views: 7552

Re: corrupted board files? [solved]

Please open an own thread. The original post has nothing to do with your problem except you assumed topic (MacOS vs. Windows and a totally different error message). What does py.exe in your pop-up message have to do with MicrpoPython? I am not that familiar with windowish things, but this sounds a l...