Search found 6 matches

by sanandak
Tue Nov 12, 2019 3:47 am
Forum: Pyboard D-series
Topic: bluetooth setup?
Replies: 9
Views: 5191

Re: bluetooth setup?

Hmm.. that might have been it. (though the pydfu was from earlier this year- I only purchased the pybd this summer...) I re-flashed the image downloaded from micropython.org (the one that gave me trouble): MicroPython v1.11-563-g4be316fb0 on 2019-11-06; PYBD-SF2W with STM32F722IEK and this time blue...
by sanandak
Tue Nov 12, 2019 12:59 am
Forum: Pyboard D-series
Topic: bluetooth setup?
Replies: 9
Views: 5191

Re: bluetooth setup?

jimmo - I built a dfu from the latest version on github and that seemed to work! Thanks for all your time and effort - much appreciated! Sincerely, Sridhar Entering REPL. Use Control-X to exit. > MicroPython v1.11-571-g7e374d231 on 2019-11-10; PYBD-SF2W with STM32F722IEK Type "help()" for more infor...
by sanandak
Tue Nov 12, 2019 12:48 am
Forum: Pyboard D-series
Topic: bluetooth setup?
Replies: 9
Views: 5191

Re: bluetooth setup?

jimmo - thanks! but still have trouble: output of bluetooth active() command: https://gist.github.com/sanandak/17d4eb21702ca33a0b9d2252e853d778 it still doesn't return to the repl after the debug messages... contents of the flash: https://gist.github.com/sanandak/5d2d2ebe9fb6578143343d8810e9ce52 Sin...
by sanandak
Sun Nov 10, 2019 4:40 pm
Forum: Pyboard D-series
Topic: bluetooth setup?
Replies: 9
Views: 5191

Re: bluetooth setup?

Hi, here is the output of flashing the pyboard (using pydfu.py) (usb) sakbook:tools sak$ ./pydfu.py -l Bus 20 Device 050: ID 0483:df11 Memory Layout 0x8000000 4 pages of 16K bytes 0x8010000 1 pages of 64K bytes 0x8020000 7 pages of 128K bytes 0x80000000 64 pages of 32K bytes 0x90000000 64 pages of 3...
by sanandak
Thu Nov 07, 2019 4:18 pm
Forum: Pyboard D-series
Topic: bluetooth setup?
Replies: 9
Views: 5191

bluetooth setup?

I flashed PYBD-SF2-20191106-v1.11-563-g4be316fb0.dfu to a pyboard D (SF2) import bluetooth and bt = bluetooth.BLE() both work without error but bt.active(1) simply hangs. The REPL never returns. I have to interrupt with ctrl-C bt.active() returns False. Any suggestions on how to trouble shoot? Or a ...
by sanandak
Sun Sep 01, 2019 4:10 pm
Forum: Development of MicroPython
Topic: building micropython on mac os x - YMMV
Replies: 0
Views: 2040

building micropython on mac os x - YMMV

Here are the steps I had to take to build on my mac. I did some things without fully understanding what their further impacts may be - so caveat emptor. (the tests did run ok for what that is worth...) I mostly followed the instructions on this wiki page [url]https://github.com/micropython/micropyth...