Skip to content

This project facilitates serial communication between a computer and the Nucleo L432KC microcontroller board. It includes a Python class for managing the communication and an Arduino sketch for handling commands sent from the Python script.

License

Notifications You must be signed in to change notification settings

hugopgs/L432_Serial_Communication_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

L432KC Serial Communication

This repository contains code for serial USB communication with the Nucleo L432KC board. The communication is handled using a Python script and an Arduino sketch.

Python Script: L432KC.py

The Python script provides a class L432KC for managing the serial communication with the Nucleo board.

Arduino Sketch: L432KC.ino

The Arduino sketch handles the commands sent from the Python script.

Usage

  1. Upload the L432KC.ino sketch to the Nucleo board.
  2. Run the L432KC.py script on your computer.
  3. Use the provided methods in the L432KC python class to communicate with the board.

About

This project facilitates serial communication between a computer and the Nucleo L432KC microcontroller board. It includes a Python class for managing the communication and an Arduino sketch for handling commands sent from the Python script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published