GitHub - lishinian/RaspberryPi-CM4: RaspberryPi-CM4 code

#RaspberryPi-CM4 RaspberryPi-CM4 AI module code

About this repository

This repository contains the following components:

  • app/ -- Raspberry Pi server for controlling a xgo2 using a mobile application.
  • demos/ -- Officially created demos that can be run directly.
  • extra_demos/ -- Some immature demo programs are provided for learning and reference purposes only. There is no guarantee that they will function properly.
  • firmware/ -- Factory firmware for xgo-mini and xgo-lite.
  • pics/ -- Image resources used in the built-in program..
  • tools/ -- Some testing and compilation tools.

If you want to upgrade xgo-pythonlib,please run these two commands:

pip install --upgrade xgo-pythonlib
sudo pip install --upgrade xgo-pythonlib

Xgorobot/XGO-PythonLib(github.com)

ChangeLog

[xgo0914] - 2023-9-14

Added

  • Speech function adapted to the language environment.
  • Added chatgpt function in English and Chinese.
  • Added RobotGpt functionality.

Fixed

  • Change the password of the wireless account and switch independently without rebooting.
  • The demo menu can be switched to sequential or reverse order.
  • Fixed the problem that lcd_text could not be displayed on multiple lines in graphical programming.

[xgo0627] - 2023-6-27

Fixed

  • English language keywords have been revised.
  • Unifying the interaction logic of 5G SSID and volume.
  • Upgraded the bin firmware for mini and lite.

[1.0.1] - 2023-6-25

Fixed

  • Fixed the bug where the app and speech would get stuck and unable to exit when not connected to the network.
  • Fixed the bug that the sound demo would get stuck and unable to exit.
  • Fixed the bug that the speech demo can't be run correct.

[1.0.0] - 2023-6-20

The stable version of the image file has been released.

Added

  • Added a language switching feature for Chinese, English, and Japanese languages.
  • The current version number is displayed on the main page.