hi everyone, I've an ESP32 and I connect to it using BLE.
I want to send data in a fast way to control a ws2812 RGB led strip... but seems to be not possible.. there is a sort of delay.
Just for testing I modified the original BLE Example by Erel to add a slider.
Take a look at the video, when...
Hi everyone,
I'm trying to send a 900KB file to an ESP32 via BLE.
Assume that the code on the ESP32 is working because i tested it using a React WebApp running in the PC browser, that connects to it over BLE and send the files.
Everything works fine.
However... i managed to port the same...
Hello, I'm having some problems when trying to deploy or debug my App. It has some libs and files, but it's taking a long time compiling and converting DEX, as you can see in the image below.
I have Increased MaxRamForDex for 3000, but not positive effect.
MaxRamForDex=3000
Computer: Intel...
Hello.
I have this strange issue with B4J. Early on when I'm working with it, the RAM usage is around 160MB, which is totally fine. But gradually that amount increases. After a short while to 250, then 300, etc. When I come back to continue my work after several hours, the usage goes above 500...
I have json file which contain nearly 37000 record
when I'm using :
Dim list1 As List
list1 = json.NextArray
Dim exact_record As Int
exact_record = list1.Size
It slow down app.
this work fine :
Dim exact_record As Int
exact_record = 38000
what i'm doing wrong?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.