Wiznet makers

irina

Published September 20, 2022 © Apache License 2.0 (Apache-2.0)

89 UCC

3 WCC

84 VAR

0 Contests

0 Followers

0 Following

Original Link

Lottery number! Good luck to you

It performs TCP communication of APP of smartphone and W5100S-pico-evb.

COMPONENTS Hardware components

WIZnet - W5100S-EVB-Pico

x 1


x 1

Software Apps and online services

micropython - MicroPython

x 1


x 1


PROJECT DESCRIPTION
This is the next project from the above link.
Use W5100s-pico-evb to get IP assigned through DHCP.
Here, IP of 192.168.100.14 was assigned and the port number was set to 5000.
Use W5100s-pico-evb as TCP Server.

 

Then, make a TCP connection using the smartphone's APP.
Here, the smartphone and W5100S-pico-evb must be connected to the same AP.
Click TCP CLIENT in the app.

 

Enter the IP and port number to connect to.

 

When the connection is complete, data "get" is sent.
Then you can receive 6 random numbers from TCP Server (W5100s-pico-evb).

 

 

Next time I will try using the random number generator in the RP2040.
Documents
  • Github

Comments Write