All example codes have been modified to work with the Arduino MKR boards, but nanoLambda has developed all the code.
Example FYS203 has been developed by Eik Lab with code from other examples.
All code is licensed under "Apache license 2.0", which means all code can be modified and used under all circumstances as long as the copyright holders are kept.
- Press the green "Code" button and download as a zip.
- Exctract the files and compress only the "NanoLambdaNSP32_FYS203" as zip.
- Open Arduino IDE, press "Sketch" -> "Include library" -> "Add ZIP-library" and choose the zipped NanoLambdaNSP32_FYS203_FYS203 folder.
- Restart the Arduino IDE.
The examples should now appear in "File" -> "Examples" -> "NanoLambdaNSP32".
- -> VCC
- -> 14 TX
- -> GND
- -> NC (Not connected)
- -> 1
- -> NC (Not connected)
- -> 0
- -> 13 RX
Nanolambda will light a green diode, if the power is connected correctly.
See the datasheet for more information!
- Choose an example
- Choose correct board. Goto "Tools" -> "Board" and select a board
- Choose correct port. Goto "Tools" -> "Port" and select a port, often named "COMXX(Board name)"
- Press the right arrow in the Arduino IDE (next to the check icon), and it will compile, load the code into the board and run the code.
Most example codes will write comments in a monitor, these can be found under "Tools" -> "Serial Monitor"