I finally solved the problem of serial port sending tonight. The changed code is as follows: def write(self, data): if self.alive: if self.serSer.isOpen(): self.serSer.write(data) def m_send1butOnButt...
I downloaded a DSP code shared by a moderator on the 21ic Electronic Engineer Forum. I put this folder in the same directory as the folder of the previous routine code, but an error occurred during si...
The Internet of Things (IoT) is rapidly evolving and has become a major driver of innovation, attracting many developers from both the Internet application and traditional embedded device fields. Beca...
[align=left][color=rgb(0, 0, 0)] [color=rgb(146, 3, 70)][u][url=http://dianyuan.ofweek.com/IND-8321046-dianchi.html]Batteries[/url][/u][/color]As the power source of wearable products, the selection a...
Use TouchGFX to make a Rubik's Cube (Day 5) I have mastered control arrays and transparency, but I still have a hard time grasping the scroll bar. Last time I mentioned control arrays. It is true that...