Category: Software

  • Visual Studio Code as Arduino IDE replacement

    I can say a lot of good things about Arduino ecosystem. List will quite long, trust me on that. But Arduino ecosystem has one thing that sucks a lot: Arduino IDE. Programming environment for Arduino is crap. Period. I would not call it the worse development environment ever, but it's pretty close to that title.…

  • E45-TTL-100 Configuration Tool for Linux

    This will be fairly short entry. Do you know what E45-TTL-100 LoRa wireless serial modules were missing? They were missing configuration tool for other platforms than Windows. And even on Windows it had some minor problems. Luckily, this has changed only a few hours ago. Stronnag, the man behind mwptools mission planner and tools for…

  • USBasp driver for Windows 10 – Working solution

    Yesterday I’ve spent like 2 hours fighting to make USBasp ISP programmer work under Windows 10 64bit. Seriously, that was like some kind of nightmare that turned into a comedy. All web pages that I’ve found suggested following procedure: Download zadig Install libusb-win32 Be happy Unfortunately, in my case all attempts failed miserably. All I…

  • STM32 VirtualComPort driver for Windows

    STM32 VirtualComPort driver for Windows

    Virtual Com Port, VCP to method of choice for almost all recent flight controllers to connect to PCs. No more onboard USB-to-UART converters like CP2102. SMT32 can work as USB device too after all… But for this, Windows users will require dedicated driver. I have no idea why STMicroelectronics made it so hard do download…