Thread: Any arduino coders here?
Hybrid View
-
26-01-2013 #1
You can't swap functionality around, however the UNO has 6 Analogue capable inputs, 16 Digital pins, of which 6 can be used as PWM outputs. The UART, I2C, TWI, and SPI pins are spread out, so you're not likely to run into pin clashes. I've not paid that much attention to the Atmega328 datasheet, but I think the UNO uses most of the chips capabilities.
The Mega on the other hand has a couple limitations that have caused me issues.. (why they only implemented 4 out of the possible 8 external interupts, and shared two of them with the TWI pins I really don't know)
-
27-01-2013 #2
What m_c said.
You can't reassign any function to any pin but a lot of the pins are multifunction and you can choose how to use them.
-
28-01-2013 #3
If you run out of pwm pins for playing with led's try a TLC5940 or two.
1 hour! youtube vid
How to Control a Ton of RGB LEDs with Arduino & TLC5940 - YouTube
-
29-01-2013 #4
i got to about 30 minutes and got lost tbh.. i'm too early in the arduino game to understand that. i really would love a cube of some sorts just for fun, but even watching his videos i'm still baffled lol
-
29-01-2013 #5
-
29-01-2013 #6
I have managed to use one to make a camera on a gimble move by using the mouse through the PC
Fiction is far more plausible when wrapped around a thread of truth
Nothing great was ever achieved without enthusiasm.
Ralph Waldo Emerson
-
18-03-2013 #7
-
25-03-2013 #8
Ok, Now I am going to ask for some help.
I have just given my self a project, and like I do, I have jumped in the deep end of the pool with lead boots on.
Has anyone done work with I2C?
If so you might be able to help me with my current project: O2Micro OZ890 Based BMS Units.
Best Regards."If first you don't succeed, redefine success"
-
25-03-2013 #9
I2C is pretty simple, however you need to know the address and registers.
I use it to access RTC chips, and also for MIFARE (although I've not got past the 'oh, it works' stage, as other projects have taken priority over playing with smart cards)
It's usually possible to change the device address (allows multiple similar devices to share the same bus), so I wouldn't be too concerned about it not being as in the spec sheet.
Just read the examples, then dump the read bytes to serial to see what you're getting.
Then figure out what you need to do with those bytes to extract the information you need.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Help Make 1st Step - Wiring Up Drivers to Motor and Arduino
By Treemonkey in forum General ElectronicsReplies: 10Last Post: 25-04-2013, 05:47 PM -
CNC Controller with Arduino and Gamepad
By Christian Knuell in forum Electronic Project BuildingReplies: 2Last Post: 20-10-2012, 10:25 PM -
Imported L298 Arduino Modules
By boldford in forum Motor Drivers & ControllersReplies: 4Last Post: 30-07-2012, 11:06 PM -
DIY arduino CNC 2 axis table
By ruthharm84 in forum Electronic Project BuildingReplies: 5Last Post: 06-05-2012, 01:54 AM
Bookmarks