Search found 70 matches

by Peter.Kenyon
Wed Nov 25, 2015 1:17 pm
Forum: General Discussion and Questions
Topic: why linux and windows builds
Replies: 31
Views: 22023

Re: why linux and windows builds

on BBB running make test I get the following... 472 tests performed (15282 individual testcases) 446 tests passed 3 tests skipped: cmd_showbc cmd_verbose extra_coverage 26 tests failed: array_q attrtuple1 builtin_range bytes exception1 gen_yield_from gen_yield_from_close gen_yield_from_ducktype gen_...
by Peter.Kenyon
Wed Nov 25, 2015 11:40 am
Forum: General Discussion and Questions
Topic: why linux and windows builds
Replies: 31
Views: 22023

Re: why linux and windows builds

OK so I booted up my BBB and attached an Ethernet string. logged in as root. ~# git clone git://github.com/micropython/micropython.git ..... ~#apt-get install libffi-dev .... ~#cd unix ~/micropython/unix make .... ~/micropython/unix ./micropython WOW it works so my question is... how can I do i2c ac...
by Peter.Kenyon
Tue Nov 24, 2015 6:17 pm
Forum: General Discussion and Questions
Topic: why linux and windows builds
Replies: 31
Views: 22023

Re: why linux and windows builds

oh right, I wasn't aware CPython was so clunky, has anyone put uPython on beaglebone black, maybe I should try that instead of the 2.7? default version
by Peter.Kenyon
Tue Nov 24, 2015 11:05 am
Forum: General Discussion and Questions
Topic: why linux and windows builds
Replies: 31
Views: 22023

Re: why linux and windows builds

thanks
by Peter.Kenyon
Tue Nov 24, 2015 8:22 am
Forum: General Discussion and Questions
Topic: why linux and windows builds
Replies: 31
Views: 22023

why linux and windows builds

am I missing something, but what is the reason for the linux and windows build of upython, if your not involved in the actual upython development, (asbestos suit on) :?:
by Peter.Kenyon
Tue Nov 17, 2015 7:32 am
Forum: General Discussion and Questions
Topic: STM Bootloader Driver for Windows 7 64-bit?
Replies: 13
Views: 31524

Re: STM Bootloader Driver for Windows 7 64-bit?

fwiw, I'm a windows guy and I can say this all works as expected.
ie put the pyboard into dfu mode (hard or soft).
Run the sfu demo program.
by Peter.Kenyon
Fri Oct 23, 2015 7:26 pm
Forum: General Discussion and Questions
Topic: Report issues here on or github?
Replies: 14
Views: 10846

Re: Report issues here on or github?

just about to go and watch tfi and I caught one

the command I sent was...

Code: Select all

print(ord(i2c.mem_read(1,73,64)))'
'

Code: Select all

b'Traceback (most recent call last):\r\n  File "<stdin>", line 1, in <module>\r\nNameError: name \'rint\' is not defined\r\n'
this is very repeatable :(
by Peter.Kenyon
Fri Oct 23, 2015 6:49 pm
Forum: General Discussion and Questions
Topic: Report issues here on or github?
Replies: 14
Views: 10846

Re: Report issues here on or github?

I am using this to remote control the i2c bus, say up to 64 bytes of data, I use raw repl to print(i2c.mem_write(....) et al, and codec.escape_decode to convert back. The largest command I send / recv is under 100 bytes or so, and the failure cases can be quite short I get this quite regularly on th...
by Peter.Kenyon
Fri Oct 23, 2015 1:15 pm
Forum: General Discussion and Questions
Topic: Report issues here on or github?
Replies: 14
Views: 10846

Re: Report issues here on or github?

fwiw: There is a bug in the raw repl, if you soak test sending commands it will eventually report a syntax error with a dropped character, the only way to recover is to reboot and resend the command, this happens maybe once every thousand commands. @Dave: I notice you use the pyboard module, have yo...
by Peter.Kenyon
Fri Oct 23, 2015 9:56 am
Forum: General Discussion and Questions
Topic: Report issues here on or github?
Replies: 14
Views: 10846

Re: Report issues here on or github?

yeh they are tricky... if you read the data sheet the register sub address is in bits 6:3 (NXP SC16IS740/750/760 pg 42, Table 3.3)
nice try tho... ;-)