November 2024

"Instrumentation and measurement": ADC and Timer

1. API Function for adc import time from machine import Pin, ADC # using pin 26 adc = ADC(Pin(26)) # get the adc value # resolutions:12 bit...

Muchao 22 Nov, 2024

“Instrumentation and measurement” Micropython: 1st step

1. Download and Install "Thonny" Software Download:  https://thonny.org/ Version: 4.1.6 2. Configuration for MicroPython (1) View...

Muchao 22 Nov, 2024

"Instrument and Measurement" Arduino

1. Download and install Arduino: Arduino IDE 2.3.3 . 2. Build esp32 environments.  (1)File--Preferences--Additional board manager URLs: http...

Muchao 14 Nov, 2024