Detector Building C

rayner
Member
Member
Posts: 12
Joined: Tue Sep 17, 2019 6:14 pm
Has thanked: 0
Been thanked: 1 time

Re: Detector Building C

Post by rayner »

kendreaditya wrote: Mon Nov 04, 2019 4:58 pm
TheMysteriousMapMan wrote: Mon Nov 04, 2019 3:51 pm With these clarifications, would an Arduino Uno still work? I'm better with the microcontroller software/circuit construction than the microcontroller hardware.
Yes, with the spesifcations, the Uno is legal.
Yeah, I'd agree that any microprocessors with an onboard ADC would be legal. As far as I know, all Arduino's have a built in ADC. External ones may be better but I guess they're all out. According to this, Raspberry PIs don't have ADCs so this rule clarification makes them illegal too (unless you can do this without an ADC).


Teaching the Raspberry Pi how to read analog inputs is easier than you think! The Pi does not include a hardware analog-to-digital converter, but an external ADC (such as the MCP3008) can be used, along with some SPI code in Python to read external analog devices.

https://learn.adafruit.com/reading-a-an ... i?view=all

But according to the rules, RPIs are allowable:

Devices must be built using a microcontroller or microcontroller board (e.g., TI Innovator, Raspberry Pi, Arduino), a display, LED lights, and a participant-built sensor/probe.


In the end, the biggest problem with the clarification is that what it states and implies conflicts with the stated rules.
sciencegirl03
Member
Member
Posts: 50
Joined: Tue Dec 26, 2017 6:41 pm
Division: C
State: MI
Has thanked: 0
Been thanked: 0

Re: Detector Building C

Post by sciencegirl03 »

Did anyone notice that analog sensors (with a linear function) predict with greater error at colder temperatures (i.e. closer to 0 C)? How are you guys compensating for this? I think piecewise functions were mentioned earlier.
"Success is not final, failure is not fatal: it is the courage to continue that counts." - Winston Churchill

2019 Nationals:
Wright Stuff: 3rd
Protein Modeling: 4th
Geologic Mapping: 5th
TapuCosmo
Member
Member
Posts: 12
Joined: Sun Mar 03, 2019 4:19 pm
Division: C
State: CA
Has thanked: 0
Been thanked: 0

Re: Detector Building C

Post by TapuCosmo »

Does anyone know of any microcontrollers with a high-resolution onboard ADC? The best one I have found so far only has 13 bits of useful resolution (16 bits with 3 noisy bits).
builder2703
Member
Member
Posts: 4
Joined: Thu Oct 10, 2019 2:46 pm
Has thanked: 0
Been thanked: 0

Re: Detector Building C

Post by builder2703 »

I am reading the temperature in a loop. Will the event supervisors wait for 2 minutes and take the reading or they will take the temperature closest to the thermometer reading within the allotted time of 2 minutes.
User avatar
Umaroth
Exalted Member
Exalted Member
Posts: 383
Joined: Sat Feb 10, 2018 8:51 pm
Division: C
State: CA
Pronouns: He/Him/His
Has thanked: 163 times
Been thanked: 317 times

Re: Detector Building C

Post by Umaroth »

They banned PCBs :(
Cal 2026
Troy SciOly 2021 Co-Captain
Proud Padre of the Evola SciOly Program 2018-now
Dank Memes Area Homeschool Juggernaut 2018-now
Sierra Vista SciOly Co-Head Coach 2020-now

Umaroth's Userpage
TapuCosmo
Member
Member
Posts: 12
Joined: Sun Mar 03, 2019 4:19 pm
Division: C
State: CA
Has thanked: 0
Been thanked: 0

Re: Detector Building C

Post by TapuCosmo »

Are through-hole prototyping boards still allowed? Being forced to put everything on unreliable breadboards or solder everything together directly would both be bad.
User avatar
Umaroth
Exalted Member
Exalted Member
Posts: 383
Joined: Sat Feb 10, 2018 8:51 pm
Division: C
State: CA
Pronouns: He/Him/His
Has thanked: 163 times
Been thanked: 317 times

Re: Detector Building C

Post by Umaroth »

TapuCosmo wrote: Fri Nov 08, 2019 8:59 pm Are through-hole prototyping boards still allowed? Being forced to put everything on unreliable breadboards or solder everything together directly would both be bad.
I think it's too ambiguous. The event rules seem to be being made up as they go along. I'm very disappointed in how poorly thought out the event has shown itself to be.
Cal 2026
Troy SciOly 2021 Co-Captain
Proud Padre of the Evola SciOly Program 2018-now
Dank Memes Area Homeschool Juggernaut 2018-now
Sierra Vista SciOly Co-Head Coach 2020-now

Umaroth's Userpage
sciencegirl03
Member
Member
Posts: 50
Joined: Tue Dec 26, 2017 6:41 pm
Division: C
State: MI
Has thanked: 0
Been thanked: 0

Re: Detector Building C

Post by sciencegirl03 »

TapuCosmo wrote: Wed Nov 06, 2019 4:00 pm Does anyone know of any microcontrollers with a high-resolution onboard ADC? The best one I have found so far only has 13 bits of useful resolution (16 bits with 3 noisy bits).
How do you find out how many bits are noisy? From the documentation or another way?
"Success is not final, failure is not fatal: it is the courage to continue that counts." - Winston Churchill

2019 Nationals:
Wright Stuff: 3rd
Protein Modeling: 4th
Geologic Mapping: 5th
TapuCosmo
Member
Member
Posts: 12
Joined: Sun Mar 03, 2019 4:19 pm
Division: C
State: CA
Has thanked: 0
Been thanked: 0

Re: Detector Building C

Post by TapuCosmo »

sciencegirl03 wrote: Sun Nov 10, 2019 7:54 pm
TapuCosmo wrote: Wed Nov 06, 2019 4:00 pm Does anyone know of any microcontrollers with a high-resolution onboard ADC? The best one I have found so far only has 13 bits of useful resolution (16 bits with 3 noisy bits).
How do you find out how many bits are noisy? From the documentation or another way?
I read on the Teensy forums that the onboard ADC actually outputs 16 bits, but the official specs list it as 13 bits due to noise.

https://forum.pjrc.com/threads/41911-Te ... post144190
lorenughh
Member
Member
Posts: 1
Joined: Fri Nov 22, 2019 12:32 pm
Has thanked: 0
Been thanked: 0

Re: Detector Building C

Post by lorenughh »

Just asking for clarification, does the display on a calculator/laptop count as the display?

Return to “Detector Building C”