|
You are here |
blog.famzah.net | ||
| | | | |
thelittleengineerthatcould.blogspot.com
|
|
| | | | | So far, I have been programming my µcontrollers using the Arduino IDE . As I progressed with my TurboLEDz experiments, I came across... | |
| | | | |
ncona.com
|
|
| | | | | 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... | |
| | | | |
muscaw.dev
|
|
| | | | | I started working on a project that involves an ESP32. I'm using the Arduino platform to develop on the ESP32. This is a platform I have some familiarity with. When I went to use the EEPROM to save some information, I just could not make it work. The information did not seem to register to the EEPROM and/or read back from the EEPROM. The reason is because the EEPROM needs to be initialized when using an ESP32 board and not on Arduinos. | |
| | | | |
quakkels.com
|
|
| | | Raspberry Pis are great little computers. Wonderful for running hobby services. But, whenever I start a new RPi project, I dislike needing to dig out my spare HDMI monitor and USB keyboard. I don't like having to take up room, connect all that hardware, just to enable SSH and Wifi so I don't need any of that equipment I just finished setting up. | ||