I want to provide wireless, high-quality internet access (4G/LTE,5G) to the Jetson Orin Nano. What approach should I take?
I would appreciate it if those with previous experience could share their knowledge.
Thank you for your advice.
Hi @Bahadircakar for cellular conectivity the most common is to embbed a cellular module in your custom hardware (LGA), something like Quectel AG568N or similar, this also requires hardware and BSP work, its not plugable, on the other hand, there are modules that can be connected through PCIe or M2, these might be more appropiate for a developer kit/prototyping.
Note: You should also check wether your chosen modules need a physical SIM or eSIM (they might support both), for eSIM you usually need to write things like ICCD, IMSI values which you can get from the ISP.