Search found 176 matches

by JimTal001
Tue Jan 12, 2016 4:34 pm
Forum: WiPy and CC3200 boards
Topic: firmware version change document?
Replies: 4
Views: 8663

Re: firmware version change document?

Thanks. I was looking for the one listed below

https://github.com/wipy/wipy/releases
by JimTal001
Fri Jan 08, 2016 1:42 pm
Forum: WiPy and CC3200 boards
Topic: firmware version change document?
Replies: 4
Views: 8663

firmware version change document?

Is there a firmware version change document available?
by JimTal001
Wed Jan 06, 2016 3:11 pm
Forum: MicroPython pyboard
Topic: v1.5.2 question
Replies: 5
Views: 5659

Re: v1.5.2 question

Thank you both for the explanation!
by JimTal001
Wed Jan 06, 2016 12:33 am
Forum: MicroPython pyboard
Topic: v1.5.2 question
Replies: 5
Views: 5659

Re: v1.5.2 question

Thanks for the info.

Can you estimate the power savings per unit time the clock is disabled versus enabled?
by JimTal001
Tue Jan 05, 2016 10:58 pm
Forum: MicroPython pyboard
Topic: v1.5.2 question
Replies: 5
Views: 5659

v1.5.2 question

I read in the MicroPython change log for v1.5.2: There is now delayed RTC initialisation with LSI fallback, and DMA support for the SD card. The DMA controllers are turned off if DMA is idle for 100 msec or more, saving power. I'm using PYBv1.0. So, if the board goes into suspend mode for more than ...
by JimTal001
Wed Dec 23, 2015 8:44 pm
Forum: General Discussion and Questions
Topic: Heap fragmentation
Replies: 14
Views: 14322

Re: Heap fragmentation

I went through the same issues a few weeks back with my application. Very frustrating with no predictability of where the program would crash next. It appears to me that garbage collection does not work well.
by JimTal001
Sat Dec 12, 2015 11:31 pm
Forum: MicroPython pyboard
Topic: Ideas for next evolution of pyboard
Replies: 75
Views: 72692

Re: Ideas for next evolution of pyboard

I second the vote of more FLASH and RAM on the next version.

and please a more accurate RTC crystal.
by JimTal001
Sat Dec 12, 2015 11:06 pm
Forum: General Discussion and Questions
Topic: garbage collection question
Replies: 9
Views: 6985

Re: garbage collection question

Thanks for your responses. I was able to re-code such that I no longer need to create the data1 and data2 list and have not seen the memory issue arise yet. I must be at the very harry edge of memory limitations.
by JimTal001
Wed Dec 09, 2015 7:56 pm
Forum: General Discussion and Questions
Topic: garbage collection question
Replies: 9
Views: 6985

Re: garbage collection question

Dave is there a reason why gc.collect() will not work correctly? I have it placed at appropriate locations but still have memory issues.
by JimTal001
Wed Dec 09, 2015 6:45 pm
Forum: General Discussion and Questions
Topic: garbage collection question
Replies: 9
Views: 6985

Re: garbage collection question

Is it possible to force garbage collection to occur?