arduino

  1. santook

    B4R Library Watch Dog Timer For ESP8266

    For the ESP8266 watchdog, can be very simple to use. #Region Project Attributes #AutoFlushLogs: True #CheckArrayBounds: True #StackBufferSize: 300 #End Region Sub Process_Globals 'These global variables will be declared once when the application starts. 'Public variables can...
  2. rtek1000

    B4R Question No Designer, how are TFT screens made? (Do you know GUIslice?)

    Hello, I installed the B4R and noticed that there is no Designer, how are TFT screens made? I have found a project that is starting, and it promises to be very useful, maybe you can talk and join forces to make both projects better. [A lightweight GUI framework for embedded displays]...
  3. MarkusR

    Android Question [solved] BLE2(1.37) i did not receive data

    hi, i have this structure: arduino serial monitor window - pc - usb - arduino mega - bt le modul - phone - ble2 example app ble2 example app find the bt device and connect but if me send data from pc via arduino it seems it not receive it, means it not appear in the window. but this works...
  4. MarkusR

    B4R Question [resolved] Arduino and Bluetooth LE Modul

    hello, i am a little bit confused. i have a arduino mega and a bluetooth modul. there exist a special phone app that can send data to the modul and i can send data from arduino to phone without pairing. the pairing currently does not work at phone and i get no response from the AT commands^^...
  5. Eodlys

    French Arduino vers B4A en USB

    Bonjour, je suis nouvelle et je débute sur le logiciel B4A. Pour un projet, nous devons recevoir des donnés envoyés de la carte Arduino au port micro-usb du téléphone Android. Nous devons ensuite afficher ces donnés dans un tableau. Le problème étant que je ne trouve aucun tutoriel que ce soit...
  6. rtek1000

    Android Question App 'Service Browser' finds the IP of ESP8266, how to do this with b4a?

    The Arduino IDE can find the IP address of the ESP8266 (mDNS:arduino) when it is programmed with OTA, but we also have ESP-LINK software, which allows the ESP8266 to work in transparent (TCP / IP-Serial) mode allowing reprogramming of microcontrollers like Atmega328 (Arduino UNO / Nano / Pro...
  7. A

    B4R Question Arduino over the internet

    How can I connect Arduino with my cell phone over the internet by using 4G or another wi-fi connection? I'm using udp connection by the way. Should I make any changes on B4R and B4A program? I have a modem1 with external IP and a wi-fi router2 connected to arduino by means of ethernet cable...
  8. I

    B4R Question Understanding Libraries & Folders

    Hi All So we do have the following library folders: C:\Program Files (x86)\Arduino\libraries C:\Users\iCAB\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.0\libraries C:\Users\iCAB\Documents\Arduino\libraries C:\Program Files (x86)\Anywhere Software\B4R\Libraries...
  9. carlos7000

    Spanish Chat Bluetooth [Solucionado]

    Hola a todos. Estoy tratando de crear una sencilla aplicación que permita enviar comandos y recibir respuestas de un arduino. Este es el código que estoy empleando. #Region Project Attributes #ApplicationLabel: B4A Example #VersionCode: 1 #VersionName: 'SupportedOrientations...
  10. E

    Spanish (Solucionado) App para Makeblock

    Hola, Me compré hace una semana un kit Makeblock mbot Ranger, que es un kit robot 3 en 1, con el que puedes montar un tanque, un coche 2 ruedas con una rueda trasera loca y un 2 ruedas que mantiene el equilibrio tipo segway o tipo hoverboard. Tiene bluetooth, wifi, sensor de lineas...
Top