This blog is mainly one about technology (Eclipse, IDE, compilers, electronics and all the other things which fill up my professional life). Against some ‘blogging rules’, I decided to enrich it with articles about my other passions likeBBQ/cooking orhiking/nature. I hope you enjoy that m...
One connects the Arduino’s pin 3 to the RX GPS Module’s pin and the Arduino’s pin 4 to the TX pin of the GPS Module. The U-BLOX Neo 6M GPS Module consists of a tiny K833 series 3.3V voltage regulator, which becomes its threshold voltage. SoftwareSerial reads raw data from the ...
Raspberry Pi – Arduino like IO access Posted on November 6, 2016 by Artur F. Hi guys, I’ve wrote some functions to control Raspberry Pi IO’s via C code. The control approach is the same like in Arduino IDE: void pinMode (unsigned int pinNumber, unsigned int pinFunc... Read More...
The Arduino Pro IDE is an Arduino® project developed by the Arduino team and some partners, the main contributors are: *Arduino CLI Team: https://github.com/arduino/arduino-cli/graphs/contributors *TypeFox Team: https://www.typefox.io/ ...
Traditionally, serial ports in PCs are called COM ports and numbered COM1, COM2 etc. As a consequence, you can use any software that is able to communicate via COM ports for communication with your board, not just Visual Micro or the Arduino IDE.See...
To upload sketches to MoteinoMEGA you will need to first install the Moteino Core (instructionshere). This defines the pin map and other important core definitions that allow the MEGA to be programmed from the Arduino IDE. Once that is done you should have a new board target under Tools>Boa...
About Innovation, Development, Technology and whatever comes along. | Airport IT | Aviation | Standards | Android | PostgreSQL | D3.js | Angular | Cybersecurity | Visualization | Amazon AWS | MongoDB | Machine Learning |
lazarus的about的滚动字挺好的,参考lazarus的about的滚动字符功能,编写了一个字幕滚动控件,增加了字体颜色/字体大小和斜体等功能: scrollingtext.pas unit ScrollingText; interface uses Classes, SysUtils, Forms, Controls, Graphics, StdCtrls, Buttons, ExtCtrls, ComCtrls, ...
I’m using an ESP32, with the arduino framework, and the Platform.io IDE. The nice thing is I could extends the AdafruitGFX lib. So all the work of drawing, fonts etc, is yet done. I added the notions of display size and buffer size. With a bigger buffer size, I can make easy...
Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and uplo...