Skip to content

Releases: Freenove/Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi

Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi

06 Dec 02:42
Compare
Choose a tag to compare

This modification is as follows:
1, the first time to run the Server folder about the Led code, please enter the corresponding adapter version according to the prompt, you can learn about the adapter in the tutorial.
2, part of the original server folder code is based on the rpi library and is no longer applicable to Raspberry PI 5, so it is deprecated. The server-pi5 folder is renamed the server folder. Code compatible with Raspberry PI 1-5.
3, merge the led function code. If your connection board version is V1.0, the led feature will only work on Raspberry PI 1-4, not Raspberry PI 5. If your connection board version is V2.0, the led feature can be used on Raspberry PI 1-5.

Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi

05 Dec 06:45
Compare
Choose a tag to compare

1, The code in the Server folder is applicable to the bullseye system, and the code is mainly based on the rpi library.
2, The code of Server-Pi5 folder is suitable for bookworm systems, and the code is mainly based on the gpiozero library.
3, Server and server-PI5 folder to achieve the same function, the difference is the underlying driver library is not the same.
4, The Ledpixel function is not available in Raspberry PI 5.

Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi

27 Feb 03:12
Compare
Choose a tag to compare

The code has been modified so that the current code (python2) can be applied to the current four-wheel car and the future four-wheel vehicle with hardware update

Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi

25 Feb 09:45
Compare
Choose a tag to compare

This version is based on python2 and QT4