Interfacing with uCs class geared toward simple physics experiments

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 1K views
trying2physics
Messages
3
Reaction score
0
Hey guys,
So this is what actually made me join today. We are taking a interfacing class were most of us students don't even know how to code. However, I currently work in one of the research groups under the professor who is running the class, he gave me the assignment to figure out what parts we would need for the students and to order it, so I've taught myself python and have been tinkering for about two weeks now. I would like to ask you guys if you think the items I got will suffice for a "starting to interfacing" kit for students, and, what I should do with my experiment(s).
Items:
Raspi 3
Arduino mega 2560
piTFT 2.8
37 in 1 sensor kit
hdmi to dvi
usb to usb-b
charger

For the experiments we are suppose to conduct for the class, it only has to be physics based. And I have no idea what to do. Open to any and all suggestions.
Thanks!
 
Engineering news on Phys.org
trying2physics said:
Hey guys,
So this is what actually made me join today. We are taking a interfacing class were most of us students don't even know how to code. However, I currently work in one of the research groups under the professor who is running the class, he gave me the assignment to figure out what parts we would need for the students and to order it, so I've taught myself python and have been tinkering for about two weeks now. I would like to ask you guys if you think the items I got will suffice for a "starting to interfacing" kit for students, and, what I should do with my experiment(s).
Items:
Raspi 3
Arduino mega 2560
piTFT 2.8
37 in 1 sensor kit
hdmi to dvi
usb to usb-b
charger

For the experiments we are suppose to conduct for the class, it only has to be physics based. And I have no idea what to do. Open to any and all suggestions.
Thanks!
Welcome to the PF.

I'm having trouble understanding the term "interfacing" in this context. Do you mean "introduction to microcontroller (uC) applications"? That's what your parts list looks like. And the students will be programming the uCs in Python?

EDIT -- Thread title edited after clarification by the OP below.
 
Last edited:
berkeman said:
Welcome to the PF.

I'm having trouble understanding the term "interfacing" in this context. Do you mean "introduction to microcontroller (uC) applications"? That's what your parts list looks like. And the students will be programming the uCs in Python?
We will basically use the raspis as a data entry point and use it to control the arduinos. We need to set up some experiment and describe the physics also. I was thinking I could take a big experiment from the past and automate it in a simpler way. I am not sure which one I would want to choose though because we were just assigned this today.
And yes, python was the suggested language.
 
trying2physics said:
We will basically use the raspis as a data entry point and use it to control the arduinos. We need to set up some experiment and describe the physics also. I was thinking I could take a big experiment from the past and automate it in a simpler way. I am not sure which one I would want to choose though because we were just assigned this today.
And yes, python was the suggested language.
Well, you could research how a fingertip pulse oximeter works, and implement it using the uCs...

You basically want some sort of IO sensor(s), and have the uCs do some processing, and have an output either to the screen or via some actuator or other display. BTW, in your parts list, I didn't see a keyboard, mouse and display. Are those just available in the lab, so you don't need to separately purchase them?
 
berkeman said:
Well, you could research how a fingertip pulse oximeter works, and implement it using the uCs...

You basically want some sort of IO sensor(s), and have the uCs do some processing, and have an output either to the screen or via some actuator or other display. BTW, in your parts list, I didn't see a keyboard, mouse and display. Are those just available in the lab, so you don't need to separately purchase them?
Yes those will be supplied