Search found 2 matches

by duncan
Sat Aug 09, 2014 4:07 pm
Forum: General Discussion and Questions
Topic: [Solved] Use of class Pin crash the pyboard
Replies: 8
Views: 8490

Re: [Solved] Use of class Pin crash the pyboard

I am able to flash new firmware onto my micropython using: sudo dfu-util --alt 0 -D newfirmwareIdownloaded.dfu Unfortunately I can't get original firmware off of my micropython: This command: sudo dfu-util -a 0 --upload firmware.bin -s:524288 gives me a complaint, "invalid dfuse address: : 524288" I...
by duncan
Sat Aug 09, 2014 2:02 pm
Forum: Development of MicroPython
Topic: I2C Working
Replies: 8
Views: 9998

Re: I2C Working

Hello, first time poster, long time admired of micropython! Apologies if this isn't in the appropriate section. I've also been communicating with the 3-axis L3GD20 unit. The I2C interface has been working like a charm! Initially I was pulling 6 bytes out (3 axis, higher and lower bytes) from the dev...