logo elektroda
logo elektroda
X
logo elektroda

Choosing a program to develop Android applications to control an ESP32 Arduino

Puzzelzbajki 474 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 21277686
    Puzzelzbajki
    Level 2  
    Welcome

    I would like to ask, advice on what Android app development program to control an ESP 32 / Arduino. I have been browsing and found MIT App Inventor. Is it best to start with it?
  • ADVERTISEMENT
  • #2 21277790
    TvWidget
    Level 38  
    It depends on which hardware resources on the smartphone the application is to access. For many applications, a so-called PWA application is sufficient. It is multisite and does not require compilation. In theory, you can write it in any text editor. However, it would be easier to do this with some kind of web development tool.
  • ADVERTISEMENT
  • #3 21287647
    lukas198820
    Level 15  
    I will also comment here
    I used to be interested in building an app on AppInventor to control the on/off of an HC06 module.
    I was defeated by an app that was terribly underpowered
    Does what a colleague has provided above work better?
  • #4 21287792
    TvWidget
    Level 38  
    A PWA application is basically a simple web page with code in JS. In addition, it contains manifest files that allow it to be installed and used off-line. Elektroda.pl is also a PWA application. In the Chrome browser, an icon appears on the right-hand side of the address bar allowing installation.
    The disadvantage of PWA is the limited access to hardware. However, many things are supported https://whatpwacando.today/
    When it comes to Bluetooth, BLE works well
    https://github.com/WebBluetoothCG/web-bluetooth/blob/main/implementation-status.md
    https://googlechrome.github.io/samples/web-bluetooth/
ADVERTISEMENT