Search found 88 matches

by skylin008
Wed Jun 08, 2016 8:34 am
Forum: MicroPython pyboard
Topic: How to pyboard achieve the usb print function
Replies: 6
Views: 5920

How to pyboard achieve the usb print function

Hello,everyone !How to pyboard connect the usb printer and achieve the usb print function.TKS!
by skylin008
Wed Jun 08, 2016 8:32 am
Forum: MicroPython pyboard
Topic: How to pyboard achieve the usb print function
Replies: 6
Views: 5920

How to micropython achieve usb print function

Hello,everyone !How to micropython achieve the usb print function (USB printer)?
by skylin008
Thu May 12, 2016 1:13 am
Forum: Other Boards
Topic: sip protocol can be run micropython pyboard
Replies: 2
Views: 3302

Re: sip protocol can be run micropython pyboard

Thanks dhylands !
by skylin008
Wed May 11, 2016 10:00 am
Forum: Other Boards
Topic: sip protocol can be run micropython pyboard
Replies: 2
Views: 3302

sip protocol can be run micropython pyboard

pyboard stm32f4 include DSP function.SIP VOIP protocol can be run in pyboard of micropython?
by skylin008
Tue Apr 26, 2016 1:12 am
Forum: MicroPython pyboard
Topic: SIP protocol can be run in MICOPYTHON pyboard
Replies: 0
Views: 2775

SIP protocol can be run in MICOPYTHON pyboard

SIP protocol can be use VOIP device.Micropython BOARD inculde the DSP function.SO ,SIP protocol can be run in micropython pyboard?
by skylin008
Tue Mar 29, 2016 7:19 am
Forum: ESP8266 boards
Topic: esp8266 network run wlan.connect esp8266 restart
Replies: 10
Views: 11779

esp8266 network run wlan.connect esp8266 restart

The firmware version for:MicroPython v1.6-312-gb4070ee-dirty on 2016-03-29; ESP module with ESP8266 when I run follow code,esp8266-12f restart. import network wlan = network.WLAN(network.STA_IF) wlan.active(True) wlan.isconnected() False wlan.connect('essid', 'password') #essid and password from rou...
by skylin008
Mon Mar 28, 2016 8:57 am
Forum: ESP8266 boards
Topic: esp8266 UART0 communicate with other UART device
Replies: 1
Views: 2839

esp8266 UART0 communicate with other UART device

How to modify the esp8266 UART0 to communicate with othe UART device,for example UART modem?Tks!
by skylin008
Mon Mar 21, 2016 7:16 am
Forum: ESP8266 boards
Topic: mpfshell: remote shell for esp8266
Replies: 29
Views: 43423

Re: mpfshell: remote shell for esp8266

Hi, platforma .I had ported the rshell to esp8266 scripts directory,but some error shows:

Code: Select all

>>>[code] import cmd
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
MemoryError: memory allocation failed, allocating 5112 bytes[/code]
by skylin008
Thu Mar 17, 2016 8:54 am
Forum: ESP8266 boards
Topic: New *early access* mp-esp8266-firmware-vXY.bin on ESP8266
Replies: 49
Views: 46538

micropython esp8266 latest version help() errror

I used the ESP-12F module .when run,show follows error message: could not find module 'boot >>> MicroPython v1.6-235-g2466cb6-dirty on 2016-03-17; ESP module with ESP8266 Type "help()" for more information. >>> #4 ets_task(40100470, 3, 3fff8a04, 16) ets_alt_task: ets_run q for task 3: queue: 3fff8a0...
by skylin008
Thu Mar 17, 2016 8:45 am
Forum: ESP8266 boards
Topic: esp8266 micropython build show" xtensa-lx106-elf-ld: cannot find -lmain"
Replies: 2
Views: 3923

Re: esp8266 micropython build show" xtensa-lx106-elf-ld: cannot find -lmain"

Thanks platforma suport.I modified the Makefile of LIBS path.It build OK!