About the real-time acquisition of analog signals on the jetson nano board

I want to know if jetson nano can realize real-time acquisition of analog signals? If so, do I need to add any expansion devices? Where are the expansion devices installed on the board?

What’s real-time acquisition of analog signals? Can you give more specific information.


I want to build a learning model by machine learning through tensorflow in the ubuntu system of jetson nanoboard, and collect analog signals similar to the picture in real time through the board and identify and classify them. Can this board realize the acquisition of such analog signals? ?

Jetson Nano don’t have analog input.

Even if you had an ADC the Nano would be rather slow at learning. Mostly the intent of embedded systems is to execute a model which is already trained.

I have already understand, thank you very much for your reply!