Giter Club home page Giter Club logo

Comments (12)

xidameng avatar xidameng commented on August 20, 2024 1

Hi Daniel,

My guess is that you are using RTL8720DN(BW16) module/dev board from B&T for your project right?

Please note that

  1. BW16 module is designed and made by B&T, thus it is not the official Ameba Hardware from Realtek (except the IC), thus we can't guarantee its performance
  2. This issue has been reported on our Ameba Forum, and our community members have already fixed it and explained the reasons behind, you may click the link above to learn more.

from ambd_arduino.

FL0WL0W avatar FL0WL0W commented on August 20, 2024 1

More validation that the firmware uploader should be added under the tools drop down. Would make it easier for newcomers.

from ambd_arduino.

xidameng avatar xidameng commented on August 20, 2024 1

More validation that the firmware uploader should be added under the tools drop down. Would make it easier for newcomers.

Please consider supporting this feature if you happen to have the skill/knowledge needed :)

from ambd_arduino.

xidameng avatar xidameng commented on August 20, 2024

You may also consider to join our forum there to discuss more with our friendly ameba developers :)

from ambd_arduino.

FL0WL0W avatar FL0WL0W commented on August 20, 2024

Hi Xidameng, I will join the forum. I understand that this is the default B&T firmware that it is shipped with. It looks like all of the tools and even the binarys are included in the tools directory of arduino. I think there is a way to include a shortcut under the tools drop down in arduino for the image_tool.exe gui. This would be a fantastic addition as that is where i looked first to see if there was a firmware update that needed to be loaded. The arduino directory is kind of a pain to access since it is in a hidden folder and most new users will not look there. Thank you for all of your help!

from ambd_arduino.

xidameng avatar xidameng commented on August 20, 2024

Hi Xidameng, I will join the forum. I understand that this is the default B&T firmware that it is shipped with. It looks like all of the tools and even the binarys are included in the tools directory of arduino. I think there is a way to include a shortcut under the tools drop down in arduino for the image_tool.exe gui. This would be a fantastic addition as that is where i looked first to see if there was a firmware update that needed to be loaded. The arduino directory is kind of a pain to access since it is in a hidden folder and most new users will not look there. Thank you for all of your help!

Extension to Arduino IDE has to be created using Java instead of C, which could be an issue here. Also Arduino is moving towards IDE 2.0 which is based on eclipse's core, thus all java extension might not work by then. so to play safe, we will upload a getting started page as well as a troubleshooting guide for RTL8720DN module and development board soon, so if you have something to share with everybody using this module, you can also contribute by adding your own original content to our readthedocs online documentation

from ambd_arduino.

ambiot avatar ambiot commented on August 20, 2024

Proceed to close.

from ambd_arduino.

brcisna avatar brcisna commented on August 20, 2024

FL0WL0W
Am experiecing the same situation with two of the B&T rtlduino BW16 modules. The erasing procedure can not be done with a simple usb connected to the rtlduino,,,i am assuming? Am really struggling with this module. Have spent a LOT of time,,even trying how to figure out how to get these modules,,into upload mode. Now have this down to a sceince. I am assuming the only way to earse a factory burned rtlduino is with a usb to ttl adapter,,,which I have. Just now found this article explaining to erase the factory firmware.
I get a 'successful upload' through Arduino IDE,(with usb cable connected) both 1.8.x & 2.0.x ,,but the module never functions as it should regardless what sketch is uploaded to it.

Thank You

from ambd_arduino.

xidameng avatar xidameng commented on August 20, 2024

FL0WL0W
Am experiecing the same situation with two of the B&T rtlduino BW16 modules. The erasing procedure can not be done with a simple usb connected to the rtlduino,,,i am assuming? Am really struggling with this module. Have spent a LOT of time,,even trying how to figure out how to get these modules,,into upload mode. Now have this down to a sceince. I am assuming the only way to earse a factory burned rtlduino is with a usb to ttl adapter,,,which I have. Just now found this article explaining to erase the factory firmware.
I get a 'successful upload' through Arduino IDE,(with usb cable connected) both 1.8.x & 2.0.x ,,but the module never functions as it should regardless what sketch is uploaded to it.

Thank You

@brcisna

Hi this BW16 module has some strange setting to the flash that is preventing the MCU to boot from the image you just uploaded( they are already uploaded but placed in different memory segment as the default factory frimware which gets priority to boot every single time).

HOWEVER, this has been FIXED by our lovely community members with quite a few different methods, DO check out this link for details!

https://forum.amebaiot.com/t/resources-bw16-troubleshooting-guide/678

from ambd_arduino.

brcisna avatar brcisna commented on August 20, 2024

from ambd_arduino.

xidameng avatar xidameng commented on August 20, 2024

Thank You SimonXI,, I will check out the link you provided.. I am old,,,and really struggle,,,trying to get my head around the Arduino IDA stuff,,,and pinouts,, etc. Thanks

On Wed, Jul 28, 2021 at 8:55 PM SimonXI @.***> wrote: FL0WL0W Am experiecing the same situation with two of the B&T rtlduino BW16 modules. The erasing procedure can not be done with a simple usb connected to the rtlduino,,,i am assuming? Am really struggling with this module. Have spent a LOT of time,,even trying how to figure out how to get these modules,,into upload mode. Now have this down to a sceince. I am assuming the only way to earse a factory burned rtlduino is with a usb to ttl adapter,,,which I have. Just now found this article explaining to erase the factory firmware. I get a 'successful upload' through Arduino IDE,(with usb cable connected) both 1.8.x & 2.0.x ,,but the module never functions as it should regardless what sketch is uploaded to it. Thank You @brcisna https://github.com/brcisna Hi this BW16 module has some strange setting to the flash that is preventing the MCU to boot from the image you just uploaded( they are already uploaded but placed in different memory segment as the default factory frimware which gets priority to boot every single time). HOWEVER, this has been FIXED by our lovely community members with quite a few different methods, DO check out this link for details! https://forum.amebaiot.com/t/resources-bw16-troubleshooting-guide/678 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#33 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALJUC6XHCYXYXVEQIFMAZDDT2CYJBANCNFSM4742TXWQ .

Sure thing, if you need pinout, you may check out this lovely post by the same community member who contributed the troubleshooting guide

https://forum.amebaiot.com/t/resources-bw16-getting-start-guide/683

from ambd_arduino.

xidameng avatar xidameng commented on August 20, 2024

Thank You SimonXI,, I will check out the link you provided.. I am old,,,and really struggle,,,trying to get my head around the Arduino IDA stuff,,,and pinouts,, etc. Thanks

On Wed, Jul 28, 2021 at 8:55 PM SimonXI @.***> wrote: FL0WL0W Am experiecing the same situation with two of the B&T rtlduino BW16 modules. The erasing procedure can not be done with a simple usb connected to the rtlduino,,,i am assuming? Am really struggling with this module. Have spent a LOT of time,,even trying how to figure out how to get these modules,,into upload mode. Now have this down to a sceince. I am assuming the only way to earse a factory burned rtlduino is with a usb to ttl adapter,,,which I have. Just now found this article explaining to erase the factory firmware. I get a 'successful upload' through Arduino IDE,(with usb cable connected) both 1.8.x & 2.0.x ,,but the module never functions as it should regardless what sketch is uploaded to it. Thank You @brcisna https://github.com/brcisna Hi this BW16 module has some strange setting to the flash that is preventing the MCU to boot from the image you just uploaded( they are already uploaded but placed in different memory segment as the default factory frimware which gets priority to boot every single time). HOWEVER, this has been FIXED by our lovely community members with quite a few different methods, DO check out this link for details! https://forum.amebaiot.com/t/resources-bw16-troubleshooting-guide/678 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#33 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALJUC6XHCYXYXVEQIFMAZDDT2CYJBANCNFSM4742TXWQ .

Also, if you need a more timely reply and live discussion online, you may consider joinning us on Facebook @ https://www.facebook.com/groups/AmebaIoT

There are many Ameba engineers and maker on the FB group who will assist you with your questions faster

from ambd_arduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.