Search found 36 matches

by polygontwist
Tue Dec 30, 2014 1:30 am
Forum: Hardware Projects
Topic: Module for DHT22 temperature/humidity sensor
Replies: 13
Views: 18544

Re: Module for DHT22 temperature/humidity sensor

Hello,

i fork the script for DHT11 and DHT22 Sensor:
https://github.com/polygontwist/uPython-DHT22

have fun
by polygontwist
Sun Nov 30, 2014 7:28 pm
Forum: General Discussion and Questions
Topic: Re-import module?
Replies: 35
Views: 40265

reimport imported Modules (del ?)

Hello,
How can I delete an imported module to import it again?
I found the command "del",it works(?) but it does not delete the imported module.

I write .py files and would like to import again without resetting the board.
(edit: v1.3.4-1-g3e42570 on 2014-10-22)
by polygontwist
Wed Oct 22, 2014 5:01 pm
Forum: Development of MicroPython
Topic: Socket module
Replies: 10
Views: 13869

Re: Socket module

Thank you. now does it load quickly, even if the buffer is greater. :D
by polygontwist
Mon Oct 20, 2014 8:32 pm
Forum: Development of MicroPython
Topic: Socket module
Replies: 10
Views: 13869

Re: Socket module

ok.
a pity the socket/Net/CC3000 is not written in uPhython, hacking it yourself...
by polygontwist
Mon Oct 20, 2014 5:28 pm
Forum: Development of MicroPython
Topic: Socket module
Replies: 10
Views: 13869

Re: Socket module

Hello, i hav tested the socket and WLAN as client (Micro Python v1.3.3-50-g9b6617e on 2014-10-11; PYBv1.0 with STM32F405RG "pybv10-network-2014-10-11-v1.3.3-50-g9b6617e.dfu" ) (http://www.binarytides.com/receive-full-data-with-the-recv-socket-function-in-python/) code snippet: import socket addr = s...
by polygontwist
Sat Oct 11, 2014 6:40 pm
Forum: Development of MicroPython
Topic: Socket module
Replies: 10
Views: 13869

Re: Socket module

thanks :D
by polygontwist
Wed Oct 01, 2014 7:57 pm
Forum: Development of MicroPython
Topic: Socket module
Replies: 10
Views: 13869

Re: Socket module

yes, please!
by polygontwist
Sun Aug 24, 2014 1:16 pm
Forum: MicroPython pyboard
Topic: My pyboard/Micro Python tutorials
Replies: 4
Views: 5402

Re: My pyboard/Micro Python tutorials

thanks!
by polygontwist
Sun Aug 24, 2014 1:07 pm
Forum: Drivers for External Components
Topic: Anyone working on HD44780 library?
Replies: 28
Views: 40556

Re: Anyone working on HD44780 library?

dhylands wrote:...
In my case I was using a 4x20 LCD. I uploaded a youtube video.
...
the better URL to the Video is: https://www.youtube.com/watch?v=7-UQodIxdCU (other Users can not edit your Video ;) )

generally it would be nice: Please publish the wiring, for Beginners (or Link to the wiki?).
by polygontwist
Fri Aug 15, 2014 4:50 pm
Forum: MicroPython pyboard
Topic: Wifi module
Replies: 12
Views: 17753

Re: Wifi module

hi,

i have testet the wifi c3000-module:
wlan.connect() - works
wlan.disconnect() - works
wlan.get_host() - works (e.g. ("tarnfleck.net") )
wlan.http_get() -works not (e.g. ("tarnfleck.net","index.htm") )

When is wlan installed usable in the official firmware (work on main.py)?