microbox Active Member Licensed User Longtime User Mar 13, 2017 #1 Hello everyone, I was able to toggle an led on the EPS8266 using URL(192.168.4.1/led/1) with B4A but now just want to ask how to send a text ("Hello World") to ESP8266 from B4A? Thanks for the time, microbox
Hello everyone, I was able to toggle an led on the EPS8266 using URL(192.168.4.1/led/1) with B4A but now just want to ask how to send a text ("Hello World") to ESP8266 from B4A? Thanks for the time, microbox
I inakigarm Well-Known Member Licensed User Longtime User Mar 13, 2017 #2 I'm using UDP broadcast communication between ESP8266-B4A/B4J for LAN coms. Look this example: https://www.b4x.com/android/forum/threads/esp8266-udp-bmp180-simple-weather-station.70243/ For more complex coms (ex: external coms throught internet, etc..), you'll have to use sockets (server-client) https://www.b4x.com/android/forum/threads/esp8266-getting-started.68740/#content Upvote 0
I'm using UDP broadcast communication between ESP8266-B4A/B4J for LAN coms. Look this example: https://www.b4x.com/android/forum/threads/esp8266-udp-bmp180-simple-weather-station.70243/ For more complex coms (ex: external coms throught internet, etc..), you'll have to use sockets (server-client) https://www.b4x.com/android/forum/threads/esp8266-getting-started.68740/#content
Erel B4X founder Staff member Licensed User Longtime User Mar 13, 2017 #3 Check this example: https://www.b4x.com/android/forum/t...d-and-receive-objects-instead-of-bytes.72404/ Upvote 0
Check this example: https://www.b4x.com/android/forum/t...d-and-receive-objects-instead-of-bytes.72404/
M MarcusPalladino New Member Licensed User Longtime User Sep 4, 2017 #4 Hello microbox, I can not change an LED on ESP8266. You can provide your success code, please. Upvote 0