Merging 3 .bin files from B4R Object\bin folder into a single firmware file "merged-flash.bin":
Flashing "merged-flash.bin" file into the board via COM-port and esptool.exe:
Merging:
Forgotten to plug USB-cable from the board:
Flashing: do not forget
disconnect log of B4R from COM-port...
Hi, I'm using an ESP32 to exchange data with iPhone over BLE... I changed the name of my device but the iPhone still uses the old name....
I read this thread https://www.b4x.com/android/forum/threads/change-ble-name.69932/#post-444139, I tried restarting the iPhone but it still prints out the...
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 guys! Im thinking an app which I will call CompositeUSB. I finaly found my old OTG supporting android tablet (API 17 4.2.2)
When I was using ESP32. I got an idea by using android tablet as tft.
It will command like this
***serial begin***
#color
P
But I cant find any Examples to do put...
Hello everyone.
Does anyone know how you could put an ESP8266 to receive audiostreamer over wifi from the example of the walkie talkie b4a, that is, put it only as a receiver.
LINK https://www.b4x.com/android/forum/threads/walkie-talkie-audio-streaming-over-wifi-or-bluetooth.30648/
My need...
Hi everyone, I already used BLE in the past for other project without any problems, now i'm using it again after some time and nothing works :confused:.
When i try to connect to a ble device it goes in timeout triggerint the Disconnected event because it couldnt connect.
My ble device is a...
I took Erel's BLE example and added (as on the ESP32 side) AES256 encryption. For some reasons I wasn't able to use SPIFFS and/or WiFi parallel to BLE on the ESP32 side. Maybe you find a reason why this doesn't word (I understand WiFi & BLE using the same antenna, but SPIFFS should work but...
Hello again everyone. How do I view the devices on the connected network? The device to be viewed must be connected to the same wifi network.
Thanks in advance
Hi, im using a ESP32 Bluetooth to send a number.
i use bluetooth serial in esp32 arduino to send number.
I can received this number in serial bluetooth terminal app in my phone.
I need just receive and show this number in android phone.
Time between send number is minimum 2 seconds but its...
Good day to everyone. I uploaded the BLE EXAMPLE to my phone. The application scans BLE devices, sees esp32 but does not connect. but apps in google play successfully connect.
Does anyone have an idea. Thanks
Hi
Here a sample program to control/monitor 8+8 digital Out-Inp, plus an I2C ADC.
The program use the MQTT protocol.
This program is an evolution of the previous one I posted.
This version add the monitor of 8 digital Input and four analog input read by ADC (ADS1115).
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...
Hi all,
It's quite a long time since I posted something in this section ...
Here is my latest creation, it's a cheap solar panel that I have mounted on a solar tracker system.
Added to this is a MPPT controller which is itself controlled by a B4A app 👍
It allows, data logging and...
I was just trying to make my first project with B4R. Also, I was a newbie in microcontroller programming.
In this my first project, I make a dashboard in Node-RED to display a value from the ESP32 and to control the blue LED on ESP32. The value had been successfully sent, but until now the...
Hi
can anybody wrap this library.
it make tcp server for multi client .
b4r tcp server just can handle 1 client at the same time.
thanks.
Async TCP Library for ESP8266 Arduino
Async TCP Library for ESP32 Arduino
My code is working fine using ESP32 boards version 1.0.6, but after upgrading to version 2.0.0 I get the following error when initializing second hardware serial port,
E (64) uart: uart_set_pin(595): tx_io_num error
ESP_ERROR_CHECK failed: esp_err_t 0xffffffff (ESP_FAIL) at 0x4008ba60
file...
This is a B4R-ESP32 portation from https://github.com/marian-craciunescu/ESP32Ping
Rename to rar and use winrar for decompression because rar attachment are not allowed.
Sub Process_Globals
Public Serial1 As Serial
Private ping As ESP32Ping
Private wifi As ESP8266WiFi
End Sub...
hi i use softwareserial for esp32 but this error show.
how can i fix it.
or can any one wrap https://github.com/plerup/espsoftwareserial/ library.
error was too character so i attach it.
This example (adapted from the Arduino examples under Arduino->File->Examples)
- downloads a file from a server (exactly: the update file)
- store this file to the filesystem (SPIFFS)
- starts an update with the downloaded file
How to use:
- Compile this app with "default" options from the...
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.