Search found 36 matches

by gojimmypi
Thu Apr 14, 2016 9:01 pm
Forum: ESP8266 boards
Topic: Call for testsuite running results
Replies: 31
Views: 28104

Re: Call for testsuite running results

today the ./run-tests is not working for me (fetching everything fresh from today on github: esp-open-sdk, esptool, micropython ). Error is: ImportError: No module named 'serial' mylogin@mymachine:~$ ~/workspace/micropython/tests/run-tests --target esp8266 --device /dev/ttyUSB0 Traceback (most recen...
by gojimmypi
Wed Apr 13, 2016 10:57 pm
Forum: ESP8266 boards
Topic: Call for testsuite running results
Replies: 31
Views: 28104

Re: Call for testsuite running results

22 tests failed for v1.7-45-g44ab5c3. This was my first build on full Debian in a VM (previously I was using only Raspberry Pi), and tests run from both Debian and Raspberry Pi. Build is from scratch, so everything should be current. Flash appeared to be successful, no errors reported. Startup: �ò�ì...
by gojimmypi
Tue Apr 12, 2016 9:42 pm
Forum: ESP8266 boards
Topic: Early access releases #3 & #4
Replies: 51
Views: 41989

Re: Early access release #3

Come on guys, no feedback from anyone else? Early access backers are the front cohort of the project, we really need your feedback, especially taking into account that release is not so far away. day job keeps me busy, sorry for delay. I did some brief testing and the initial results were that my m...
by gojimmypi
Thu Apr 07, 2016 11:59 pm
Forum: ESP8266 boards
Topic: Call for testsuite running results
Replies: 31
Views: 28104

Re: Call for testsuite running results

I'm a little late to party here... for this version from today's git pull: MicroPython v1.6-380-g9c04299 on 2016-04-07; ESP module with ESP8266 Using one of those China "Geekcreit" NodeMcu Lua boards like this: http://www.ebay.com/itm/400923947498 I saw these results: 406 tests performed (13217 indi...
by gojimmypi
Thu Mar 31, 2016 10:50 pm
Forum: Announcements and News
Topic: Community Service Award for Damien George
Replies: 7
Views: 67034

Re: Community Service Award for Damien George

Very well deserved! Congratulations!!!
by gojimmypi
Thu Mar 31, 2016 6:07 pm
Forum: ESP8266 boards
Topic: ESP-Board Variations - Availability and MicroPython Support
Replies: 12
Views: 14744

Re: ESP-Board Variations - Availability and MicroPython Support

kfricke wrote:...a little summary and might kick of guides to the different ESP boards....
While checking out this cool weather kit on kickstarter, I noticed there's an ESP8266 at the heart. :)

https://www.kickstarter.com/projects/su ... -stem-kids
by gojimmypi
Wed Mar 30, 2016 9:21 pm
Forum: ESP8266 boards
Topic: i2c multi-byte read for ESP8266? (e.g. RTC1307)
Replies: 18
Views: 16063

Re: i2c multi-byte read for ESP8266? (e.g. RTC1307)

The stop=false is used to get the "repeated start" that you have pictured on Figure 6 of the datasheet for this sensor. hmm.. interesting. only when writing to the register pointer and then reading - they call it a Repeated Start. That certainly explains your use of stop=False on the write but not ...
by gojimmypi
Wed Mar 30, 2016 8:37 pm
Forum: ESP8266 boards
Topic: i2c multi-byte read for ESP8266? (e.g. RTC1307)
Replies: 18
Views: 16063

Re: i2c multi-byte read for ESP8266? (e.g. RTC1307)

@deshipu - thanks for the suggestion! :) I'll definitely give that a try. Do you think there's a type problem in my code, in using the array that later causes problems on the bus? from machine import Pin, I2C import array i2c = I2C(scl=Pin(5), sda=Pin(4), freq=100000) buf=array.array('H') buf.append...
by gojimmypi
Wed Mar 30, 2016 8:01 pm
Forum: ESP8266 boards
Topic: Downloading, Building and Deploying the Firmware
Replies: 17
Views: 19706

Re: Downloading, Building and Deploying the Firmware

Could someone please outline the process of downloading, building then deploying the firmware for a beginner? There are probably a lot of people like me that have used the Arduino IDE to program the Huzzah/ESP8266 but would like to begin to learn how to install the MicroPython firmware in preparati...
by gojimmypi
Wed Mar 30, 2016 7:37 pm
Forum: ESP8266 boards
Topic: Split posts which were offtopic for the original thread
Replies: 7
Views: 6491

Re: Building ESP8266 port - tips and tricks

I'd love to, but I'm still waiting for hardware :( Adafruit Huzzah boards seem to be hewn from ingots of weapons-grade unobtanium. Their initial production run was small, so as to test the boards and the interest in them. They do plan to make further runs, but you know how much paperwork and organi...