Search found 75 matches

by lnsri22
Sun Dec 30, 2018 8:06 am
Forum: MicroPython pyboard
Topic: Unable to build latest firmware for PYBV11
Replies: 4
Views: 2812

Re: Unable to build latest firmware for PYBV11

Hi Dave, Thanks for the quick reply there!! I don't see any such thing in line number 88. This is in "pydfu.py"" Screenshot 2018-12-30 at 1.33.47 PM.png I have both Python2.7.10 as well as python 3.7.2rc1 installed in my mac book. Would this be impacting the build? If so , should I uninstall the old...
by lnsri22
Thu Dec 27, 2018 6:09 pm
Forum: MicroPython pyboard
Topic: Unable to build micropython on mac(Except master branch)
Replies: 0
Views: 1786

Unable to build micropython on mac(Except master branch)

Hello Everyone!! I'm consistently getting this error , while building micro-python stm port on my macbook, especially I could only build the master branch and no other branches Please refer the attached screen-shot Screenshot 2018-12-27 at 11.34.52 PM.png Any help is greatly appreciated, Thanks in a...
by lnsri22
Mon Dec 24, 2018 2:12 pm
Forum: MicroPython pyboard
Topic: Unable to build latest firmware for PYBV11
Replies: 4
Views: 2812

Unable to build latest firmware for PYBV11

Hello Everyone!!

I have tried loading firmware into the PYBV11 with no success!!

Please refer the screenshot
build error.png
build error.png (112.81 KiB) Viewed 2781 times
What could be the possible cause?


Thanks in advance!!
by lnsri22
Mon Dec 24, 2018 12:50 pm
Forum: General Discussion and Questions
Topic: Automatically sync with the origin - micropython/micropython
Replies: 4
Views: 2678

Automatically sync with the origin - micropython/micropython

Hi Everyone!! I have been developing my own hardware with upython as the operating system with the STM32F4XX series controller. It's been a while since I checked out the remote repository 'micropython' . Now I have made some decent changes to the files as per my need, I just thought of having a look...
by lnsri22
Fri Dec 21, 2018 9:43 am
Forum: General Discussion and Questions
Topic: Understanding the difference between bootloaders mboot and hw dfu
Replies: 13
Views: 9807

Re: Understanding the difference between bootloaders mboot and hw dfu

Dave,

You made my day!!

I were about to just go ahead and design a custom hardware based on USB HS DFU.

Thanks for pointing this out!!
by lnsri22
Thu Dec 20, 2018 12:49 pm
Forum: General Discussion and Questions
Topic: Understanding the difference between bootloaders mboot and hw dfu
Replies: 13
Views: 9807

Understanding the difference between bootloaders mboot and hw dfu

Hello Everyone!!

My question may be wrong. If so please point it out.

Why would we need a boot-loader stuff like mboot, while the stm32 controllers by themselves are factory programmed with hw DFU boot-loader.

Thanks in advance!!
by lnsri22
Wed Dec 19, 2018 6:37 pm
Forum: Programs, Libraries and Tools
Topic: BMI160 9DOF IMU with pyboardV11
Replies: 7
Views: 5413

Re: BMI160 9DOF IMU with pyboardV11

Thank you so much for getting back so quick!!

That was pretty interesting :P .

I have been looking to use the IMU part alone. I may even use the env sensor later.

Would you be able to suggest on any break-out boards to start off with ??
by lnsri22
Wed Dec 19, 2018 1:19 pm
Forum: Programs, Libraries and Tools
Topic: BMI160 9DOF IMU with pyboardV11
Replies: 7
Views: 5413

BMI160 9DOF IMU with pyboardV11

Hello Everyone!! I have been trying to find out a 9DOF IMU to interface with the Pyboard(V1.1) that I have been playing around and planning to give a try on BMI160 IMU from Bosch. Has anyone given a try so far with this or any kind of 9DOF IMUs? I am planning to use this library https://github.com/m...
by lnsri22
Wed Dec 19, 2018 10:18 am
Forum: General Discussion and Questions
Topic: iap in micropython?
Replies: 6
Views: 6331

Re: iap in micropython?

Hi Dave How could I split the internal flash memory into two banks(one for existing firmware and another for backup). I might need to do this specifically in case if I need to go for remote firmware upload with the help of a gsm module. What if I download the firmware from remote server , place it i...
by lnsri22
Tue Dec 18, 2018 2:13 pm
Forum: Programs, Libraries and Tools
Topic: custom library - fota for non networked devices
Replies: 7
Views: 4180

Re: custom library - fota for non networked devices

Thanks for the quick reply there!! :)

As of now , the only way of networking is to use the GSM module(project specific). :roll:

I not sure whether I could use any other module to get this done :|