wifi

  1. Blueforcer

    B4J Library jYeelight

    This is a simple library that allows you to control the 15$ Xiaomi´s YeeLight WiFi RGB LED bulbs (real alternative to Phillips Hue) through your LAN. So far only tested with the RGB version (v1) but maybe it works also with the white bulb and strips. You need to enable “Lan Control” in the...
  2. avalle

    Android Question Can Wifi router be enabled/disabled from code?

    Hi, I would like to turn on/off the internal wifi router of an Android phone using B4A code. Is that possible? And if so, can you assist with some sample B4A code? Thanks Andrea
  3. Paulo Rosa

    Android Question How can I capture WifiManager.RSSI_CHANGED_ACTION?

    Hi all, I'm working on a B4A project that monitors and shows the current Wi-Fi signal level. I need to capture WifiManager.RSSI_CHANGED_ACTION. I took a look at Phone Library, but it doesn't capture that event. PhoneEvents has only the event ConnectivityChanged, which is triggered only on...
  4. R

    Communication to a Widget

    I am developing a widget that I want to sell commercially. Doesn't do much really, a few sensors sending information every 250mS or so. This means comms to IOS and Android phones without a local router connection ( in the wild) The problem is that depending on the model of the users Android...
  5. C

    Android Question Wifi communication between 3 devices without router

    Hi, I have a system with 1 smartphone and 2 ESP8266 devices (see figure attached). I do not have router. Is It possible to implement a wifi network between these 3 devices? May be a Direct WiFi (or what else)? Each device has to talk with the other 2 devices. Is It possible without a router? If...
  6. Mark Read

    B4R Tutorial Using a Wemos D1 R2 and stepper motor - control over wifi

    This may be of interest to someone. I am using a Wemos D1 R2 in AP mode to serve a webpage to a client. The Wemos creates a server called "Wemos_Server" using the IP 192.168.4.1. When the browser opens this IP, a page is generated with three button: Start, Stop and Reverse. This controls a...
  7. Richard O'Sullivan

    Android Question Create email when not connected without using intent

    Hi all, I have an app that collects data on a tablet - no phone. It will be used mainly without Wifi access except for short periods when back at base. I would ideally like to transmit the data to a server at that time. I've tried to create emails but they go nowhere when not in Wifi...
  8. L

    B4R Question esp8266 Wifi Timeout

    Hi, I have an esp 8266 (Wemos mini) and I'm connect on wifi with wifi.connect2(ssid,pass). Sometimes, the board can't connect to the wifi and my sub stop and wait the response. But on my DHCP Server, I see the board and the server send a ip address. 2 questions : - Why the board wait even the...
  9. A

    Android Question how to detect if wifi is on and enable/disable it

    hi, I need to detect id the user's smartphone is connected to the wifi, and if it not I need to turn the WIFI on. someone knows how to do that? thanks.
  10. johnf2013

    Android Question WiFi configuration

    I have an app which consists of an Android device that processes real time data sent in large packets to it by an esp8266 over wifi. The app also send a few simple commands to the esp from time to time. This all works very well. It has been easy to get the wifi working in various forms using the...
Top