Bluetooth wireless programming has been displayed in the program burning

Issue #456 resolved
YongYu created an issue

When I was using Bluetooth to connect the ESP32 for wireless programming, I found that after opening my program, it kept showing that it was burning the program, and it seemed to disconnect. Here's the video.
The firmware address I used washttps://wwj718.github.io/post/img/esp32-ble-ide-20231217.bin

Comments (5)

  1. John Maloney repo owner

    Thank you for reporting this error. I have seen that error sometimes when opening large MicroBlocks programs. Smaller ones usually open for me without a problem. The error is on the browser side. When you get that error, you can reload the browser page and reconnect to the board to continue although, of course, you may get the same error when attempting to load a large project.

    As you probably know, the ability is to use MicroBlocks over a BLE connection is very new and still has a number of problems that we are working to solve. Besides the problem you reported, Tom Ming discovered that you cannot use WiFi while using BLE.

    Although this is a very exciting development and shows great promise, it is far from ready for actual use. That said, I appreciate your help in trying this early, experimental version and making a video to show the problem (very helpful!).

  2. YongYu reporter

    Thank you for your reply, the amount of code in the program in the video is not very large, but the programming building blocks expansion library is relatively large. Bluetooth Wireless transmission This is a great feature and we look forward to the next version.

  3. John Maloney repo owner

    The total amount of code that must be downloaded includes the libraries, which can be quite large.

    I'm working on this problem...

  4. John Maloney repo owner

    I think this issue has been fixed in the pilot version. Let me know if you are still seeing this problem.

  5. Log in to comment