Debug sketch on Arduino Zero Pro with GDB and OpenOCD
Arduino is simple platform but empowers it’s users to do fantastic projects. People with experience in writing software for bigger
Continue readingLearning Arduino
Arduino is simple platform but empowers it’s users to do fantastic projects. People with experience in writing software for bigger
Continue readingFor many projects You will need to measure distance, let’s say You are building a robot and You don’t want
Continue readingConnecting nRF24L01 and Arduino Now, when we know nRF24L01 module pinout we can now connect it to Arduino or some
Continue readingThere are many options how to connect Your Arduinos wireless. One of options available is – nRF24L01+. It costs only
Continue readingIn Arduino You can use String class, which can be used to create log messages. Often You need to add
Continue readingArduino YUN is very powerful tool especially with data acquisition services like ThingSpeak. Today we had urgent need to get
Continue readingArduino YUN is very interesting product. Mixing OpenWRT and Arduino in one board is effective. OpenWRT does things related to
Continue readingLet’s start with short movie. Yet another blinking example, but this time, can You spot something unusual for such example?
Continue readingOften You need burn bootloader onto ATmega chip. You can always buy chip with preloaded bootloader or ISP programmer like
Continue readingIn the previous post we’ve finished with reading files from SD card. Now we have to pass them through our
Continue reading