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
Three rabbits will be wintering in a 2m x 2m x 2m wooden hut. Outside temperature does not go below -30c (-22f) Planning to put a 50cm by 50cm 1mm thick stainless steel sheet on the floor of the hut (inside off course) My plan is to heat the sheet with a 50w PTC heater element https://fi.rsdelivers.com/product/dbk-enclosures/fg135600/dbk-enclosures-heating-element-75mm-50-w-100-240-v/dc/2995922?backToResults=1 Is this heater (50W) enough to keep the pad warm enough to sustain liquid...
Hey all. I'm looking to buy a zero-turn mower and I need to build/purchase a ramp to get it into my shed for storage. Exact model is this one. I need to figure out how long of a ramp I need to make sure the mower doesn't bottom out when driving up and down the ramp. Mower stats: Wheelbase: approximately 76 inches. Height: 4.5 inches (based off the highest setting on the deck height adjustment) Shed entrance is 12 inches off the ground. The manufacturer says that the mower can handle...
Thread 'The "Sun Scoop" Tracking solar cooker!'
My solar cooker is a DIY proof of concept. Ideally it should be made with a metal frame but I can't do that so it is wood with protective aluminum foil. The idea is to concentrate the light in a 6 inch diameter ball near the bottom of the cooking pot. It is called Sun Scoop because even though it is a part of a paraboloid, it looks like a big scoop. It is on "equatorial mount" that just means it rotates on an axis that points exactly in line with the earths axis. (In my case...
Back
Top