B4J Tutorial [IoT] MQTT Protocol - Erel    Sep 26, 2023   (24 reactions) What is MQTT?
"MQTT is a Client Server publish/subscribe messaging transport protocol. It is light weight, open, simple, and designed so as to be easy to implement. These characteristics make it ideal for use in many situations, including constrained environments such as for communication in Machin B4J Library [IoT] jPi4J - Raspberry Pi GPIO controller - Erel    Jun 26, 2023   (19 reactions) Updated libraries: https://www.b4x.-raspberry-pi-i-o-library.136113/#content
This is a wrapper for Pi4J library.
It allows you are control the Raspberry Pi board GPIO pins.
Using this library is quite simple. You can use it from a UI app or non-UI app.
First you should initialize a GpioController B4J Tutorial [IoT] Welcome to the Internet of Things - Erel    Nov 23, 2015   (21 reactions) This example demonstrates how the B4X tools can be used to create a solution with multiple types of components and communication channels.
See the following video (make sure to watch it in HD resolution):
noQLB3wo47k
The components in this example:
- Intel Edison (B4J - jMRAA library)
- Raspberry Share My Creation IoT (Internet of Things) Tracker using BVAD3 - Mashiane    May 16, 2021   (6 reactions) Ola
We have just launched a product to track your IoT devices on the globe. This is purely developed with BVAD3.
WebServer - B4j jetty
BackEnd - MySQL using jDRC with own API for our endpoints
Cloud Messaging - Firebase for Realtime location updates
WebApp Connection Layer - MySQL via PHP
Maps - G B4J Tutorial [IoT][RPi] - Raspberry Pi Bluetooth Tutorial - Erel    Nov 10, 2015   (7 reactions) Run the attached example and monitor the logs. You can enable debug logs with this line:
SetSystemProperty("bluecove.debug", "true")
Assuming that everything works properly then you should see the MAC address in the logs.
You can use this address to connect from the Android device B4A Tutorial [B4X][IoT] - Monitor the home temperature with Adafruit IO - Erel    Jun 20, 2017   (13 reactions) Adafruit IO is a cloud service built for IoT solutions. It provides two interfaces: MQTT and REST API. It is very simple to use it with B4X as demonstrated in this example.
It is more than a MQTT broker. It also saves the historic values and allows integration with other services.
As this is a clou B4J Tutorial [IoT] Traffic Light with Raspberry Pi - Erel    Sep 02, 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 B4A Tutorial [IoT] XBee (ZigBee) Communication between Android and Raspberry Pi - Erel    Jan 20, 2016   (17 reactions) The messages are made of a comma separated string with the target, led or switch number and the state.
The XBee modules are configured in AT (application transparent) mode.
One is configured to be the coordinator and the other is configured as a router.
https://www.b4x.com/basic4android/images/S B4J Tutorial [IoT] Linux Embedded Boards - Gettings started - Erel    Nov 22, 2015   (6 reactions) 4. Connect the IDE to the IP address printed in the terminal (Tools - B4J Bridge - Connect).
Note that B4J-Bridge will print the first ip address reported by the OS. It is possible that the board has multiple ip addresses. You an enter any of the ip addresses in the IDE. Share My Creation [IoT] Home Automation Firebase Messaging - rwblinn    Mar 15, 2017   (7 reactions) Hi, enhanced my Domoticz modular Home Automation Solution (running on the Raspberry Pi), with the "HouseWatch" module which sends Firebase messages to Android devices. The module is based upon this thread. Messaging Flow B4J Non-UI program (Raspberry Pi) listening to MQTT messages from selected D Page: 1   2   3   4   5   6   7   Powered by ColBERT |