meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:index [2026/05/12 17:11] – [Example codes for the RP2040_ETH_Module] vamsancode:index [2026/05/12 21:08] (current) – [MicroPython example codes for the RP2040_ETH_Module] vamsan
Line 1: Line 1:
 ====== lamaPLC: Code! ====== ====== lamaPLC: Code! ======
  
- +==== MicroPython example codes for the RP2040_ETH_Module ==== 
-===== MicroPython example codes ===== +|<100% 30% 70%>|
- +
-==== Example codes for the RP2040_ETH_Module ==== +
 |[[:code:rp2040_eth_modul_modbus_tcp_example_1|Modbus TCP example]]|The RP2040 module has Ethernet integrated, which can be accessed via UART1. This code creates Modbus Holding registers on the module with contents from 1 to 10.| |[[:code:rp2040_eth_modul_modbus_tcp_example_1|Modbus TCP example]]|The RP2040 module has Ethernet integrated, which can be accessed via UART1. This code creates Modbus Holding registers on the module with contents from 1 to 10.|
 |[[:code:rp2040_eth_modul_modbus_tcp_sniffer_1|Modbus TCP sniffer]]|The program receives and analyses incoming TCP Modbus telegrams, but does not respond.| |[[:code:rp2040_eth_modul_modbus_tcp_sniffer_1|Modbus TCP sniffer]]|The program receives and analyses incoming TCP Modbus telegrams, but does not respond.|
 |[[:code:rp2040_eth_modul_i2c_scanner|I2C scanner]]|The program scans the addresses of devices connected via I²C.| |[[:code:rp2040_eth_modul_i2c_scanner|I2C scanner]]|The program scans the addresses of devices connected via I²C.|
 |[[:code:rp2040_eth_modul_mlx90614_1|MLX90614 simple]]|Read [[:sensor:mlx90614|MLX90614 (GY-906) infrared non-contact Thermometer]] to serial.| |[[:code:rp2040_eth_modul_mlx90614_1|MLX90614 simple]]|Read [[:sensor:mlx90614|MLX90614 (GY-906) infrared non-contact Thermometer]] to serial.|
 +|[[:code:rp2040_eth_modul_bme680|Read BME 680/688 sensor data]]|Reads data from the [[sensor:bmp_bme|BME680 sensor]]|
 +|[[:code:rp2040_eth_modul_bme680_modbus|Read BME 680/688 sensor data and store in Modbus input registers]]|Reads data from the [[sensor:bmp_bme|BME680 sensor]] and displays it in the Modbus input registers.|
 +
 +
 +==== C example codes for the Arduino Module (Arduino IDE) ====
 +|<100% 30% 70%>|
 +|[[:code:arduino_modul_bme680|Read BME680 Sensor]]|Read [[sensor:bmp_bme|BME680]] Temperature/Humidity/Barometric Pressure/Gas (VOC) Module|
  
 This page has been accessed for: Today: {{counter|today}}, Until now: {{counter|total}} This page has been accessed for: Today: {{counter|today}}, Until now: {{counter|total}}