Технический форум по робототехнике.
SkyStorm » 01 дек 2009, 11:57
Подключение библиотек к среде Arduino 0017.
Захотел я подключить стороннюю библиотеку к среде и что то особой информации по данной теме нигде не нашел.
Сейчас постараюсь описать здесь данный процесс, когда один раз сделал то уже ничего сложного )))
Версия среды ArduinoIDE-0017 и это важно, в более старых версиях с библиотеками обходятся по другому.
После первого запуска IDE в Домашней папке(для Windows "Мои документы") появится пустая папка Arduino.
Библиотеки сторонних производителей поддерживаются через отдельный каталог SKETCHBOOK/libraries.
То есть нам нужно создать структуру папок Arduino/SKETCHBOOK/libraries.
Указать в параметрах (Пункты меню File->Preferences) полученый путь.
После чего скопированые туда библиотеки будут доступны через Scetch->Import library
avr123.nm.ru » 01 дек 2009, 12:40
Где что качать то ?
SkyStorm » 01 дек 2009, 12:50
ArduinoIDE 0017 для Windows, Mac OS X, Linux (32bit).
SkyStorm » 03 дек 2009, 17:28
Запускаем Processing SketchВо многих примерах к Arduino идет закоментированый код с пометкой "Processing Sketch", я голову сломал как этот код заставить работать. Все оказалось просто ArduinoIDE не компилит и не выполняет Processing код, для этого нужно поставить дополнительное ProcessingIDE. По дизайну инткрфейса оно как близнец брат Ардуиновскому.
ProcessingIDEдля Windows, Mac OS X, Linux (32bit).
SkyStorm » 01 фев 2010, 17:04
29.01.10 Вышел Arduino IDE 0018 и
доступен для скачивания.
DmitrySistor » 01 фев 2010, 22:47
что-то ничего особо нового в 18-й не обнаружено...
SkyStorm » 02 фев 2010, 01:53
А чего особенного хотите, негров с бубнами?!?!?
Описание релиза 0018 - 2010.01.29
[core / libraries]
* Added tone() and noTone() functions for frequency generation.
* Added Serial.end() command.
* Added precision parameter for printing of floats / doubles.
* Incorporated latest version of Firmata.
* Fixed bug w/ disabling use of the RW pin in the LiquidCrystal library.
* No longer disabling interrupts in delayMicroseconds().
* Fixed bug w/ micros() returning incorrect values from within an interrupt.
* Fixed bug that broke use of analog inputs 8-15 on the Mega.
[environment]
* Synchronized with the Processing 1.0.9 code base, bringing various fixes,
including to a bug causing saving to fail when closing the last sketch.
* Added support for third-party hardware in the SKETCHBOOK/hardware folder,
mirroring the current structure of the hardware folder in Arduino.
* Added Ctrl-Shift-M / Command-Shift-M shortcut for serial monitor.
* Hold down shift when pressing the Verify / Compile or Upload toolbar
buttons to generate verbose output (including command lines).
* Moving build (on upload) from the applet/ sub-folder of the sketch
to a temporary directory (fixing problems with uploading examples from
within the Mac OS X disk image or a Linux application directory).
* Fixed bug the prevented the inclusion of .cpp and .h (or .c and .h) files
of the same name in a sketch.
* Improved the Mac OS X disk image (.dmg): added a shortcut to the
Applications folder, a background image with arrow, and new FTDI drivers.
SkyStorm » 05 сен 2010, 12:09
avr123.nm.ru » 05 сен 2010, 13:27
Рекомендую Arduino.ru
SkyStorm » 05 сен 2010, 13:54
В чем рекомендуете?
avr123.nm.ru » 05 сен 2010, 14:25
Там перевод библиотек опубликован.
Dmitri Vladimirovich » 10 сен 2010, 14:14
Пора готовиться к новым освоениям
- Вложения
-
figley.migley » 10 сен 2010, 17:11
Доброго времени суток,
перевёл книгу "Getting Strarted with Arduino":
http://arduino.shopium.ua/pages/arduino-getting-started/.
Написана для самых-самых начинающих.
Vooon » 10 сен 2010, 17:42
SkyStorm » 10 сен 2010, 18:40
Да для старта эта книжка самое то! Сам ее перечитывал не однократно. Спасибо!!!