• Stars
    star
    1
  • Language
    C
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is an example of testing the half-duplex function of the stm32F4 USART. Click here for more information https://blog.csdn.net/wxc971231/article/details/102791734

More Repositories

1

TelegramChatBot

A telegram chatbot powered by OpenAI GPT API
Python
83
star
2

RL_task_practice

I decided to upload all my RL task demo here
Jupyter Notebook
11
star
3

Inverted_pendulum_simulator

This is a straight Inverted pendulum simulator, whose GUI is built by PyQt5. Using pyinstaller , I also created the .exe file , you can download it here https://pan.baidu.com/s/11meesJh9qDI0CNmkjBya9A, the password is g7w1
Python
8
star
4

ddp-tutorial-series

Follow the pytorch tutorial tutorial to learn how to use nn.parallel.DistributedDataParallel to speed up training
Python
5
star
5

file-helper

This is a file transfer software based on python socket,whose GUI is built by PyQt5. You can Configure it to work in the server state or client state. This application supports multithreaded transfers, which means a server can connect multiple clients, and each of them can upload or download multiple files simultaneously.
Python
5
star
6

stm32f4-XL430_server_driver-

this is a simple example about using stm32f4 to drive the XL430 server, which is a kind of digital rudder controller.
C
4
star
7

Assembly-Gluttonous-Snake

This is a Gluttonous Snake game coded in assembly language, you can use NASM assembler to assemble this program, create ".com" file and run it in DOSBox environment
Assembly
3
star
8

stm32F4-Stepper_Motor_Test

A simple stm32f4 example , using timer interrupt to generate pulse to drive stepper motor .Click here for more information https://blog.csdn.net/wxc971231/article/details/82086392
C
2
star
9

Stm32F4-Straight_inverted_pendulum

This is a straight inverted pendulum example, based on the stm32f4 microcontroller
C
1
star
10

RL_Platform-CrossTheWall

'Cross The Wall' is a simple game based on the Grid World environment,and this demo is a Reinforcement learning simulation platform,allowed you to test several RL algorithm on that game task.
Python
1
star