Search found 154 matches

by kamikaze
Thu Apr 25, 2019 4:22 pm
Forum: Pyboard D-series
Topic: Problem connecting after power cycle
Replies: 9
Views: 6301

Re: Problem connecting after power cycle

so does it mean that it is not the right time to buy PyBoard D ?
by kamikaze
Thu Dec 20, 2018 11:47 pm
Forum: MicroPython pyboard
Topic: WS2813 RGB LED strip driver
Replies: 5
Views: 5398

Re: WS2813 RGB LED strip driver

Modified WS2812 driver, works for my WS2813 led strip from aliexpress

https://github.com/kamikaze/pyboard-exa ... /ws2813.py
by kamikaze
Wed Dec 05, 2018 12:18 am
Forum: MicroPython pyboard
Topic: WS2813 RGB LED strip driver
Replies: 5
Views: 5398

WS2813 RGB LED strip driver

Hello. Is there any library / sample code on how to get WS2813 working with PyBoard? Thanks
by kamikaze
Tue Apr 24, 2018 3:26 pm
Forum: MicroPython pyboard
Topic: best approach for an application config file
Replies: 16
Views: 23166

Re: best approach for an application config file

The best config for Python app is Python code! it is much faster to "translate" than any third-party stuff. And you don't need to spend extra CPU and RAM to translate it in runtime
by kamikaze
Thu Apr 12, 2018 11:41 pm
Forum: Hardware Projects
Topic: AutoPilot
Replies: 4
Views: 6549

Re: AutoPilot

Yes, this is still a lot of "pc simulation side" progress, not PyBoard. But without this part it will be a nightmare to "debug" via REPL if possible at all. So I'm coupling PyBoard UAV part (runs on PyBoard) with FlightGear simulator via my own UAVSim stuff . A little bit of updates: 1) Added intera...
by kamikaze
Fri Jan 26, 2018 4:32 pm
Forum: Programs, Libraries and Tools
Topic: Pycharm micropython plug-in
Replies: 3
Views: 4607

Re: Pycharm micropython plug-in

GREAT!
by kamikaze
Mon Jan 15, 2018 3:15 pm
Forum: Development of MicroPython
Topic: LittleFS
Replies: 0
Views: 2091

LittleFS

Just wanted to share what I've found as a replacement/alternative for FAT fs.

https://os.mbed.com/blog/entry/littlefs ... bedded-fs/
by kamikaze
Fri Dec 15, 2017 1:39 am
Forum: MicroPython pyboard
Topic: dead pyboard
Replies: 16
Views: 13412

Re: dead pyboard

Issue resolved. Needed to add

Code: Select all

$ LC_ALL=C make BOARD=PYBV11 V=1 CFLAGS_EXTRA="-fno-pie"
by kamikaze
Sat Dec 09, 2017 6:05 pm
Forum: MicroPython pyboard
Topic: dead pyboard
Replies: 16
Views: 13412

Re: dead pyboard

SpotlightKid wrote:
Thu Dec 07, 2017 5:42 pm
I have no issues compiling, deploying and running the latest version from Git for the Pyboard V1.1 with GCC 7.2.0:
Could you please show

Code: Select all

LC_ALL=C arm-none-eabi-gcc -v
?
by kamikaze
Sat Dec 09, 2017 6:04 pm
Forum: MicroPython pyboard
Topic: dead pyboard
Replies: 16
Views: 13412

Re: dead pyboard