Page 1 of 1

Simple streaming QFB data to SensiML DCL

Posted: Sat Mar 13, 2021 1:37 pm
by timothym
Hi

I am using example binary file quickfeather-simple-stream-data-collection.bin from following link:
https://sensiml.com/documentation/firmw ... ather.html

I want to know that does this example firmware require USB to TTL serial adapter?

is following adapter compitable?
https://robu.in/product/ft232rl-usb-to- ... r-arduino/

FT232 has following pins

FTDI ------ QFB
GND —-> GND
VCC —-> VCC
TX —–> Pin 2
RX —-> Pin 3
DTR —-> ?

where should I connect DTR?

Thanks

Re: Simple streaming QFB data to SensiML DCL

Posted: Fri Sep 17, 2021 4:03 pm
by ale@quicklogic.com
QuickFeather UART supports RX and TX only. There is no support for Control signals.

Re: Simple streaming QFB data to SensiML DCL

Posted: Thu Mar 09, 2023 4:37 am
by chrisharrison3456
The example firmware "quickfeather-simple-stream-data-collection.bin" does not require a USB to TTL serial adapter for basic functionality. However, if you want to debug or monitor the firmware's output, you will need a USB to TTL serial adapter.

The FT232RL USB to TTL serial adapter you mentioned should be compatible with the QuickFeather board. To connect it to the QuickFeather board, you can connect the pins as follows:

Connect the GND pin of the adapter to the GND pin of the QuickFeather board.
Connect the VCC pin of the adapter to the VCC pin of the QuickFeather board.
Connect the TX pin of the adapter to pin 2 (RX) of the QuickFeather board.
Connect the RX pin of the adapter to pin 3 (TX) of the QuickFeather board.
Connect the DTR pin of the adapter to the RESET pin of the QuickFeather board.
By connecting the DTR pin to the RESET pin, the adapter can reset the QuickFeather board when needed, which is useful for programming the board.