Raspberry Pi Pico W​

Basic

  1. 🆓️How to Download and Install Thonny Micropython IDE in Windows System [Watch]

  2. 🆓️How to Connect Raspberry Pi Pico W to Wifi using Micropython & Thonny IDE [Watch]

  3. 🆓️How to install micropython modbus library in Raspberry Pi Pico W using Thonny [Watch]

  4. 🆓️How to Create Wifi Access Point in Raspberry Pi Pico W [Watch]

  5. 🆓️How to Read Internal Temperature of Raspberry Pi Pico W using On Board Temperature Sensor [Watch]

Modbus TCP Client in Raspberry Pi Pico W​

  1. 🆓️How to Read Holding Register Value of Modbus TCP/IP Device in Raspberry Pi Pico W using MicroPython [Watch]

  2. 🆓️How to Write Holding Register Values to Modbus TCP/IP Device from Raspberry Pi Pico W using MicroPython [Watch]

  3. 🆓️How to Read Coil Status of Remote Modbus TCP/IP Device in Raspberry Pi Pico W using MicroPython [Watch]

  4. 🆓️How to Write or Update Coil Status of Modbus TCP/IP Device from Raspberry Pi Pico W using MicroPython [Watch]

  5. 🆓️How to Read Input Register Value of Modbus TCP/IP Device in Raspberry Pi Pico W using MicroPython [Watch]

  6. 🆓️How to Read Discrete Input Status of Modbus TCP/IP Device in Raspberry Pi Pico W using MicroPython [Watch]

  7. 🆓️How to Control Raspberry Pi Pico W Digital Pins (Ex. Pi On Board LED) using Modbus TCP/IP Protocol [Watch]

Modbus TCP Server in Raspberry Pi Pico W​

  1. How to Create Simple Modbus TCP/IP Server in Raspberry Pi Pico W using MicroPython [Watch] [Blog]

  2. Raspberry Pi Pico W Communication with SHT20 Modbus Serial Humidity & Temperature Transmitter [Watch] [Blog]

MQTT in Raspberry Pi Pico W​

  1. 🆓️How to Publish Raspberry Pi Pico W Internal Temperature Data to HiveMQ MQTT Broker [Watch] [Blog]

  2. 🆓️How to Monitor Raspberry Pi Pico W Internal Temperature via Mosquitto MQTT Broker over LAN [Watch] [Blog]

  3. 🆓️How to Publish DHT11 Sensor Data from Raspberry Pi Pico W to Mosquitto MQTT Broker over LAN [Watch] [Blog]

MQTT + Modbus TCP/IP Client​

  1. Read Holding Register of Modbus TCP/IP and Publish it to MQTT Broker using Raspberry Pi Pico W [Watch]

  2. Read Holding Register of Multiple Modbus TCP Device from Single IP and Publish it to MQTT Broker using Raspberry Pi Pico W [Watch]

Modbus Serial(RS485) Master in Raspberry Pi Pico W​

  1. 🆓️How to Read Holding Register Value of Modbus Slave Device in Raspberry Pi Pico W using MicroPython [Watch]

  2. 🆓️How to Read Input Register Value of Modbus Slave Device in Raspberry Pi Pico W using MicroPython [Watch]

  3. How to Read Coil Status of Modbus Slave Device in Raspberry Pi Pico W using MicroPython [Watch]

  4. How to Read Input Coil Status of Modbus Slave Device in Raspberry Pi Pico W using MicroPython [Watch]

  5. How to Write Holding Register Value to Modbus Slave Device from Raspberry Pi Pico W using MicroPython [Watch]

  6. How to Change Coil Status Value to Modbus Slave Device from Raspberry Pi Pico W using MicroPython [Watch]

Data Logging with Raspberry Pi Pico W - PostgreSQL

  1. 🆓️How to get your Free Online PostgreSQL Database Virtual Lab from virtuallabs.online [Watch]

  2. 🆓️How to Log Data to Cloud PostgreSQL Database with Raspberry Pi Pico W [Watch] [Blog]