Search found 75 matches

by lnsri22
Tue Jan 22, 2019 10:04 am
Forum: Programs, Libraries and Tools
Topic: BMI160 9DOF IMU with pyboardV11
Replies: 7
Views: 5384

Re: BMI160 9DOF IMU with pyboardV11

Thanks OutoftheBOTS_ for the suggestion!!

Will take a look and get back :)
by lnsri22
Tue Jan 22, 2019 10:02 am
Forum: General Discussion and Questions
Topic: Micropython architecture
Replies: 4
Views: 2931

Re: Micropython architecture

Thomas, thanks for the quick reply!!

This is nice and catchy!!

In other ways to put this question, I would like to understand how modules/sources are inter-linked and how a firmware is built for a particular port



Thanks again!! :)
by lnsri22
Tue Jan 22, 2019 9:39 am
Forum: General Discussion and Questions
Topic: Cost of updating values of particular keys in a dictionary inside a coro
Replies: 1
Views: 1432

Re: Cost of updating values of particular keys in a dictionary inside a coro

I create the dictionary only once on reboot.

From then and there , I only update the values, for your kind information
by lnsri22
Tue Jan 22, 2019 9:38 am
Forum: General Discussion and Questions
Topic: Cost of updating values of particular keys in a dictionary inside a coro
Replies: 1
Views: 1432

Cost of updating values of particular keys in a dictionary inside a coro

Hello Everyone!!

I have a base dictionary with up to 20 keys for holding various sensor params.

I have been updating these inside various coroutines (based on uasyncio)

What would be the memory costs or side-effects(such as heap fragmentation)


Thanks in advance!!
by lnsri22
Tue Jan 22, 2019 9:33 am
Forum: General Discussion and Questions
Topic: Micropython architecture
Replies: 4
Views: 2931

Micropython architecture

What should be my answer, if someone asks me to explain the architecture of micropython :cry:
by lnsri22
Tue Jan 22, 2019 9:31 am
Forum: General Discussion and Questions
Topic: iap in micropython?
Replies: 6
Views: 6329

Re: iap in micropython?

Thanks Dave!!
by lnsri22
Tue Jan 22, 2019 9:30 am
Forum: Programs, Libraries and Tools
Topic: BMI160 9DOF IMU with pyboardV11
Replies: 7
Views: 5384

Re: BMI160 9DOF IMU with pyboardV11

Thanks for the reply there!!

Will give a try and let you know :D
by lnsri22
Tue Jan 22, 2019 9:29 am
Forum: MicroPython pyboard
Topic: Unable to build latest firmware for PYBV11
Replies: 4
Views: 2806

Re: Unable to build latest firmware for PYBV11

Thanks Dave!!


Got it working... :)
by lnsri22
Tue Jan 22, 2019 9:27 am
Forum: General Discussion and Questions
Topic: Print statement management in micropython
Replies: 2
Views: 2191

Re: Print statement management in micropython

Thanks again!!

Went through the code snippets in the link. :D
by lnsri22
Tue Jan 22, 2019 9:18 am
Forum: General Discussion and Questions
Topic: Understanding Fatal Error with respect to STM32
Replies: 9
Views: 6450

Re: Understanding Fatal Error with respect to STM32

Thanks again!!

Let me give a quick try to capture this.

I will update the result once this error occur!!