Interfacing with uCs class geared toward simple physics experiments

AI Thread Summary
The discussion focuses on an interfacing class where students, many of whom lack coding experience, are tasked with conducting physics-based experiments using microcontrollers. The original poster has assembled a starter kit including a Raspberry Pi, Arduino Mega, and various sensors, and seeks feedback on its adequacy and suggestions for experiments. Clarification reveals that the Raspberry Pi will serve as a data entry point to control the Arduinos, with Python as the programming language. Suggestions include automating historical experiments or implementing a fingertip pulse oximeter. The group confirms that necessary peripherals like keyboards and displays will be provided in the lab.
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
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top