Using ESP32 and Phyphox to Plot the I-V Characteristics of a Diode

Using ESP32 and Phyphox to Plot the I-V Characteristics of a Diode

Introduction On the third day of the Lunar New Year, we built an experimental circuit on a breadboard to “plot the I-V characteristics of a diode in the conducting state.” A programmable resistor board was used as the internal resistance of the ammeter, a potentiometer was used as a variable resistor to control the circuit, … Read more

Visualizing the Relationship Between Capacitor Charge and Voltage Using ESP32 and Phyphox

Visualizing the Relationship Between Capacitor Charge and Voltage Using ESP32 and Phyphox

Experimental Scene 1 Introduction Since learning Bluetooth communication with ESP32 and Phyphox during the National Day holiday in 2020, the author has been eager to solve the visualization problem of the relationship between capacitor voltage and charge, attempting to derive the charge amount by integrating the charging current, and then depict the charge-voltage relationship graph. … Read more

Using Phyphox and ESP32 Bluetooth to Plot I-V Characteristics of Conductors

Using Phyphox and ESP32 Bluetooth to Plot I-V Characteristics of Conductors

Recently, the microcontroller enthusiast conducted an experiment to plot the I-V characteristics of a conductor, aimed at learning how to use Bluetooth dual-channel data transmission. In this experiment, the voltage data transmitted via Bluetooth channel 1 is assigned to the x-axis, while the voltage data from Bluetooth channel 2 is assigned to the y-axis, thereby … Read more

Using Phyphox and ESP32 Bluetooth to Plot Power Supply Characteristics

Using Phyphox and ESP32 Bluetooth to Plot Power Supply Characteristics

1 Introduction Recently, I have been troubled by various trivial matters, and my mind has been restless. Seeing that members of the “Phyphox Bluetooth Experiment Development Group” WeChat group are releasing new works every day, I was also eager to try. Following the example of Teacher Mei from Beijing, I conducted an experiment to “plot … Read more

Exploring the Relationship Between Photoresistor Current and Light Intensity Using Phyphox and ESP32 Bluetooth

Exploring the Relationship Between Photoresistor Current and Light Intensity Using Phyphox and ESP32 Bluetooth

Recently, we conducted an experiment to explore the relationship between the current of a photoresistor and light intensity. The photoresistor and a voltage divider resistor were connected in series, powered by the 5V output of the ESP32. We used pin IO33 to collect the voltage across the voltage divider resistor and calculated the current through … Read more

Using Phyphox and ESP32 Bluetooth to Create an Ohmmeter

Using Phyphox and ESP32 Bluetooth to Create an Ohmmeter

Recently, while studying the relationship between the resistance of a thermistor and temperature using Phyphox and ESP32 Bluetooth, the author needed to plot the relationship between the thermistor resistance and time. By pinching or releasing the thermistor, they observed changes in the resistance-time graph, thus understanding the effect of temperature on the thermistor. The thermistor … Read more

Using Phyphox and ESP32 Bluetooth for Coil Self-Induction Experiment

Using Phyphox and ESP32 Bluetooth for Coil Self-Induction Experiment

On November 15, 2020, Sunday, the micro-master used Phyphox and ESP32 Bluetooth to conduct a coil self-induction experiment again, achieving satisfactory results. Early Experiments In previous experiments, due to the small self-inductance coefficient of the coil and the relatively large sampling resistance, the resulting image of the coil’s self-induction current was not ideal. Recently, the … Read more

Experiment on Conductive Characteristics of Photoresistors Using Phyphox and ESP32 Bluetooth

Experiment on Conductive Characteristics of Photoresistors Using Phyphox and ESP32 Bluetooth

Recently, the Micro Master has been dedicated to conducting innovative experimental research using Phyphox and ESP32 Bluetooth, accumulating a lot of experience while also facing numerous challenges. On October 7, 2020, I sought help at the Clockwise Rubik’s Cube Club led by expert Li Lu from the Maker Education Teacher Studio in Jiaozuo City. I … Read more

Bluetooth Basics Overview

Bluetooth Basics Overview

1. Background Last time, the Bluetooth discussion was quite rushed. This time, I am determined to clarify the fundamental knowledge and applications of Bluetooth. 1.1 Reference Materials Overview of Bluetooth Version Development http://blog.sina.com.cn/s/blog_d2db96110102xnj6.html In-depth Understanding of Low Energy Bluetooth (BLE) Protocol Stack https://blog.csdn.net/shunfa888/article/details/80140475 BLE Protocol Series (1) Introduction to Bluetooth https://blog.csdn.net/zwc1725/article/details/80703326 2. Basic Knowledge of … Read more