Arduino Due

Problem with 13 inch OLED LCD display

I had not used the 13 inch OLED display module for months since when I first started using it. I made several blog post on it like Beginner's Guide to Testing an OLED Display with Arduino . Today I wanted to use it with Arduino Due board but it…

ee-diary

Arduino Due revisited

I haven't used the Arduino Due lately, so I wanted to use it in the AD7849 DAC project which I wanted to use to generate carrier signal for AM transmitter based on Arduino Due and AD7840. But when I typed the board name it was not found. After …

ee-diary

Maximum Frequency of Arduino Due DAC

The Arduino Due is a popular choice for generating analog signals due to its built-in Digital-to-Analog Converters (DACs). However, when it comes to generating high-frequency sine waves, there are some critical limitations to consider. Here, we’ll d…

ee-diary

How to use timer interrupts on the Arduino Due board?

The Arduino Due is a powerful microcontroller board based on the Atmel SAM3X8E microcontroller. One of its features is the ability to use timer interrupts, which can be a useful way to perform repetitive tasks at specific time intervals. This articl…

ee-diary

Real-Time Serial Graph with P5.js

Here we will show how to make a fast real time serial graph with p5.js. that you can use to display analog signals in real time. We will demonstrate how Arduino due can be used as arduino waveform generator that produces square wave, triangle wave…

ee-diary
Load More
That is All