Replies: 9 comments 6 replies
-
Yes, this would be very nice. There's probably a few minor additions that are needed to make it work under the different OS structure of Android, but all in all, it should be totally doable. The biggest hurdle will probably be getting the esp32 flashing tool to work under Android, but even that is not something I think will be too much of an issue. So yeah, it should definitely be possible, and I agree, would be very useful. |
Beta Was this translation helpful? Give feedback.
-
Shouldn't the flashing tool be base on c? If I remember right, you can include c code into android apps |
Beta Was this translation helpful? Give feedback.
-
For some platforms it is, like AVR and ARM, but for ESP32 it is written in Python. |
Beta Was this translation helpful? Give feedback.
-
Shouldn't make it this then even easier? I mean at max someone need to replace the serial function in it |
Beta Was this translation helpful? Give feedback.
-
Found a c implementation that can easy being ported |
Beta Was this translation helpful? Give feedback.
-
And here is a java port |
Beta Was this translation helpful? Give feedback.
-
If I didn't hate java that much I would try to implement it myself and gave it to you, but I really, REALLY hate java |
Beta Was this translation helpful? Give feedback.
-
I feel your pain there... I am not a particular fan either. |
Beta Was this translation helpful? Give feedback.
-
So what do you think about the resources I found? How much work would it be with them? And is there anything I can motivate you to implement it? |
Beta Was this translation helpful? Give feedback.
-
Now rnodeconf is integrated into rns, so it should be in the android app. If you now make it available from the GUI, you can update rnode's or init new one's. This would make it very easy to manage everything without need for a second device in a mobile scenario.
Thx for your work
Beta Was this translation helpful? Give feedback.
All reactions