Answer the question
In order to leave comments, you need to log in
Is it possible to program the Arduino in C from under ubuntu?
The arduinka has been lying for half a year, I indulged and forgot, but then I found it, and in general I want to cut down the thread so that it works)), and I would like to do it very much in C, but I'm a little far from this topic. And it seems that I found the manual on Habré, but because of the crooked ass of my hands, I don’t get anything ((, could someone help me with the thread, configure it so that the program can be uploaded and compiled (for now it hangs on this), I would be very grateful.
Answer the question
In order to leave comments, you need to log in
Install Arduino IDE, it has C-like language and compiler based on GNU C/C++ Compiler.
This should not be a problem if you have an Arduino with a standard USB input, for example Uno, but if you work via UART (USB2TTL, in other words, an external COM adapter), then you may need drivers for the adapter itself, you should get the correct COM port .
Install Arduino Software.
Install Eclipse.
Install AVR-Eclipse Toolchain.
Launch the Arduino IDE, create an empty sketch with the setup() and loop() functions. Compile it.
Go to /tmp and find the folder with the project of this sketch.
In Eclipse, create a GNU-AVR application project and add files from the sketch project to it.
What? What for?
Isn't it easier to make 1 form with 5 fields?
class FooForm(forms.Form):
field1 = forms.IntegerField()
field2 = forms.IntegerField()
field3 = forms.IntegerField()
field4 = forms.IntegerField()
field5 = forms.IntegerField()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question