Search found 46 matches

by patvdleer
Sun Jun 19, 2016 2:07 pm
Forum: ESP8266 boards
Topic: WeMos D1 Mini - DHT22 shield
Replies: 17
Views: 17566

Re: WeMos D1 Mini - DHT22 shield

Same shit... 19.00 20.70 21.10 21.00 21.06 19.00 20.70 21.10 21.00 21.06 19.00 20.70 21.10 21.00 21.06 19.00 20.80 21.10 21.00 21.06 19.00 20.70 21.10 21.00 21.12 19.00 20.80 21.10 21.00 21.06 19.00 20.80 21.10 21.00 21.06 20.00 20.80 21.10 21.06 21.06 19.00 20.80 21.10 21.00 21.06 19.00 20.90 21.10...
by patvdleer
Sun Jun 19, 2016 12:54 pm
Forum: ESP8266 boards
Topic: WeMos D1 Mini - DHT22 shield
Replies: 17
Views: 17566

Re: WeMos D1 Mini - DHT22 shield

I wondered the same thing so I did, currently letting it sit for a few hours to let it cool down and get back to room temp. I will take new measurements later today.
by patvdleer
Sun Jun 19, 2016 10:18 am
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 47422

Re: access via SSH?

load it in the main.py (or boot.py)

Code: Select all

import webrepl
webrepl.start()
by patvdleer
Sun Jun 19, 2016 9:40 am
Forum: ESP8266 boards
Topic: WeMos D1 Mini - DHT22 shield
Replies: 17
Views: 17566

WeMos D1 Mini - DHT22 shield

I've been playing around with monitoring temperatures and it seems the WeMos D1 Mini DHT22 shield is kinda crappy and unreliable... Due to the heat generated by the ESP beneath the DHT22 slowly heats up. I.e. making the DHT22 shield useless... The second column below is the shield mounted directly o...
by patvdleer
Sun Jun 19, 2016 9:25 am
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 47422

Re: access via SSH?

In fact the same could be said of TLS/SSL and using external cloud services. It's much easier to talk to something on the local network without it. Jon These are golden words and exactly mirror outlook of the maintainers (well, mine for sure). SSL/TLS is pretty tricky thing, and even big boxes have...
by patvdleer
Fri Jun 17, 2016 3:17 pm
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 47422

Re: access via SSH?

pythonista wrote: ...

Code: Select all

>>> import os
>>> os.listdir()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 19] ENODEV
>>> 
You should look into vfs, help(vfs) which should show you at least _boot.py
by patvdleer
Thu Jun 16, 2016 9:29 pm
Forum: General Discussion and Questions
Topic: recursion limit
Replies: 13
Views: 13752

Re: recursion limit

I will definitely look into SICP! Calibre is an ebook manager not a public sharing site ;) I.e. let's me manage my books on my ereader. B.t.w. the pdf link said .be, I'm guessing you are from Belgium? I'm officially Dutch but since I'm from Maastricht most of the Netherlands would say I'm Belgium too.
by patvdleer
Thu Jun 16, 2016 9:17 pm
Forum: ESP8266 boards
Topic: Official MicroPython MQTT client
Replies: 19
Views: 44095

Re: Official MicroPython MQTT client

Let me know how I can help, I do use MQTT but on a very(!!!) limited class I made based on some work I found around here on the forum. Would be nice to have a client which supports login and optionally ssl/tls. import socket import time try: import binascii except ImportError: import ubinascii as bi...
by patvdleer
Thu Jun 16, 2016 9:13 pm
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 47422

Re: access via SSH?

yes, tried to import it but cannot see that it binds/starts listening? dhcp client start... Performing initial setup Traceback (most recent call last): File "_boot.py", line 9, in <module> File "inisetup.py", line 37, in setup File "inisetup.py", line 9, in wifi OSError: can't set AP config could n...
by patvdleer
Thu Jun 16, 2016 9:07 pm
Forum: General Discussion and Questions
Topic: recursion limit
Replies: 13
Views: 13752

Re: recursion limit

Well two question come to mind; Why are you doing that on the PyBoard? and; "every character in the line" why not a for loop? treat the string as an array of characters.

P.s. Thanks! pdf downloaded and added to calibre!