I
I
idin2016-12-24 21:27:28
Arduino
idin, 2016-12-24 21:27:28

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

5 answer(s)
R
Rou1997, 2016-12-24
@Rou1997

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 .

E
evgeniy_lm, 2016-12-24
@evgeniy_lm

If in C then you can do so . There is also Aduino IDE for Linux

V
vanyamba-electronics, 2016-12-29
@vanyamba-electronics

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.

A
anton_lazarev, 2017-05-23
@anton_lazarev

I would change class ZayavkaList to class ZayavkaSpisok

A
Artyom Innokentiev, 2017-05-24
@artinnok

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()

Why is transliteration mixed with English?
AAAAAA!
I'm sorry, but your code cannot be extended, changed, it's an absolute bad code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question