cujomalainey / ant-arduino

An implementation of a ANT driver for Arduino, Mbed and ESP-IDF
GNU General Public License v2.0
104 stars 15 forks source link

Quick start hardware recommendations #58

Closed kostrse closed 1 year ago

kostrse commented 1 year ago

For someone who didn't deal with nRF radios before, it's overwhelming at the start to figure out what is the best development setup to start from.

Could you please share some specific recommendations (a shopping list) in the README what boards and tools to have?

There're have been several SoCs and development boards from Nordic, some of them are already deprecated, the thisisant forum is not active as well.

Thanks!

cujomalainey commented 1 year ago

I will point you to this comment as a kickstarter.

~If you are doing a raspberry Pi you can skip this library and go straight to the libraries provided by dynastream and use a USB stick (but apparently they are super marked up right now [$50 !?!?!?]).~ Read zero not pico, ignore this

D52's (see link) as they come preloaded with the correct firmware for serial access. The pin mapping is not the best documented so I recommend checking out my wiki for a reference for wiring

cujomalainey commented 1 year ago

Forgot to mention, any board with 3.3V logic and an external UART is usually a good candidate for development. I personally use the ESP32 usually.

cujomalainey commented 1 year ago

If you have any more questions please reopen :)