Other B4R v4.00 BETA

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release a new BETA version of B4R. This update adds support for the latest version of Arduino IDE.
This version is 64 bit only.

Download link: https://www.b4x.com/b4r/files/beta.exe

Installation instructions:
  1. Install latest version of Arduino IDE: https://www.arduino.cc/en/software
  2. Install Arduino CLI (command line interface): https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.msi
  3. B4R - Tools - Configure Paths: configure the path to arduino-cli.exe and javac. Java 8+ is supported.
  4. Open the board manager and select the board.
I haven't tested all libraries so there might be some incompatibilities.
 

Daestrum

Expert
Licensed User
Longtime User
May just be a fluke, but I didn't have to load a library for the board I tried. The cli/ide (Arduino) seemed to recognise it starightaway and compiled file. ( Even using Java 22 )
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Error today - i cannot choose the board:
1692704991080.png

I can translate the error something like "An entry with the same key already exists".
SOLVED: do not install in Arduino 2.x boards "Arduino ESP32 boards" together with "esp32 by Esspressif Systems" boards
 
Last edited:
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Latest days i've been working with new version. All is OK.
Excepting the result .bin files folder, inconvenient.
 
Upvote 0

Gerardo Tenreiro

Active Member
Licensed User
I also find the button to just program the board without having to recompile very useful.
Having the file in a defined directory would be very useful and it would be possible for the information window to maintain its size and position each time it is compiled
Thank you so much


1693151292736.png
 
Last edited:
Upvote 0
Top