Wiznet makers

VatsalTolia

Published November 01, 2022 ©

0 UCC

0 VAR

1 Contests

0 Followers

0 Following

Temperature transfer WizFi360-EVB-Mini (Pico) – Client

Temperature measurement data transfer WizFi360-EVB-Mini (Raspberry Pi Pico) - Client(Python)

COMPONENTS Hardware components

Raspberry Pi - Raspberry Pi Pico

x 1


WIZnet - WizFi360-EVB-Mini

x 1

Software Apps and online services

thonny.org - Thonny

x 1


PROJECT DESCRIPTION

Temperature transfer WizFi360-EVB-Mini (Pico) – Client

WizFi360 is a low cost and low-power consumption industrial-grade WiFi module. It is compatible with IEEE802.11 b/g/n standard and supports SoftAP, Station and SoftAP+Station modes. The serial port baud rate can be up to 2Mbps.WizFi360 can be designed with a very simple circuit and data transmission is possible using UART1.WizFi360 controls AT commands via UART and uses UART0 when Micro USB is connected. We transmit temperature data from client to server. Since Pico has a built-in temperature sensor, there is no need to use another one.

Components - 

  • WizFi 360 EVB Mini
  • RPI Pico 
  • Jumper wires
  • MicroPython Thonny IDE Install
  • Download Thonny and set it up for your Raspberry Pi Pico board.
  • Tools - Options - Interpreter
  • Set Raspberry Pi Pico and COMx in options

WizFi360-EVB-Mini connection diagram

AT Commands - 

AT+CWJAP_CUR="SSID","PASSWORD

Enter the SSID and PW of the AP (Router) you want to connect to.

AT+CIPSTART=0,"TCP","YOUR_IP_ADDRESS",5000

Input Server's IP in YOUR_IP_ADDRESS.

Temperature Data from Server

 

Temperature Data from Client


Documents
  • Temperature Transfer

    Code

  • Circuit Diagram

    Code,Output,Block Diagram

Comments Write