B4J Tutorial [IoT] MQTT Protocol - Erel    Sep 26, 2023   (24 reactions)   tags: MQTT, Messages Machine to Machine (M2M) and Internet of Things (IoT) contexts where a small code footprint... B4J Library [IoT] jPi4J - Raspberry Pi GPIO controller - Erel    Jun 26, 2023   (19 reactions)   tags: Raspberry Pi GPIO Updated libraries: https://www.b4x.com/android/forum/threads/pi4j2-raspberry-pi-i-o-library.136113/#... B4A Class [IoT] BeaconParser - Discover iBeacons and Eddystone beacons - Erel    Sep 20, 2018   (12 reactions) The BeaconParser class parses the advertising data that is sent by BLE beacons.
It supports iBeacons... B4J Tutorial [IoT] Linux Embedded Boards - Gettings started - Erel    Nov 22, 2015   (6 reactions) There are many Linux based, embedded boards available. Most or all of them support Java which means that they also support B4J. In order to start development we need to install Java JRE 7+ (JDK is also good) and to run B4J-Bridge. The steps required: 1. Connect to the board with shell access (SSH). 2. Find the correct Java version and download it to your PC. Search Google for the board name + Ja... B4A Tutorial [IoT] XBee (ZigBee) Communication between Android and Raspberry Pi - Erel    Jan 20, 2016   (17 reactions)   tags: xbee Digi XBee modules are a great solution for wireless communication. Using two or more XBee modules you can create a wide area wireless network. The maximum range depends on the antenna and the configuration. Outdoors, it can reach several kilometers. Wyvpjy9MPD4 The bandwidth is relatively low so the messages should be short. In this example we will control the Raspberry Pi (B4J) with an Android... B4J Tutorial [IoT] Welcome to the Internet of Things - Erel    Nov 23, 2015   (21 reactions)   tags: B4R, RASPBERRY, B4J, Erel, B4A This example demonstrates how the B4X tools can be used to create a solution with multiple types of components and communication chan... B4J Tutorial [IoT] - Raspberry Pi CCTV with MQTT - Erel    Dec 21, 2015   (13 reactions) Simple solution that uses an embedded MQTT broker with a MQTT client to send the camera output to an... B4J Library [IoT] jMRAA - Intel Edison - Erel    Nov 23, 2015   (4 reactions) This library is based on Intel mraa library: http://iotdk.intel.com/docs/master/mraa/ It supports devices such as Intel Edison. Note that the attached library will not work on ARM devices such as Raspberry Pi or BeagleBone. Currently it supports GPIO. Support for more features can be added if needed. Example: Sub Process_Globals Private mraa As MraaController Private pinOut As MraaPinDig... B4J Tutorial [IoT] Traffic Light with Raspberry Pi - Erel    Sep 2, 2015   (9 reactions) This is a simple example of a traffic light implementation using Raspberry Pi 2. The red, yellow and green leds are connected to pins 27, 28 and 29 (see the numbering scheme: http://pi4j.com/pins/model-b-plus.html). https://www.b4x.com/basic4android/images/SS-2015-09-02_12.40.21.jpg Using a timer we switch between four different states: ta2FJ0w_d5o The complete code: Sub Process_Globals T... B4J Tutorial [IoT] Raspberry 2 & B4J from the scratch... - KMatle    Nov 1, 2015   (24 reactions) This tutorial is about: - Installing a brand new RaspBerry 2 (RB) (older models will do, too) - configure WiFi on the RB - get remote access to the RB from your PC via "Putty" - share files between RB & PC via "WinSCP" - prepare the B4J bridge on the RB - write a B4J programm and test/run it on the RB 1. Buying a Raspberry I recommend to buy a bundle. So you can be sure ... Page: 1   2   3   4   5   6   |