Search found 111 matches

by bmarkus
Tue Feb 02, 2016 2:45 pm
Forum: Announcements and News
Topic: MicroPython and LoRa+WiFi+BLE with the LoPy on Kickstarter
Replies: 6
Views: 42356

Re: MicroPython and LoRa+WiFi+BLE with the LoPy on Kickstarter

Great! 31% collected and still US is sleeping :lol:
by bmarkus
Tue Feb 02, 2016 11:07 am
Forum: Announcements and News
Topic: MicroPython and LoRa+WiFi+BLE with the LoPy on Kickstarter
Replies: 6
Views: 42356

Re: MicroPython and LoRa+WiFi+BLE with the LoPy on Kickstarter

I just pledged for one Early Bird + Antenna Kit. They are going away very rapidly :)
by bmarkus
Wed Jan 27, 2016 10:23 am
Forum: Development of MicroPython
Topic: help with leaking memory management
Replies: 21
Views: 18042

Re: help with leaking memory management

... if the heap was badly fragmented then it won't help, since after the gc you wind up with a heap which has lots of tiny holes rather that one big free space. I realised that after posting. Call it a "senior moment" :oops: In such case is there a solution to merge them or the current GC implement...
by bmarkus
Tue Jan 26, 2016 1:41 pm
Forum: Development of MicroPython
Topic: MicroPython & PIC32 chips
Replies: 16
Views: 21263

Re: MicroPython & PIC32 chips

I'm planning to port MicroPython to PIC32. Target hardware is MM28 and MM44. They have the same PIC32MX170F256 processor, difference is number of I/O ports:

Image

Regards... Béla
by bmarkus
Fri Jan 22, 2016 12:55 pm
Forum: Hardware Projects
Topic: ADS9850 DDS Signal Generator
Replies: 3
Views: 5072

Re: ADS9850 DDS Signal Generator

What do you mean this board?
by bmarkus
Sat Jan 16, 2016 12:15 pm
Forum: Hardware Projects
Topic: 1,200 baud FSK modem?
Replies: 2
Views: 4777

Re: 1,200 baud FSK modem?

No it is not a fun. Given architecture fits properly to a DSP solution. Well not in pure Puthon code.
by bmarkus
Thu Jan 14, 2016 7:49 pm
Forum: MicroPython pyboard
Topic: Ideas for next evolution of pyboard
Replies: 75
Views: 72178

Re: Ideas for next evolution of pyboard

32k flash far below the minimum required I guess.
by bmarkus
Wed Dec 23, 2015 8:17 am
Forum: Programs, Libraries and Tools
Topic: urlencode
Replies: 3
Views: 7561

Re: urlencode

Yes it looks like. Will try it.

Regards... Béla
by bmarkus
Wed Dec 23, 2015 7:39 am
Forum: Programs, Libraries and Tools
Topic: urlencode
Replies: 3
Views: 7561

urlencode

Does urlencode exist in Micropython Universe?
by bmarkus
Sat Dec 19, 2015 6:47 am
Forum: MicroPython pyboard
Topic: Ideas for next evolution of pyboard
Replies: 75
Views: 72178

Re: Ideas for next evolution of pyboard

marfis wrote: And at last a SW wish: Wouldn't it be nice to have a simple OS written in uPy rather than using an RTOS of manufacturer xyz (with licencing issues)?
Just curious, what do you mean as OS on the board, which additional features would make uPy qualified as OS?