arduino - How do I connect a (concrete) push-switch / button to MIT app inventor -


how connect (concrete) push-switch / button mit app inventor or there way can connect actual button/switch (like ones used in bread boards) app making. know there way because there many videos doing opposite (controlling arduino app). thank much!

i new robotics , programming not sure hardware (bluetooth/arduino/rasberry pie/bread board) should using. thank

after briefly looking @ app inventor website, see android app ide mit library stuff baked in. when developing mit app inventor app, concrete buttons mention part of android app developing (usually touch screen button on phone shows when load app).

if wanted leverage app inventor library , hook physical switch sort of embedded device, might want client-server sort of application. or find simple embedded device support android.

this means might hook push switch sort of embedded device, esp32 or esp8266 capable of bluetooth , wifi. esp32 ask android app question based on button push. android app respond answer or display data through app.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -