News

SparkFun's Arduino Pro Mini 328 is a bare bones super small Arduino compatible development board. This hardware is used for both the 3.3V/8MHz and the 5V/16MHz versions. Both of these products use the ...
You need to select Arduino Pro or Pro mini, ATmega328P (3.3V, 8MHz) in the Arduino IDE. An USB-Serial adapter that provides 3.3V is required, otherwise the radio chip can be damaged. The example ...
Step 2: Now remove “Arduino Original IC” from Arduino board with the help of Screw Driver. And insert “New Atmega328 IC” into the Arduino board. Step 3: Now open Arduino IDE and go to File -> example ...
We all know that, Atmega328 IC is used in Arduino UNO board. This IC is the brain of the Arduino board. Actually, Arduino designers wanted to make a handy prototyping board for the beginners so they ...
We’ve previoulsy seen low costs SX1278 LoRa modules @ 433 MHz which you could connect to your own board, but Electrodragon is now selling Loraduino board with an Atmega328P MCU and SX1278 for just ...
Adding USB functionality to your Arduino projects used to be a pain, but thankfully, the V-USB project came along and gave your ATMEGA328 the ability to control the USB lines directly and mimic sim… ...