- Install
- Basic operation
- Basics of programming for electronic work
- Basics of programming for Excel
- Machine learning with scikit-learn
- Visualizing data with matplotlib
- Web programming
- RPA programming
- Miscellaneous programming
- Reference
Usage of each block
Initializing BMP280
![]()
Initialize BMP280.
Use this block for microcontrollers with fixed SDA/SCL pin numbers.
Depending on the module, the I2C address may be 0x76 or 0x77, so if it doesn't work properly, try changing the address.
Initialize BMP280 by specifying SDA/SCL pins
Initialize BMP280 by specifying SDA/SCL pin numbers.
Use this block if the microcontroller does not have fixed SDA/SCL pin numbers.
Depending on the module, the I2C address may be 0x76 or 0x77, so if it does not work properly, try changing the address.
Get temperature
![]()
Getting temperature from BMP280.
Get pressure
![]()
Getting pressure from BMP280.