Explore >> Select a destination


You are here

www.kerrywong.com
| | ncona.com
9.8 parsecs away

Travel
| | In my previous post, Getting Started With Arduino UNO R4, I showed how we can upload a sketch into an Arduino board. In this article, we are going to do the same, but this time using the Arduino CLI. Why Arduino CLI? I personally, use neovim for coding, which makes it a necessity for me to be able to compile and upload my code from my terminal. If you prefer the IDE, this article might not be for you, but, understanding the CLI could be useful in the future to automate repetitive tasks or run things in a...
| | jborza.com
10.8 parsecs away

Travel
| | Over a month ago I bought an Altera Cyclone IV board from a local seller, it seems to be listed on Aliexpress as well. Its marked as A-C4E6E10, and features: Altera Cyclone IV EP4CE6E22C8 FPGA chip with 6272 logic elements, 270 Kbits of memory 8-digit seven-segment LCD display 8 position DIP switch VGA output PS/2 input port (comes in handy to try out keyboard processing) buzzer a couple of push buttons a handful of IO pins, some of which can be used as a connector for a 1602/12864 display and 22 miscell...
| | www.thepolyglotdeveloper.com
11.3 parsecs away

Travel
| | Learn how to configure Visual Studio Code (VSC) for Arduino development, an alternative to the Arduino Desktop IDE.
| | ciesie.com
81.5 parsecs away

Travel
| You programmed STM32 microcontroller using Nucleo or Discovery boards. That means you used Serial Wire Debug (SWD) for programming/debugging. Now, you are designing a PCB with a STM32 microcontroller on it, which means you have to be able to program it. One solution is uploading the code through a bootloader - a small piece of software, made by ST that has been saved in the protected (read-only) memory of the microcontroller.