EUPANTEC 2019

Photogate with Raspberry Pi and Python

Lowcost photogate made in our school, based on an Adafruit sensor, Raspberry Pi and simple Python code.
Useful in many physical experiments, eg pendulum period, velocity measure. It works beautifully, in addition, we have full control over own software that we can adapt to our needs.






Read More…

Smog measurement with Raspberry Pi

Python script for smog measurement. Seeedstudio HM3301 sensor with I2C connected to Raspberry Pi. Simple, Spartan version, without GUI. Next step: mobile version with GPS.
Read More…

Raspberry Pi camera with digital sensor. Video experiment: illuminance measurement

Using Python code to record a movie with a Raspberry Pi camera. The measurement of the digital light intensity sensor is displayed on the film in real time. One Python script does 2 tasks. The movie is entirely made by Python script. No video editing app required. Everything is done in a dozen or so lines of simple code.

Read More…

Raspberry Pi with 2 analog LM35 termperature sensors

in this example systems of 2 temperature sensors, the first measures ambient temperature and the second thermometer measures the temperature of the ice-water mixture. Result printed in console of Raspberry Pi. The main part of the system is a very accurate converter ADS1115 from Texas Instruments. Python 3 script. The base for many experiments with analog sensors.

Read More…

Raspberry Pi fruit capacitive keyboard. Demonstration.

This project allows for a practical demonstration of electrical conductivity. Eupantec2019.eu. Erasmus+ Physics and New Technologies. We have many ideas for using this design in practice, not necessarily with fruit.

Read More…

E-paper display with Raspberry Pi and temperature, humidity and pressure sensor

Raspberry Pi with Python. Measurement: humidity, pressure and temperature.

Read More…

Raspberry Pi with ultrasonic distance sensor HC-SR04

Python project in 2 versions: console and guizero. Effective from 2cm to 400 cm. Many applications in physics experiments.

Read More…

Raspberry Pi with GPIO display

Example of application Raspberry Pi with own LCD display connected to GPIO pins. Ploter for Python.


Read More…

Raspberry Pi and RGB Led

Demonstration of application GPIO, Python and RGB Led with common cathode.

Read More…

Raspberry Pi GPIO and 3 leds.

Simple Python code for demonstrate GPIO pins and steering of switching on and off.

Read More…