Category: Arduino
-
Adding Board 2 Arduino
To add the boards fro the links in this page, the link has to be placed under File->Preferences->Additional Board Manager URL:Then the board can be added through tools->board->Board Manager. For the LGT8F family boards:https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json Adafruit compatible bords:https://adafruit.github.io/arduino-board-index/package_adafruit_index.jsonhttps://adafruit.github.io/arduino-board-index/package_adafruit_index.json
-
Programming Arduino With Max3232 of Max232
To Program the Arduino over a MAX232 one simply needs to press the reset button on the board or to ground the reset pin till the Arduino IDE has compiled the program it is ready to upload. At this point release the reset button or remove the grounding wire and the Arduino IDE will start…