Raspberry Pi Links

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4J-Bridge is very useful for programming the Raspberry Pi (see this tutorial): https://www.b4x.com/android/forum/threads/jpi4j-raspberry-pi-gpio-controller.37493/

jPi4J library: https://www.b4x.com/android/forum/threads/jpi4j-raspberry-pi-gpio-controller.37493/

Traffic Light implementation: https://www.b4x.com/android/forum/threads/traffic-light-with-raspberry-pi.57889/

PiFace + server example: [WebApp] PiFace (Raspberry Pi) Server Example

Raspberry Pi 2 server performance: Raspberry Pi 2 - Server Performance

Robert Linn tutorials (search for Raspberry Pi): http://www.rwblinn.de/b4j/b4jhowto/index.htm

Raspberry Pi Bluetooth - https://www.b4x.com/android/forum/threads/60214/#content

Raspberry Pi CCTV - https://www.b4x.com/android/forum/threads/iot-raspberry-pi-cctv-with-mqtt.61574/

Note that starting from Java 8 it is no longer possible to create UI apps that run on these boards. If you need to create an interface then you can create a web app together with the local browser.
 
Last edited:

Mark Turney

Active Member
Licensed User
Longtime User
Correct- 8u6 is the latest recommended on the Pi with JavaFX support.
 

ilan

Expert
Licensed User
Longtime User
Top