Feed SparkFun Electronics [copy] http://www.sparkfun.com/feeds/news has loading error: cURL error 22: The requested URL returned error: 405
Ubertooth and libbtbb Release 2012-10-R1
The latest release of the Ubertooth software is now available. The 2012-10-R1 release contains numerous bug fixes and minor improvements as well as some large architectural changes.
The host code for both Ubertooth and libbtbb is now easier to compile, with major simplifications to the process for the btbb Wireshark plugin. Build instructions can be found on the Ubertooth website.
As development has shifted from a subversion repository to a git repository, we no longer have sequential revision numbers to use for release naming. All future releases will be named using the year and month of release.
When using the latest release it...
Maker Faire NY Re-cap
It’s been a week since Justin, Mike Rith and I drove down to New York for Maker Faire. Mike and Justin had both tried to explain the nature of the beast that is Maker Faire, but it was clearly something that I had to experience for myself. Note to self: driving to New York City and getting there just as Friday night rush-hour traffic is beginning is a special breed of torture I wouldn't wish upon anyone.
My first glimpse of the New York Hall of Science where Maker Faire was held, was one filled with the bright blue, red and...
Скоро Due!
Вот и прошел очередной Maker Faire в Нью-Йорке, и появились первые слухи по поводу даты входа Arduino Due. Вот что пишет Engadget:
The Due is roughly the size of the Mega 2560, but swaps the 16MHz, 8-bit processor found in your standard issue Arduino for a 96MHz Cortex-M3. Predictably, the Due is a much more capable development platform, and could easily replace multiple AVR-based Arduinos in products like DIY Drones' UAVs. The Due isn't expected ship till at least November in large quantities, but preview boards are currently being handed out to select developers.
То есть, в народ она пойдет где-то после ноября,...
Ракетный двигатель, напечатанный на 3D-принтере
Технологии трехмерной печати неуклонно развиваются и находят все более разнообразные применения. Если изначально 3D-принтеры годились только для создания макетов и прототипов, то сейчас вполне можно печатать сразу функциональные детали.
Вот свежий пример серьёзных возможностей 3D-печати: товарищ с ником RocketMoonlighter продемонстрировал жидкостный ракетный двигатель (ЖРД), напечатанный на 3D-принтере.
Читать дальше →
TinyDuino
Казалось бы, куда еще развивать тему с LilyPad, но попытки улучшить идею продолжаются. На этот раз - в сторону еще большей миниатюризации в проекте TinyDuino.
Название: TinyDuino
Процессор: ATmega328P-MU
Тактовая частота: 8 МГц
Совместимость с ArduinoIDE: да, требуется USB-TTL
Совместимость с Shield-платами: собственный стандарт шилдов
Авторы: TinyCircuits
Страница проекта: http://tiny-circuits.com/products/tinyduino/
Дата первого упоминания: 22.08.2012
На фото - основная плата TinyDuino Processor Board. Из интересных особенностей я бы отметил возможность питания от литиевой батареи, с автовыбором источника (можно припаять на тыльную сторону разъем-холдер):
Если на плату подано внешнее напряжение питания +5В, питание будет осуществляться от него, и только при его пропадании - от батарейки.
Другая особенность - все пины ATmega выведены на миниатюрную...
Прошиваем AVR вручную
Картинка для привлечения внимания — xkcd
Представьте себе, что вы попали на необитаемый остров. И вам жизненно необходимо запрограммировать микроконтроллер. Зачем, спросите вы? Ну, допустим, чтобы починить аварийный радиомаяк, без которого шансы на спасение резко падают.
Радуясь, что еще не забыли курс ассемблера, вы кое-как написали программу палочкой на песке. Среди уцелевших вещей каким-то чудом оказалась распечатка документации на контроллер (хорошо, что вы еще не успели пустить её на растопку!), и программу удалось перевести в машинные коды. Осталась самая ерунда — прошить её в контроллер. Но в радиусе 500 километров нет ни одного программатора, не говоря уже о компьютерах. У вас...
Getting Ready for Maker Faire NY!
Call me strange, but I’m a big fan of planning and logistics, so I’m pumped
that everything is set for our trip to Maker Faire
NY next week!
We’re only 8 days, 20 hours, 35 minutes and 12, no 8 seconds away from Maker
Faire New York 2012. This will be my first Maker Faire, so I’m really excited to
head down and see what projects people have been working on. I’ve read through
the list of
Makers and can’t wait to sneak away to check out their projects.
I’m heading down with Mike, Justin and Rith, who have all been to...
[Перевод] Лазер на шариках от подшипника
Фото © fabymartin.com
Недавно в журнале «New Scientist» была опубликована интересная статья, рассказывающая о разработке лазеров с изменяемой длиной волны. Ознакомившись с оригинальной работой на сайте arXiv.org, и взглянув на схему экспериментальной установки, я решил, что это устройство достаточно простое, чтобы его собрать самостоятельно.
Основная идея заключается в том, чтобы ввести в рабочее тело лазера на красителях множество отражающих шариков и встряхивать их так быстро, чтобы они вели себя, как будто находятся во взвешенном состоянии. Затем производится накачка красителя внешним источником излучения, а изменяя частоту колебаний, можно отфильтровывать различные длины волн лазерного излучения, которое испускается красителем.
Читать дальше →
How to connect a cellular modem on your Android and BeagleBoard on boot up
Last week, I wrote a tutorial about how to get a 3G/4G cellular modem working on my Android/BeagleBoard setup. The next question (after everything works) is, how can I get this running automatically every time I boot up my Android device?
Boot scripts are nothing too fancy, and anyone with some basic Linux or Android experience can navigate this process pretty easily. But I always find it helpful to have the actual scripts written out. As a beginner, it’s a great way to figure out what the commands actually mean, and as an advanced developer, it’s a huge timesaver to copy...
How to install a 3G/4G cellular modem on my Android BeagleBoard setup
A lot of folks have been asking me about this one, so I figured it’s about time to pull together my notes on the tutorial and get started…
In this case, I used an Android Ultimate Pro Kit, which runs Android 2.3.4 on the BeagleBoard xM/BeagleTouch/BeagleJuice, 2nd Gen.
Note: There’s a much sleeker (beta) way to get cell modems running in Android with the new PPP widget from Draisberghof. I haven’t tried it out yet, and hooking up modems the old-fashioned way helped me learn a few useful tips and tricks in navigating ADB, so I’m writing it all out here. Enjoy!
Hardware...