Other B4R (Arduino) v1.00 has been released!

Beja

Expert
Licensed User
Longtime User
Congratulations Erel,
This is indeed a great achievement and a new milestone in the history of B4X.

Thanks
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
The size of a very simple program is 6500 bytes:
B4X:
Sub Process_Globals
   Public Serial1 As Serial
End Sub

Private Sub AppStart
   Serial1.Initialize(115200)
   Log("AppStart")
End Sub
It is important to understand that this includes most of the B4R thin layer. It means that it will not increase much as your program grow.

In most cases the size of the external Arduino libraries will be much larger than your code or the B4R libraries code.

The performance of B4R programs is similar to the performance of programs written in C (in many cases it will be better as B4R programs make it simple to use timers and other nice scheduling features: https://www.b4x.com/android/forum/threads/65989/#content).
 
Upvote 0

Martin Larsen

Active Member
Licensed User
Longtime User
Thanks! I am aware of the fact that the program size remains pretty much the same as the program grows, was just curious.
 
Upvote 0

valentino s

Active Member
Licensed User
Longtime User
So, Erel, I habe to 1) thank you once mor 2) buy an Arduino (for italians Genuino).

Can you specify which version of arduino works with your tool ? And possibly the more flexible to start with.

Ps: you have to talk with Banzi absolutly :)
 
Upvote 0

somed3v3loper

Well-Known Member
Licensed User
Longtime User
The only bad thing is that Opera browser does not render page correctly .
8kzlxGX.png
 
Upvote 0
Top