How to Setup Cheapduino Board (smallest Arduino)

Summary of How to Setup Cheapduino Board (smallest Arduino)


This article guides setting up the "Cheapduino," a minimal and cost-effective Arduino-compatible board ideal for small projects. It details connecting the delicate ribbon cable to the board, linking the FTDI programmer via jumper wires, and configuring the Arduino IDE with the Blink example sketch. Key setup involves selecting the "Arduino NG or Older" board type with the "Atmega 8" processor to upload code correctly.

Parts used in the Cheapduino Setup:

  • Cheapduino Board
  • FTDI programmer
  • Female to female jumper wires
  • Ribbon cable

When it comes to electronics projects, Arduino is definitely one of the most favorite choices of every enthusiast, and if you are Arduino fan like me, you too build all your projects on Arduino, so what if you have limited boards available to use? And really for small projects, using Arduino boards isn’t a good choice or either economic, so in this post, we will uncover this smallest arduino board called as “cheapduino” and we will set it up and running!

Supplies:

  1. Cheapduino Board
  2. FTDI programmer
  3. female to female jumper wire

Step 1: Watch the Video!

Step 2: Connect the Ribbon Cable

steps:

  1. insert the Ribbon cable’s one end to Cheapduino Board, with BLUE side.
  2. lift up the connector on FCP header.
  3. insert the other end of cable to FCP header Slot with BLUE side up and lock the cable.

while connecting the Ribbon cable be very careful it’s quite delicate and could break easily.

Step 3: Connect the FTDI to FCP Header

using the jumper wire to connect FTDI to FPC header, follow this connection sequence

  • GND to GND
  • CTS to CTS
  • Vcc to vcc
  • TX to RX
  • RX to TX
  • DTR to DTR

make sure you double check the connections to avoid damaging your Cheapduino board!

Step 4: Open Blink Code

for this example, we will use simple blink code, which is an built in example from our Arduino’s IDE, so to open this example,

  1. go to file menu.
  2. under examples, go to basics .
  3. under basics, select the blink code and open it.

Step 5: Board Settings

the cheapduino is based on Arduino NG ( or older) arduino type, so the board settings for this board would be much different than others. follow these settings to ensure correct setup for this board!

  1. go to Tools menu.
  2. select the Board option under Tools.
  3. for the Board type, select the Arduino NG or Older board
  4. under the same Tools menu, select Processor option.
  5. under Processor, select Atmega 8.
  6. upload the code.

Read more: How to Setup Cheapduino Board (smallest Arduino)


About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top