• Service robot motion status monitoring
    #include <iostream> #include “serial_debug.h” using namespace std; int debug_wait() { #if DEBUG cout << “press any key to contine” << endl; getchar(); #endif return 0; } bool creat_serial(HANDLE &hComm,string strPort) { hComm = CreateFile(strPort.c_str(), GENERIC_RE...
  • Flutter on Raspberry Pi with flutter-pi
    Would you like to use a great multi-platform toolkit to develop apps for mobile, web, desktop, and even embedded devices (Raspberry Pi) with a single codebase?,Then, do not miss this post which talks about Flutter on Raspberry Pi, the great open-source Google’ User Interface (UI) toolkit for building native app...
  • This short post is a cheat sheet than you can use to check the ESP8266 NodeMCU pinout (V2 and V3 ESP8266 NodeMCU boards) for your Arduino IDE programs.,For practical purposes ESP8266 NodeMCU V2 and V3 boards present identical pinouts. For our mechatronics projects we are mainly interested in the following pins:...
  • 04-26
    蓝冠 超过围观 0条评论
    sudo raspi-config,Qt 5.12 is a long-term support (LTS) release of the popular Qt framework. If you are not familiar with it, Qt is a rich framework with plenty of ready-to-use multi-platform components for diverse areas such as multimedi...