Search found 7 matches

by sipeed76
Sat Mar 20, 2021 7:02 am
Forum: Other Boards
Topic: [Project Sharing] Mecanum wheel(1)
Replies: 0
Views: 1743

[Project Sharing] Mecanum wheel(1)

Picture of the car: https://hackster.imgix.net/uploads/attachments/1276238/155612uclcnx0encpnecdv_TemVhGPKds.jpg?auto=compress%2Cformat&w=740&h=555&fit=max It can realize clockwise and counterclockwise rotation, and can realize translation in the x-axis direction and y-axis direction; Demo: https://...
by sipeed76
Thu Mar 18, 2021 3:52 pm
Forum: Other Boards
Topic: [Project sharing] Example of K210 -- water lamp V1
Replies: 1
Views: 1733

[Project sharing] Arduino&K 210&infrared tube triad voice control obstacle avoidance car

https://hackster.imgix.net/uploads/attachments/1275060/194902svoygom3ngg8cnac_6TxFRHpsvi.jpg?auto=compress%2Cformat&w=740&h=555&fit=max The car can normally complete the function of turning left or right forward or backward: https://www.bilibili.com/video/BV1kU4y1p75j?p=1&share_medium=android&share...
by sipeed76
Thu Mar 18, 2021 8:07 am
Forum: Other Boards
Topic: [Project sharing] Example of K210 -- water lamp V1
Replies: 1
Views: 1733

[Project sharing] Example of K210 -- water lamp V1

The required libraries are GPIO, FPIOA_MANAGER, UTIME supplement: The external pins and internal functions on the K210 chip are independent of each other Pin refers to many metal contacts from the chip, that is, we commonly known as functional pins It can be GPIO/PWM/ADC/I2C and other internal func...
by sipeed76
Wed Mar 17, 2021 7:20 am
Forum: Other Boards
Topic: [project share][MAIXPY] to achieve K210 serial port picture transmission [POST submission picture]
Replies: 3
Views: 3370

[vofa+] Implement K210 Serial port picture transfer

VOFA+ is committed to lowering the threshold of graphical debugging: retaining the traditional byte stream debugging assistant style of data transmission and reception to meet the requirements of non-graphical debugging; With intuitive and minimalist protocol design and convenient command binding, ...
by sipeed76
Tue Mar 16, 2021 4:27 pm
Forum: Other Boards
Topic: [project share][MAIXPY] to achieve K210 serial port picture transmission [POST submission picture]
Replies: 3
Views: 3370

[Maixpy]K210 Serial Port Image transmission [2]

POST(requests) Introducing requests Requests is a library provided by micropyhton to bring into play the networking capabilities of IOT single-chip computers such as ESP8266/ESP32.Through requests, six common instructions for HTTP/HTTPS can be implemented. In fact, on K210, the official firmware do...
by sipeed76
Tue Mar 16, 2021 4:23 pm
Forum: Other Boards
Topic: [project share][MAIXPY] to achieve K210 serial port picture transmission [POST submission picture]
Replies: 3
Views: 3370

Implement K210 Serial Port Image Transfer(TCP Image Transfer

In this section we will use the tcp protocol of VOFA+. Through tcp, we will be able to transfer the wireless graph to the upper computer through the network, which is very practical. Since bloggers use bit boards and don't have their own network card firmware, we'll use an external network card in ...
by sipeed76
Tue Mar 16, 2021 7:47 am
Forum: Other Boards
Topic: [project share][MAIXPY] to achieve K210 serial port picture transmission [POST submission picture]
Replies: 3
Views: 3370

[project share][MAIXPY] to achieve K210 serial port picture transmission [POST submission picture]

https://hackster.imgix.net/uploads/attachments/1273375/_664oGCKedz.blob?auto=compress%2Cformat&w=900&h=675&fit=min Write in front: When connected to the network, serial port diagram transmission cannot be called diagram transmission, but should be renamed diagram transmission. First, the bandwidth ...