This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Recommended USB Serial chip for nrf51822 custom board

Hi,

We're producing a custom board based on the nrf51822 and would like to add a USB Serial chip. The current contenders are:

a) FTDI 232R b) ATmega8U2 (www.arduino.cc/.../USBSerial) c) CP2101 (www.silabs.com/.../CP2101.pdf) d) Software USB (github.com/.../LemcUSB)

Option 'a' is the classic option, but pricey (relatively speaking to our other BOM costs), but I understand it should not require any additional driver for Win, OS X or linux - a key requirement.

Option 'b' is not a preferred option as we don't want to perform the additional programming step during production. It also requires end user configuration steps, on PC's they may not have admin rights to.

Option 'c' requires driver installation, which may be an issue in some locked down OS environments, e.g. schools. (same as #2)

Option 'd' is ruled out as it would need a 24 kHz clock (or some serious code optimisations) and still carries risk.

We'd like to simplify the end user experience so any USB/Serial chips that don't require a driver install is a key requirement. Of course, the cheaper the better :)

I was wondering if anyone had used or found any other Serial USB chips for use with the nrf51822 and Win/OSX/Linux platforms?

All the best Wayne

Related