This is for questions about the official IDE. The open-source IDE makes it easy to write code and upload it to any Arduino board. It runs on Windows, Mac OS X, and Linux.
5
votes
1answer
724 views
Can I change font Color and/or Type for IDE 1.5.6r2?
The program becomes harder to read (at least on my particular monitor) after upgrading.
Any way to change font Color to darker color and/or Type to thicker stroke (like B in this question editor) ...
2
votes
3answers
113 views
Can i use arduino code, without using arduino board but just using MCU included
I am developing a product, and to ease my job i am planning to use MCU inside the arduino with the library of Arduino.
Since all the registers are already defined inside the library, and all required ...
0
votes
1answer
58 views
How to add Ultrasonic Sensor to the board?
I am making an RC car , have combined the Arduino UNO R3 with the AR 293d, and pluged in the HC-SR04 sensor to the SRO4 hole at the left top corner in the below graph. However, besides one sensor I ...
6
votes
3answers
1k views
Manchester Library Won't Compile for Attiny85
I am creating a wireless sensor using an Attiny85. I want to send the data to an arduino uno, so I purchased the 315mhz rf link kit from spark fun. Since the Attiny85 does not have a TX I decided to ...
2
votes
1answer
137 views
How to add the -F switch for avrdude in Arduino IDE
So, before starting to learn with something else, I'll give it one last try. The avrdude is complaining that the device signature doesn't match. Whatever, I don't care. To me, what's written on it is ...
0
votes
0answers
43 views
How do I change the Console colour of Arduino IDE?
Leading on from the question Can I change font Color and/or Type for IDE 1.5.6r2?, in 1.6.0, or 1.6.1 it does not seem to be possible to change console.color or console.error.color. To be precise, you ...
0
votes
1answer
670 views
How to reduce serial speed on Arduino bootloader (optiboot) and on the IDE?
I'm debugging a couple of RS232-to-TTL converter boards that I'm trying to use to program my Arduinos and one thing I would like to try would be to reduce the upload serial speed from 115200 to 19200. ...