Hi everyone,
I am in the process of creating a small gadget with a WS2812 LED talking via USB Virtual COM Port with a PC.
Currently, for prototyping, I am using various Arduino Nano clones, some with (supposedly) FT232, and some with CH340C.
Looking at the prices of the chips alone, I find it almost ridiculous that a FT232 alone from a reputable seller is more expensive than the whole cloned Arduino Nano. At LCSC the CH340 is just about $0.35. The cheapest TQFP ATMEGA328P is $1.70. Add the required passives and the PCB, I think I might get the boards to around the same price as a clone Nano, not including assembly.
But I am only using one GPIO for the LED, so are there smaller Arduino compatible chips?
Requirements:
- Arduino IDE compatible
- Ability to interface with CH340, or ability to present a virtual COM Port directly
- At least one spare GPIO to talk to a single WS2812 LED
- TQFP or larger, I want to be able to hand solder it
I am aware that I need to flash the Arduino bootloader manually.
Current expected amount of finished boards is around 50 at most, and it will be used within my company, so i'm okay with manual assembly and using Arduino code.
Please be aware that I have no experience at all building and programming a custom Arduino, but I want to learn and need some pointers if what I'm trying is reasonable or not.