Electronics Physics experiments with Arduino and Raspberry Pi

AI Thread Summary
The discussion centers on building physics experiments using Arduino and Raspberry Pi. Participants share their experiences and suggest resources for learning about electronics. Recommendations include exploring basic breadboard circuits and using Python for programming, particularly with Raspberry Pi. Key topics include measuring temperature with thermistors, using strain gauges for force or pressure measurements, and understanding sensor impedance. Specific products like the EnviroDIY Mayfly Arduino board and the Sparkfun HX711 strain gauge signal conditioner are highlighted. Additionally, resources such as forums, tutorials, and scholarly articles on Arduino projects are provided for further exploration.
hagopbul
Messages
397
Reaction score
45
TL;DR Summary
Asking about what is needed to be reviewed before building a physics experiment
Hello All:

I am reviewing my physics courses and looking into building few physics experiments , to pass time into something useful

I will use arduino and raspberry pi

Any recommendations on what to read in the field of electronics before setting up experiments

Best Regards
Hagop
 
Physics news on Phys.org
During covid I played with breadboard circuits using a raspberry pi. Very basic, but tons of fun. Do you have any ideas off hand? Are you using Python?
 
1st examples, used c (arduino), would python work with arduino also or only raspberry pi
 
You will need to measure stuff and get those measurements into your computer. Several years ago, I did some experimenting with an EnviroDIY Mayfly arduino board: https://www.envirodiy.org/shop/. That board has, among other features, an A/D converter built in. A good place to start is their forum: https://www.envirodiy.org/forums/

Example 1: Temperature measurement. A sketch that I made at the time for a particular thermistor is shown below. The resistor value is chosen to make the voltage vs temperature curve as linear as possible. Study materials include thermistor response curves, thermistor response time constant, A/D resolution, supply voltage regulation.
Thermistor1.jpg

Example 2: If you want to measure force or pressure, you will need to learn strain gauges and strain gauge signal conditioners. One low cost strain gauge signal conditioner is the Sparkfun HX711: https://www.sparkfun.com/sparkfun-load-cell-amplifier-hx711.html. A basic introduction to strain gauges from Micro-Measurements: https://www.micro-measurements.com/what-is-a-strain-gage. They are a high end manufacturer of strain gauges and have a lot of good information in their site. I do not know of a good source for low cost hobby strain gauges. Study Wheatstone bridge, half bridge, and quarter bridge circuits.

Example 3: Sensor impedance. I learned the hard way that any sensor must have input impedance less than 30K ohms. Thermistor and strain gauge circuits almost always meet this spec, but I was trying to measure battery voltage with a resistor voltage divider with resistance too large in order to minimize power consumption. This is actually a good place to start. Measure your battery voltage using a separate voltage divider and output the results. Are the readings sensitive to ambient temperatures?
 
  • Like
Likes Greg Bernhardt
You might want to check out the Sparkfun website, it's pretty much hobbyist heaven. They have an amazing assortment of microprocessor boards, sensors, and actuators, all with tutorials. Worth a look.
 
  • Like
Likes Greg Bernhardt
Some time ago I posted this Raspberry PI DIY Mass Spec using Raman Scattering. It's was something of a cumbersome project though, needing a 3D printer and special heat-resistant plastic giving of carcinogenic fumes during printing. To be blunt it was also not very mobile and interpreting the results was further cumbersome Recently though, I've been told that Arduino, and it's various sensor packages, has matured to the point where it's a usable alternative. Now I realize that a cigarette...
Thread 'Nonlinear rubberband type thing - "k" dropping fast as it is stretched'
What materials can I try in order to get a curve of displacement versus force that looks somewhat like this.. (of course, there would be a small kink around the origin where the ends of the rubberband are closer together than its length, which is not shown here). I am looking for something that will last at least 100 stretch cycles and is not messy, so for example liquid based colloidal stuff won't be suitable. Is there something one can whip up using silicone and some additive, say? Or...
Back
Top