Detector Building C [TRIAL]
-
- Admin Emeritus
- Posts: 3201
- Joined: Sat Jan 17, 2009 7:32 am
- Division: Grad
- State: MD
- Pronouns: He/Him/His
- Has thanked: 47 times
- Been thanked: 204 times
Detector Building C [TRIAL]
Detector Building is a trial event for Division C at the national tournament for the 2019 season.
East Stroudsburg South Class of 2012, Alumnus of JT Lambert, Drexel University Class of 2017
Helpful Links
Wiki
Wiki Pages that Need Work
FAQ and SciOly FAQ Wiki
Chat (See IRC Wiki for more info)
BBCode Wiki
So long, and thanks for all the Future Dictator titles!
Helpful Links
Wiki
Wiki Pages that Need Work
FAQ and SciOly FAQ Wiki
Chat (See IRC Wiki for more info)
BBCode Wiki
So long, and thanks for all the Future Dictator titles!
Re: Detector Building C [TRIAL]
Tough specs for this thing. +/-0.2C resolution? Will be interesting...
-
- Exalted Member
- Posts: 809
- Joined: Tue Apr 11, 2017 6:55 pm
- Division: C
- State: MO
- Pronouns: He/Him/His
- Has thanked: 2 times
- Been thanked: 7 times
Re: Detector Building C [TRIAL]
What microcontroller board is the best one to buy? I'm talking about functionality, how difficult to use, etc.
Re: Detector Building C [TRIAL]
No right answer to that, but a basic Arduino is a decent place to start.
-
- Member
- Posts: 7
- Joined: Thu Mar 15, 2018 8:50 pm
- Division: C
- State: CA
- Has thanked: 0
- Been thanked: 0
Re: Detector Building C [TRIAL]
I would highly recommend the Arduino over others, mostly because the Arduino is beginner-friendly and has lots of resources. If you have experience with other microcontrollers, like Raspberry Pi, you could use that, but in my experience the Arduino is simple enough for this event.dxu46 wrote:What microcontroller board is the best one to buy? I'm talking about functionality, how difficult to use, etc.
stream eclipse
https://scioly.org/wiki/index.php/User:Acidbeaker
https://scioly.org/wiki/index.php/User:Acidbeaker
-
- Member
- Posts: 62
- Joined: Mon Feb 18, 2019 2:18 pm
- Division: C
- State: FL
- Has thanked: 2 times
- Been thanked: 1 time
Re: Detector Building C [TRIAL]
Is there anything better than a thermistor to use for the actual detector part?
I build. A lot.
Boca Raton High School.
Events: Boomi, Gravity Vehicle, Wright Stuff.
Incomplete Userpage
Boca Raton High School.
Events: Boomi, Gravity Vehicle, Wright Stuff.
Incomplete Userpage
Re: Detector Building C [TRIAL]
That is also a question without end
. There are of course other options to measure temperature with (RTD, thermocouple). There are other analog output sensors, but it becomes a little tough to work out if they then fit within the rules in terms of it being automatically adjusted/calibrated.

Re: Detector Building C [TRIAL]
That will depend on the rules for next year. Instead of temperature, the rules may ask to detect weight; or distance using piezo-electric or strain gages or optical sensors. They may even ask to detect speed, or time, luminosity, magnetism, or pressure.... But if they do ask for temperature, then thermistors are the way to go. Since it will be the first time that it will be an official event, they will probably stick with temperatures for now.Lorant wrote:Is there anything better than a thermistor to use for the actual detector part?
Re: Detector Building C [TRIAL]
Some nuanced things to keep in mind though are the resolution of the ADC (analog-to-digital converter) on whatever microcontroller you use compared to the range and resolution of whatever you're trying to measure, and also how your voltage changes with temperature.acidbeaker wrote:I would highly recommend the Arduino over others, mostly because the Arduino is beginner-friendly and has lots of resources. If you have experience with other microcontrollers, like Raspberry Pi, you could use that, but in my experience the Arduino is simple enough for this event.dxu46 wrote:What microcontroller board is the best one to buy? I'm talking about functionality, how difficult to use, etc.