Posts by edinhooliveira • 1 point
2 posts
-
0
votes1
answer102
viewsA: How to install library on Raspberry without internet?
You can download the library package you want to use,on Github for example, and use the Pip install command to find the file locally on your device. Example: Pip install .…
-
0
votes2
answers1757
viewsA: How to convert . Ino(Arduino) code to . Hex?
You can generate the . Hex and . bin file in the Arduino IDE, simply type in the code, and on time to compile go to: Sketch -> Export Compiled Binary. The code will be compiler and in the same…