Search found 45 matches

by Frida
Tue Oct 18, 2016 5:59 pm
Forum: WiPy and CC3200 boards
Topic: NEW: WiPy 2.0 - shipping 10 Oct 2016
Replies: 62
Views: 77209

Re: NEW: WiPy 2.0 - shipping 10 Oct 2016

jgmdavies wrote:Many thanks Daniel.

The link in your signature doesn't seem to work - http://www.wipy.io ?

Jim
it has changed to
https://www.pycom.io/
by Frida
Tue Oct 18, 2016 5:52 pm
Forum: ESP32 boards
Topic: My LoPy board arrived
Replies: 22
Views: 21389

Re: My LoPy board arrived

Funny. Is that out-of-the-package, or after firmware update as recommended? Try running following code: It is after firmware update. >>> ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT...
by Frida
Tue Oct 18, 2016 12:40 pm
Forum: ESP32 boards
Topic: My LoPy board arrived
Replies: 22
Views: 21389

Re: My LoPy board arrived

2x for a LoPy section in this forum, like the one for WiPy. Please, measure the free RAM after login (or reset) with : import micropython micropython.mem_info() or : import gc gc.mem_free() and share with us. >>> >>> import micropython >>> micropython.mem_info() stack: 3221402640 GC: total: 192064,...
by Frida
Mon Aug 15, 2016 8:54 am
Forum: Programs, Libraries and Tools
Topic: mu editor for micropython
Replies: 46
Views: 66929

Re: mu editor for micropython

poul@poul-S400CA ~/Programmer/mu/mu $ ./run.py Traceback (most recent call last): File "./run.py", line 2, in <module> from mu.app import run File "/home/poul/Programmer/mu/mu/mu/app.py", line 27, in <module> from mu.logic import Editor, LOG_FILE, LOG_DIR File "/home/poul/Programmer/mu/mu/mu/logic....
by Frida
Thu Aug 11, 2016 7:37 pm
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 72981

Re: uPyLoader - simple file transfer and communication

poul@poul-S400CA ~/Programmer/uPyLoader/uPyLoader $ python main.py File "main.py", line 137 dialog.exec() ^ SyntaxError: invalid syntax poul@poul-S400CA ~/Programmer/uPyLoader/uPyLoader $ Next stone! Of course, it should be python3 main.py Now it is up running and testing. Thank you very much.
by Frida
Thu Aug 11, 2016 6:11 pm
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 72981

Re: uPyLoader - simple file transfer and communication

Code: Select all

poul@poul-S400CA ~ $ pip install PyQt5
Collecting PyQt5
  Could not find a version that satisfies the requirement PyQt5 (from versions: )
No matching distribution found for PyQt5
poul@poul-S400CA ~ $ 
What to do?, I am on Linux Mint 18 64 bit
by Frida
Thu Jul 14, 2016 11:00 pm
Forum: ESP8266 boards
Topic: Binaries are free now!
Replies: 2
Views: 3207

Binaries are free now!

Damien George wrote on kickstarter:

Wow, thanks everyone for the awesome feedback! It looks like it is an almost unanimous agreement to release the binaries to the public.

They are now being automatically built and are available here: https://micropython.org/download/#esp8266
by Frida
Mon May 09, 2016 8:26 pm
Forum: WiPy and CC3200 boards
Topic: Quick reference for the WiPy
Replies: 0
Views: 3719

Quick reference for the WiPy

In the "Quick reference for the WiPy", under "Pins and GPIO" the use of GP2 and GP1 is not good, because they are connected to UART0_RX and UART_TX on the expansionboard. I was trying the example with GP2, and my communication via USB stopped. Be carefull not to use GP1 and GP2, if you also uses the...
by Frida
Fri Apr 29, 2016 1:26 pm
Forum: WiPy and CC3200 boards
Topic: No serial access over USB through Expansion Board
Replies: 4
Views: 4766

Re: No serial access over USB through Expansion Board

I have put the following in my /etc/udev/rules.d folder: wipy.rules

wipy.rules:

Code: Select all

# To go in /etc/udev/rules.d/
# Makes Wipy's serial port accessible to non-SU users
ATTRS{idProduct}=="6015", ATTRS{idVendor}=="0403", MODE="664", GROUP="poul"

Code: Select all

Chance GROUP="to your name"
Restart Linux .
by Frida
Sun Apr 17, 2016 7:57 pm
Forum: ESP8266 boards
Topic: MicroPython on ESP8266 Kickstarter
Replies: 91
Views: 209842

Re: MicroPython on ESP8266 Kickstarter

@electronicsguy
I'm using the one from github, and not that one from Adafruit.
If you look, it can 2+4=6, it was only the help that is not working yet.
Wait till they are ready to release the first version to the public, or try to compile it for you selv.