Search found 154 matches

by kamikaze
Tue Jan 31, 2017 12:08 pm
Forum: ESP8266 boards
Topic: Displaying bitmap graphics on OLED
Replies: 11
Views: 25679

Re: Displaying bitmap graphics on OLED

or you could use ImageMagick`s convert and store it in file to save RAM
by kamikaze
Sun Jan 29, 2017 8:30 pm
Forum: Hardware Projects
Topic: AutoPilot
Replies: 4
Views: 6586

Re: AutoPilot

Added datetime on the screen, adjusting RTC from GPS data. Video
Code is available HERE
by kamikaze
Sun Jan 29, 2017 5:35 pm
Forum: MicroPython pyboard
Topic: Factory reset problem
Replies: 2
Views: 2880

Re: Factory reset problem

Yep, something is broken. it is working with 3242cf2 commit. Also I have some import problems for the code that wasn't changed for a long time (also works with 3242cf2)

Issue: https://github.com/micropython/micropython/issues/2818
by kamikaze
Sun Jan 29, 2017 4:25 pm
Forum: MicroPython pyboard
Topic: Factory reset problem
Replies: 2
Views: 2880

Factory reset problem

Hi. I'm trying to factory reset my PyBoard by doing same steps as in this section

All is going ok until step 7. Red led doesn't turn on, filesystem is not being changed (checked with fsck also, it's ok).

Code: Select all

MicroPython v1.8.7-123-g0ddeedfc on 2017-01-29; PYBv1.1 with STM32F405RG
by kamikaze
Fri Jan 27, 2017 3:21 am
Forum: Hardware Projects
Topic: AutoPilot
Replies: 4
Views: 6586

AutoPilot

This is a huge project w/o any guarantee to be completed. But it's a very cool idea that consists of: 1) Make autopilot controller from PyBoard 2) Test it with FlightGear 3) Test it with real EDF jets (say hello to electronics, wirings etc) Right now I'm able to poll FG for my jet position and send ...
by kamikaze
Tue Jan 24, 2017 2:18 pm
Forum: Development of MicroPython
Topic: Python decimal module for pyboard micro python
Replies: 6
Views: 7224

Re: Python decimal module for pyboard micro python

I'm going to work with GPS coordinates. Float numbers do not look quiet precise. So if there is no Decimal implemented... is it a good idea to use Integer?
by kamikaze
Mon Jan 23, 2017 3:42 pm
Forum: General Discussion and Questions
Topic: Supporting CircuitPython
Replies: 6
Views: 6880

Re: Supporting CircuitPython

Concentrate on MicroPython and PyBoard/PyBoard 2 evolution. Don't forget about marketing and PR. People should know about MicroPython existance, compare and choose their way. This is a MicroPython community, not a CircusPython. Actually I don't like the way how they are trying to earn some points by...
by kamikaze
Thu Jan 19, 2017 3:28 pm
Forum: Development of MicroPython
Topic: IDEA: optional fw build
Replies: 4
Views: 3732

Re: IDEA: optional fw build

deshipu wrote:You mean something like this? https://github.com/micropython/micropyt ... nfigport.h
Yeah, but something more user(and/or script)-friendly. This headerfile could be modified as a result of option processing
by kamikaze
Thu Jan 19, 2017 1:43 pm
Forum: Development of MicroPython
Topic: IDEA: optional fw build
Replies: 4
Views: 3732

IDEA: optional fw build

As I see there are always so many fights with MicroPython firmware size growth. That's why some ideas might not pass into codebase. But how about adding such feature for build process that could define which parts to include into build and which not? For example some projects don't need framebuffer ...
by kamikaze
Sat Jan 07, 2017 7:16 am
Forum: MicroPython pyboard
Topic: "framebuf" module??????
Replies: 12
Views: 12851

Re: "framebuf" module??????

As I understood - there is no interest in making code more readable. Ok. So here goes my another PR then: https://github.com/micropython/micropyt ... 2767/files

I have added 4bpp grayscale format