Timeline for Reading multiple NTC temperature sensors with Arduino
Current License: CC BY-SA 3.0
28 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 12, 2019 at 11:54 | answer | added | Duncan C | timeline score: 0 | |
May 12, 2019 at 3:03 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 12, 2019 at 3:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 13, 2018 at 2:08 | answer | added | robofred | timeline score: 1 | |
Dec 13, 2018 at 1:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Nov 12, 2018 at 23:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 13, 2018 at 23:00 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 13, 2018 at 22:00 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Aug 14, 2018 at 20:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jul 15, 2018 at 15:39 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jun 15, 2018 at 15:11 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 16, 2018 at 14:15 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Apr 16, 2018 at 13:23 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Mar 17, 2018 at 13:20 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Feb 15, 2018 at 12:28 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 16, 2018 at 11:40 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 17, 2017 at 10:50 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Nov 17, 2017 at 8:57 | history | edited | user31481 |
edited tags
|
|
Nov 17, 2017 at 8:35 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 18, 2017 at 8:31 | answer | added | GOKUL | timeline score: 1 | |
Oct 18, 2017 at 1:58 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 17, 2017 at 21:03 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Aug 18, 2017 at 20:47 | answer | added | dannyf | timeline score: 0 | |
Aug 18, 2017 at 20:02 | comment | added | Abdelsalam Hamid | Thanks for you reply. Yes i know that Arduino has 8 ADC input. But my desire is how to do interval time execution for many ADC input. Is it best way to write timer interrupt? for every analog input to Execute every 2 seconds if the reading is changed of adc? | |
Aug 18, 2017 at 17:48 | answer | added | MatsK | timeline score: 1 | |
Aug 18, 2017 at 16:10 | history | migrated | from electronics.stackexchange.com (revisions) | ||
Aug 18, 2017 at 15:05 | comment | added | MatsK |
The row int tempPin = 0; // A0 analog input specify which analog input that should be used as input for reading the NTC value. Then you can expand the code with the analog inputs that is needed.
|
|
Aug 18, 2017 at 14:32 | history | asked | Abdelsalam Hamid | CC BY-SA 3.0 |