Nachrichten getagged: Arduino

DIY X-ray CT scanner controlled by an Arduino

Von , 9. Januar 2013 12:26

DiveDuino – DIY dive computer

Von , 14. Dezember 2012 09:04

” What is DiveDuino?

Right now Diveduino will not replace your dive computer, but it can log your depth and temperature during your dive, saving it to a MicroSd Card in a TEXT file format so you can import it to excel and do your fancy dive profile graphics, no need of special $100 USD cables that all the diving equipment manufacturing companies sell. Plus it has a display for that information with a actual graph of your dive profile.How it came to my mind?

DiveDuino came to my mind since I am an active diver and I enjoy the sport. I am an electrical engineer and at work I came across with the Arduino platform. Dive computers are expensive, if you want all the fancy features, you can find some computers for about $150 USD and others for about $1500 USD. Every basic dive computer has this indicators: No Decompression Limit(NDL), depth, temperature and elapsed time. So why not create something with the help of the Arduino open source platform, I found a sensor that could interact with Arduino and the rest is the prototype that I am building.”

http://www.diveduino.com/

Project is still fund raising at Kickstarter http://www.kickstarter.com/projects/1454384970/diveduino-diy-dive-logger?ref=ending_soon

Breakout – Connect the web and the physical world

Von , 10. Dezember 2012 09:10

“Breakout is a prototyping tool for exploring the intersection of the web and the physical world. The popular Arduino platform and the Firmata protocol are leveraged to enable users to access physical input and output purely from javascript. This makes it easy for anyone familiar with javascript and basic web development to explore the possibilities of using physical I/O in their web applications. Furthermore, the Breakout framework includes a growing library of hardware abstractions such as buttons, leds, servo motors, accelerometers, gyros, etc enabling the user to easily interface with a range of sensors and actuators using just a few lines of javascript code.”

http://breakoutjs.com/

Arduion DDNS – open electronics

Von , 17. Juli 2011 11:24

http://www.open-electronics.org/arduino-ddns-dynamic-dns/

“This device captures the IP address of your network and it publish on site DynDNS.com. All without PC. It allow a remote access to your LAN even if the IP address of the connections changes.
For logistics reasons the provider can not assign a IP fixed for all users, so many users, especially private, work with a dynamic IP or public IP: in practice when they connect modem or router, to their connection is assigned an IP address that, when the connection will’be closed, can be used by other users. This makes impossible to contact a remote computer or device connected to a LAN Internet.”

“Open-electronics.org is the brainchild of a world leader in hobby electronics Futura Elettronica.
Our technicians will support you in designing circuits, writing firmware, making prototypes, choosing components, so as to help you project your idea.”

http://www.open-electronics.org/

DIGILENT chipKit Uno32

Von , 23. Juni 2011 06:47

Arduino goes 32bit !

Uno Arduino unpacking

Von , 10. Juni 2011 12:03

Some pictures of  the  Uno Arduino developing board.

32bit Arduino the next level from Digilent Inc.

Von , 29. Mai 2011 10:58

“The chipKIT™ Max32™ combines compatibility with the popular Arduino™ open source hardware prototyping platform with the performance of the Microchip PIC32 microcontroller. The Max32 is the same form factor as the Arduino Mega board and is compatible with standard Arduino™ shields as well as larger shields for use with the Mega boards. It features a USB serial port interface for connection to the IDE and can be powered via USB or an external power supply.

The Max32 board takes advantage of the powerful PIC32MX795F512 microcontroller. This microcontroller features a 32-bit MIPS processor core running at 80Mhz, 512K of flash program memory and 128K of SRAM data memory. In addition, the processor provides a USB 2 OTG controller, 10/100 Ethernet MAC and dual CAN controllers that can be accessed via add-on I/O shields.

The Max32 can be programmed using an environment based on the original Arduino™ IDE modified to support PIC32. In addition, the Max32 is fully compatible with the advanced Microchip MPLAB development environment and the PICKit3 in-system programmer/debugger.

For additional platform-specific support for your chipKIT, please visit: http://www.chipkit.org/forum/.”

http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,719,895&Prod=CHIPKIT-MAX32

via http://hackaday.com/2011/05/12/chipkit-max32-an-arduino-mega-upgrade-with-a-pic32-under-the-hood/

Jaluino

Von , 15. März 2010 13:28

Everyone heared about the Arduino for Atmel. Now it’s posible to work with the modern PIC and use a arduino like board, the Jaluino.

“JAL (Just Another Language, version 2) is an open source programming language built for programming PIC microcontrollers. If electronics is your thing, JAL is for you!”

http://justanotherlanguage.org/content/jaluino

Free Arduino Programming Notebook for download

Von , 11. September 2009 13:14

A beginner’s reference to the programming syntax of the Arduino microcontroller.Includes information on program structure, variables, datatypes, arithmetic, constants, flow control, and most of the common functions of the core library. Also includes an appendix with schematics and simple programs for several common tasks.

http://www.lulu.com/content/paperback-book/arduino-programming-notebook/1108699

DIY arduino based CNC for 100$

Von , 17. August 2009 15:23

CNC machine v2.0 – aka “Valkyrie”

http://letsmakerobots.com/node/9006

p1050967

DIY 40 MHz Frequency meter

Von , 28. Juli 2009 15:43

This article shows how to build a small, cheap and simple frequency meter, without any fancy, out of reach components. The simple proposed design can measure frequencies up to 40 Mhz with errors below 1%! This degree of precision will be more than enough to debug most of your analog and digital circuits, and will give you the ability to analyze many aspects that you were unable to see before.”

http://www.ikalogic.com/freq_meter_2.php

probes_2

Arduino Crazy People RFID Spiel

Von , 1. Mai 2009 11:25

via http://freeduino.de/de/node?page=1

CATaLOG | An RFID Cat Tracker

Von , 15. April 2009 09:00

“The CATaLOG project aims to track our two cats Bobbin and Tuffin as they go in and out of the house so we can see which cat spends more time outside, what their favourite time to go out is, and also get sent SMS messages if a cat goes missing for a certain amount of time.

The system is designed around the Arduino Microcontroller linked to a low cost RS232 RFID reader and uses the Arduino Ethernet Shield and a Linksys WAP11 router acting as a wireless network bridge to send the data over the internet.”

http://www.nermal.org/projects/catalog/

catalog-complete_800

“Forknife” the Android G1 controlled robot

Von , 26. Januar 2009 14:41

“To see how well this idea worked I decided to build a small robot and a few applications to control it last weekend. The result of this is the Forknife Android G1 based robot, the RoboComm android application, and the RoboServ java server which I am happy to say work well. An overview of how the entire system works may be seen below.

In case others are interested in this, stuff, I have made my code for the robot, server, and android application available under the GPLv2 license. Please don’t get too upset with me if the code isn’t very polished.. I threw this together pretty quickly. At least I commented it! Be thankful :)

http://macpod.net/misc/android_robot/android_robot.php

robot_back

How to connecting the nokia 770 to arduino

Von , 11. November 2008 13:38

“In the vein of Arduino-controlled espresso machines and Lego bots, we’ve been playing around with Flash and the Nokia 770 Internet Tablet. With its flexible Linux-based OS, the Nokia 770 is great for rapid prototyping. Plus, you can snag one on the cheap ($65-170 on eBay).”

http://labs.ideo.com/2008/11/10/how-to-connecting-the-nokia-770-to-arduino/

http://code.google.com/p/ideo-maemotablet/wiki/Nokia770ArduinoSetup

Arduino self balancing robot

Von , 4. November 2008 12:58

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1225283209

XBee radios – Wireless Arduino programming/serial link

Von , 3. November 2008 19:55

Just another great tutorial from ladyada.net

“If you have an Arduino project where the dev board is stuck inside a machine, or attached to the rafters or is inaccessable in some other way, a wireless programming/debugging link will save you tons of time. This tutorial is an extension on Rob’s version. In this tutorial, no extra firmware or hardware (other than a capacitor) is necessary. Just use the default bootloader. I use a ‘classic’ Arduino but of course this can be easily adapted to any version or clone.”

http://ladyada.net/make/xbee/arduino.html

Arduino – Open Source Game Boy

Von , 27. Oktober 2008 17:36

http://antipastohw.blogspot.com/2008/10/using-inputshield-to-make-open-source.html

Another iPhone controlled R/C car

Von , 23. Oktober 2008 16:16

http://josef-prusa.eu/obsah/blog/iphone-controlled-rc-car-eng.html


iPhone controlled R/C car from Josef Průša on Vimeo.

Arduino – Pin Visualizer on the TouchShield

Von , 13. Oktober 2008 12:09

http://www.liquidware.com/projects/8/Pin+Visualizer

Arduino – MiniPOV with Accelerometer

Von , 9. Oktober 2008 14:55

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1223449559

BlimpDuino – Autonomous blimp with vectoring thrusters

Von , 6. Oktober 2008 09:10

“BlimpDuino is a very low cost open source autonomous blimp. It consists of an Arduino-based blimp controller board with on-board infrared and ultrasonic sensors and an interface for an optional RC mode, a simple gondola with two vectoring (tilting) differential thrusters, and ground-based infrared beacon. It will be available as a commercial kit, complete with a mylar envelope, in late 2008. The target price for everything you need for an autonomous blimp (aside from helium) is $100.”

http://diydrones.com/profiles/blog/show?id=705844%3ABlogPost%3A44817

Arduino + Lego NXT = Arduway

Von , 2. Oktober 2008 10:23

ArduGame Arduino powered Handheld Gameboy

Von , 5. August 2008 11:45

http://www.bricogeek.com/index/cat/7/nid/1178/

Simple bot v0.1 with Arduino

Von , 13. Mai 2008 11:29

Just a simple little robot controlled by an arduino board. The electonic is on a breadboard design, so adding sensors should be very easy. http://www.coded.be/en/node/39

Panorama Theme by Themocracy