the Arduino Primo Core website (https://store.arduino.cc/usa/arduino-primo-core) says that I can program the Arduino Primo Core using an Arduino Primo.
I have no idea how to do this!
Can you do it through the Arduino IDE? Which pins on the Arduino Primo Core should I connect to which pins on the Arduino Primo?
Thanks for your help!
2 Answers 2
instructions were on arduino.org. it is turned off now, but you can find them in Web Archive (without downloads) Arduino.org pages in web archive
Juraj's answer answered my question, however I've gone back since and found the link to be broken. Fortunately I saved the file so I'll summarise here for others:
- Download the nRF52 platform using the Boards Manager:
- Connect the Arduino Primo Core to the Arduino Primo using a SWD connector (J2 on Arduino Primo Core and J9 on the Arduino Primo):
Plug the Arduino Primo into the PC using a USB data cable.
Select "Arduino Primo Core" from the
Tools > Board
menu:
- Select the corresponding port of the Arduino Primo from the
Tools > Port
menu:
Select the
Blink
sketch from theFile > Examples > 1. Basics
menu.Upload the sketch. If the light blinks on the Arduino Primo Core it has worked!