How do you know that the temperature address id is 72? I am using an Arduino Stalker which has an onboard temperature sensor and was wondering how to find out what id it has on the I2C bus. The same goes for any other i2c devices...how do you find out their corresponding ID's. Hopefully someone out there can help!
Is it really pronounced Ardoo wee no? I've always said it was Ardweeno. Not that it matters really, just curious if there was an official way to say it.
Jeremy could you make a video like this but the vid you'll be making is how to display the temperature on android tablet screen or any android phone. . . If there are others here who knows how to do it please share it, show it or send me infos about it to my mail sadex_17@yahoo.com. Thanks to all. . .
@obeliskdix if you want to go all out, you could get an ethernet shield for the arduino and make it put the value on a website, then write an app to fetch that data. App could be written in Google App Inventor(although they might have already shut it down by the time you read this)
@sciguy14 hi can you pls. teach us how to display temperature using an lcd instead of displaying it in a computer. . . thank you for all the tutorials :))
@sciguy14 Did you have to click on the serial monitor first to cause the arduino to go into the 'transmit state' ? If I unplugged my arduino, I would have to keep on opening the serial monitor otherwise the degree and Fahrenheit would not show up in processing.
I'm having a hard time finding the information to see if the arduino will work for my idea. Can you point me in the direction of some solid information on the RTC and it's applications. I haven't seen anyone use the RTC for controlling multiple dc motor at set time and intervals.
I want to run a dc motor for 1 min at 7am, then run it at 9pm with the polarity reversed.
I'm also unsure of how much multitasking the arduino can handle.
@CIPHERJAY Look at the codes table on page 13 for TO-220 package. 1001000 =72 for the A0 device. Is yours A0? It might be something else, in which case you should use that address.
@foxxtrotalpha Section 3.1.2 of the datasheet states that the default address is 1001101 (binary) which is 77 in decimal. There are 7 other slave addresses available and it looks as though the one sciguy ended up with has an address of 72.
Unfortunately the datasheet also shows that the TC74 Thermal Sensors have a variance of +/- 2 degrees C which makes them pretty much useless for anything other than checking to see if your Arduino caught fire.
I got my local library to buy in the book ( getting started with Arduino) By O'Reilly, really interesting book, Handy too for numb nuts like myself....LOL....
@sciguy14 Yes its very interesting, Just to say, i enjoy your videos guy, very to the point, and just enough to understand in each one "without loosing the message" , for a newbie like me that is !!, such presentations are a rare quality LOL, keep trucking, I'm looking forward to more. Thom.
Why not just send only Celsius value as integer and do all the calculation in the display program ? It would be so much easier to only fetch 1 int and not the whole string of chars
Could you do a tutorial on how to hook the Arduino up with a bluetooth.
I been loving playing with the Arduino but getting it to TX RX with a Bluetooth has made me hit a road block. Maybe I have a faulty bluetooth module, I don't know but its been driving me nuts.
@TheMrgeekmania I may get more into processing in a future video, but not right now. They have lots of great tutorials like that on the processing website.
@raghunitin Nope, it was just these two. It's by far the fastest way to show everybody how serial comm can be used in ways other than a simple terminal window.
Great Video, as always. Preset Ids however sounds like trouble once you have more than one of these sensors on the bus. Are there multiple I2C capable ports?
@cmdstraker yes and no, the library is only designed to work with A4 and A5, but you could manually reproduce much of the functionality manually on other ports. Next week, we'll use SPI which eliminates the ID issue.
The Geek Group might be using vertical pillars outfitted with these i2c temp sensors through out their new facility to allow them to plot out a 3d temperature map of the whole building. The map could be used to optimize the heating and cooling system.
This has been flagged as spam show
Excellent !!
Vital Electrocomp PCB CONNECTORS, TERMINAL BLOCKS, PCB FUSE HOLDERS, VITAL CONNECTOR, SCREW TYPE TERMINAL BLOCK, PUSH FIX CONNECTOR, COMBICON, PLUGGABLE CONNECTOR, PLUGGABLE TERMINAL BLOCK, BARRIER TERMINALS
Google Vital Connectors
VitalElectrocomp 5 days ago
How do you know that the temperature address id is 72? I am using an Arduino Stalker which has an onboard temperature sensor and was wondering how to find out what id it has on the I2C bus. The same goes for any other i2c devices...how do you find out their corresponding ID's. Hopefully someone out there can help!
Thanks a lot!!
Ben
2BeN3 1 week ago
You should try Firmata, it's seriously a lot easier for communicating between Arduino and Processing.
shearbanding 1 week ago
Comment removed
Rmoore08 1 month ago in playlist More videos from sciguy14
Is it really pronounced Ardoo wee no? I've always said it was Ardweeno. Not that it matters really, just curious if there was an official way to say it.
enticed2zeitgeist 1 month ago
I am truly greatful for all the tutorials you put up here. Very clear and concise. Thanks for all of your hard work!
deebsboy 1 month ago
i have 54 slaves ;)
Rannyfash 1 month ago in playlist Tutorial Series for Arduino
Hey Jeremy,
Thanks a lot for all of your videos, they have been really helpful! I have 2 questions:
1. Can I use this method of communication to talk to another Arduino?
2. If so, how do I attain the address of the Arduino I would like to use as the slave?
Thanks again for all your tutorials man!
Cheers,
Greg
gergsymons 2 months ago
@gergsymons I believe this is possible, but I've never done it.
sciguy14 2 months ago
what if i want prossesing to communicate with the arduino
powerwingman 2 months ago
Jeremy could you make a video like this but the vid you'll be making is how to display the temperature on android tablet screen or any android phone. . . If there are others here who knows how to do it please share it, show it or send me infos about it to my mail sadex_17@yahoo.com. Thanks to all. . .
obeliskdix 3 months ago
@obeliskdix if you want to go all out, you could get an ethernet shield for the arduino and make it put the value on a website, then write an app to fetch that data. App could be written in Google App Inventor(although they might have already shut it down by the time you read this)
WarSpigotProductions 2 months ago
This is one of the greatest instructional videos I have ever seen. Great job. Definitely a new fan and subscriber.
tpageIII 4 months ago
What kind of input will 16 byte digital I2C communicated 3 axis gyro give?
And how could I show the input as degrees?
hugosdominoes 4 months ago
@sciguy14 hi can you pls. teach us how to display temperature using an lcd instead of displaying it in a computer. . . thank you for all the tutorials :))
cloudstrife0919 5 months ago
@cloudstrife0919 I do this in my LCD tutorial.
sciguy14 2 months ago
awesome bro!!!
tamyboy1 5 months ago
@sciguy14 Did you have to click on the serial monitor first to cause the arduino to go into the 'transmit state' ? If I unplugged my arduino, I would have to keep on opening the serial monitor otherwise the degree and Fahrenheit would not show up in processing.
EpicTronics 5 months ago
Anyone else getting constant pausing and buffering even though the video's already fully loaded? :/
Pirochiro 6 months ago
great video
arduino is prenounced r-dwe-no
rponmalai 7 months ago
Thanks Sciguy,
I'm having a hard time finding the information to see if the arduino will work for my idea. Can you point me in the direction of some solid information on the RTC and it's applications. I haven't seen anyone use the RTC for controlling multiple dc motor at set time and intervals.
I want to run a dc motor for 1 min at 7am, then run it at 9pm with the polarity reversed.
I'm also unsure of how much multitasking the arduino can handle.
1 RTC
1 dc mortor
2 servos
1 sound board
1ofakindwork 7 months ago
@1ofakindwork You'll need either an extrnal RTC chip, or you'll need to have the arduino hooked up to the web to use accurate timing like that.
sciguy14 7 months ago
Can I use a real time clock to send signals to control my dc motors and servos. Thanks
1ofakindwork 7 months ago
@1ofakindwork You mean to control them at certain intervals? Sure.
sciguy14 7 months ago
thx for the tips! I couldn't get my code to work until i saw this vid.. pull up resistors! Of course! :)
rodhoffman 7 months ago
@rodhoffman Those pull-up resistors will get you every time... ;)
sciguy14 7 months ago
I couldnt find 72 on the data sheet and i think this is the reason why i cannot get it to work..
CIPHERJAY 8 months ago
@CIPHERJAY Look at the codes table on page 13 for TO-220 package. 1001000 =72 for the A0 device. Is yours A0? It might be something else, in which case you should use that address.
sciguy14 8 months ago
@sciguy14 Thanks! I realised that my connection to pins 2 and 4 had to go to 20 and 21 because i have an arduino Mega :)
CIPHERJAY 8 months ago
Great video SciGuy ! You really go the extra mile by making everything available on your website including URL's on where to find the parts.
CanFire9 8 months ago
@CanFire9 I'm happy to see people noticing all the supporting material that I produce for these videos! Schematics and Full Source Code too!
sciguy14 8 months ago
why does everything look the same? this i2c thing looks identical to a transistor/mosfet, aside form the number of pins
eddiea6987 8 months ago
Where can I get these kinds of IC's? Live in the Netherlands.
jeffhuys 10 months ago
@jeffhuys Most companies will ship internationally.
sciguy14 10 months ago
where did you get the ID= 72? I couldnt find it on the datasheet
foxxtrotalpha 10 months ago
@foxxtrotalpha Section 3.1.2 of the datasheet states that the default address is 1001101 (binary) which is 77 in decimal. There are 7 other slave addresses available and it looks as though the one sciguy ended up with has an address of 72.
Unfortunately the datasheet also shows that the TC74 Thermal Sensors have a variance of +/- 2 degrees C which makes them pretty much useless for anything other than checking to see if your Arduino caught fire.
CanFire9 8 months ago
This has been flagged as spam show
how we are going to find the id of the device?
herctrap 11 months ago
You should make it so when the room gets warmer the window starts to turn red and when it gets colder it starts turning blue
4hbrainboy 11 months ago
Whats the site you talking about procesing kom?
kildas 11 months ago
@kildas processing "dot" org
sciguy14 11 months ago
I got my local library to buy in the book ( getting started with Arduino) By O'Reilly, really interesting book, Handy too for numb nuts like myself....LOL....
Thom.
fuelban 1 year ago
@fuelban I love O'Reilly books
sciguy14 1 year ago
@sciguy14 Yes its very interesting, Just to say, i enjoy your videos guy, very to the point, and just enough to understand in each one "without loosing the message" , for a newbie like me that is !!, such presentations are a rare quality LOL, keep trucking, I'm looking forward to more. Thom.
fuelban 1 year ago
@fuelban Glad you're liking them!
sciguy14 1 year ago
Good vid!
100PercentGreen 1 year ago
Why not just send only Celsius value as integer and do all the calculation in the display program ? It would be so much easier to only fetch 1 int and not the whole string of chars
shebotnov 1 year ago
@shebotnov That works fine too. There are always multiple ways to do things like this.
sciguy14 1 year ago
Comment removed
shebotnov 1 year ago
Comment removed
shebotnov 1 year ago
omg I was starting to learn about I2C looking for tutorials and you just made one!
Even though Iam subscribed to you I didn't get any email notification. Thx for your effort!
shebotnov 1 year ago
You are awesome SiGuy.
Could you do a tutorial on how to hook the Arduino up with a bluetooth.
I been loving playing with the Arduino but getting it to TX RX with a Bluetooth has made me hit a road block. Maybe I have a faulty bluetooth module, I don't know but its been driving me nuts.
jmettam 1 year ago
@jmettam I'll put it on my list, but it could be a while.
sciguy14 1 year ago
This has been flagged as spam show
Why register 0 and only one byte of imformation?
manutube8080 1 year ago
why register 0 and only one byte of information.
manutube8080 1 year ago
@manutube8080 It is specified in the device datasheet.
sciguy14 1 year ago
why register 0
manutube8080 1 year ago
Would really appreciate more videos on processing. For example a program that has a button which when clicks turns on an led.
TheMrgeekmania 1 year ago
@TheMrgeekmania I may get more into processing in a future video, but not right now. They have lots of great tutorials like that on the processing website.
sciguy14 1 year ago
Another concept learned... Thanks to Jeremy Blum........
That suits the proverb, "When the going gets tough, the tough gets going".
Are we gonna have processing on every tutorial from now?????
:-/
raghunitin 1 year ago
@raghunitin Nope, it was just these two. It's by far the fastest way to show everybody how serial comm can be used in ways other than a simple terminal window.
sciguy14 1 year ago
Great Video, as always. Preset Ids however sounds like trouble once you have more than one of these sensors on the bus. Are there multiple I2C capable ports?
cmdstraker 1 year ago
@cmdstraker yes and no, the library is only designed to work with A4 and A5, but you could manually reproduce much of the functionality manually on other ports. Next week, we'll use SPI which eliminates the ID issue.
sciguy14 1 year ago
Really enjoy the arduino tutorials.... keep them coming!
jakebrickhouse 1 year ago
The Geek Group might be using vertical pillars outfitted with these i2c temp sensors through out their new facility to allow them to plot out a 3d temperature map of the whole building. The map could be used to optimize the heating and cooling system.
whisk0r 1 year ago
@whisk0r sounds like a pretty cool idea.
sciguy14 1 year ago
FIRST
manutube8080 1 year ago