suriyanath / ArduBlocklyDroid

Google Blockly based Arduino programmer for Android
Apache License 2.0
10 stars 10 forks source link

How to use it in Android device #1

Open HackEduca opened 4 years ago

HackEduca commented 4 years ago

Hi, thanks for sharing this repository. I would like to know if is the apk available to be downloaded.

In case not, can can I compile it - in case it needed.

Thanks!

suriyanath commented 4 years ago

Hi, This will generate code for blocks but it cannot compile .ino to .hex files as there are compatibility issues, but all required files are in assets. It uses physicaloid library to upload code to arduino and it works. If you can improve this and do pull request even we can use it for our NGO to teach kids (we need some help hands here).

Thanks, Suriyanath

On Wed, Nov 27, 2019, 9:40 PM HackEduca® - Educação e Tecnologia < notifications@github.com wrote:

Hi, thanks for sharing this repository. I would like to know if is the apk available to be downloaded.

In case not, can can I compile it - in case it needed.

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/suriyanath/ArduBlocklyDroid/issues/1?email_source=notifications&email_token=ACJEBJLTLGIEWCNC6RDJCXTQV2LXJA5CNFSM4JSJCSBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4OVJVQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJEBJJJ4YVOPVZSZLSHHTLQV2LXJANCNFSM4JSJCSBA .

suriyanath commented 3 years ago

Hi, thanks for sharing this repository. I would like to know if is the apk available to be downloaded.

In case not, can can I compile it - in case it needed.

Thanks!

Hi HackEduca - you can now use this with online compiler, details documented in Readme.md, and the link for apk is below ArdublocklyDroid-V1.0.zip

JeanFrancoChoque commented 1 week ago

Deseo consultar, puedo integrar el modulo a mi app? estoy realizando un proyecto de aprendizaje de robótica en colegios/escuelas. Integrar este módulo llevaría el proyecto a otro nivel. Todo viene siendo con fines educativos

suriyanath commented 1 week ago

sure you can use