B4A Question esp8266 access point mode - Erel (first post)    Mar 22, 2018 You need to start from the B4RSerializator example and modify the B4R code to work with the ad hoc n... B4R Question ESP8266 WiFi Access Point mode - Bert Oudshoorn (first post)    Aug 2, 2016 Thank you, it works! Did set the channel to 4 (14 did not work).
Had to change the "Private" Globals into "Public"... B4R Tutorial ESP8266 - Getting Started - Erel    Feb 4, 2020   (13 reactions) .
Example of configuring the ESP8266 wifi by connecting to its access point: https://www.b4x.com/android...B4R v1.20 added support for ESP8266 modules. ESP8266 is a great module for IoT solutions. For a few... - Preferences and add the following URL: http://arduino.esp8266.com/stable/package_esp8266com_index.json... - Board - Boards Manager. Search for esp and install esp8266 by ESP8266 community.
Open the boards... B4R Question [Solved] Assign a static IP to client - Mark Read    Oct 12, 2021 Using an ESP8266 in access point mode as server, not connected to a router or internet, is it possible to assign a static IP to a client? Many thanks.... B4R Tutorial ESP8266 - WiFi Remote Configuration - Erel    Jul 9, 2017   (15 reactions) the ESP8266 WiFi settings (SSID and password).
When the program starts it does several things:
1. Creates an access point named 'esp'.
2. Creates a WiFiServerSocket that listens on port 80.
3... can connect to the esp network and then access the board with this ip address from any browser...Edit: A simpler and more powerful tool is available: https://www.b4x.com/android/forum/threads/esp... B4A Class ExternalStorage - Access SD cards and USB sticks - Erel    Nov 11, 2020   (62 reactions)   tags: File, Access SD and USB, externsl sd, storage access the secondary storage (File.DirRootExternal). This becomes relevant with newer versions of Android that restrict direct access. It has nothing to do with runtime permissions. You can use RuntimePermissions.GetAllSafeDirsExternal to directly access a specific folder on the SD card. You can use RuntimePermissions.GetSafeDirDefaultExternal to directly access a specific folder on the secondary... possible to directly access external storages. The only way to access these storages is through... B4A Class Manage External Storage - access internal external storage >= SDK 30 - agraham    Nov 11, 2024   (30 reactions) Google seems intent on dumbing down Android to the point of uselessnes to me. I think of my devices... a similar API - thank you Erel ? ExternalStorage - Access SD cards and USB sticks | B4X Programming....MANAGE_APP_ALL_FILES_ACCESS_PERMISSION", "package:" & Application.PackageName) EDIT: If for some reason you need to access folders under Android/data or Android/obb there is a loophole in post #35 here... your File Explorer on your device can access these folders this is how it is doing it. FURTHER EDIT... B4i Tutorial List of methods to access external resources or share to external apps - Erel    Sep 16, 2024   (10 reactions) There are all kinds of ways to share files with other apps or access external resources. Here is a short summary of the available methods: - ActivityViewController (iPhone library): https://www.b4x.com/basic4android/images/SS-2018-11-15_16.57.10.png Allows sharing text, images or files.... - Make File.DirDocuments accessible with the built-in Files app: https://www.b4x.com/android/forum/threads/make-your-app-files-accessible-with-files-app.133476/#content - MediaChooser, cross platform... B4A Question B4A WIFI Direct to ESP8266 - Erel (first post)    Dec 18, 2018 Most probably no. I don't think that ESP8266 supports Wifi Direct. You should instead connect the Android device to the ESP8266 access point.... B4A Question ML WiFi 4.3 connection issue - Computersmith64 (first post)    Jan 13, 2021 Appreciate if you can share me B4R sample project wherein ESP8266 is working as softAP? https://www.b4x.com/android/forum/pages/results/?query=ESP8266+Access+Point - Colin.... Page: 1   2   3   4   5   6   7   |