Standard deviation for rainfall 2001-2016, global tropics

Map: Standard deviation for rainfall 2001-2016, global tropics

Arduino IDE

Arduino comes with its own Integrated Development Environment (IDE). There is also a a tiny open source Python dialect that runs on microcontroller - MicroPython, and its sibling CircuitPython. CircuitPython is developed and maintained by Adafruit. Trying out CircuitPython in October 2022 I was quite happy with writing code that I understood, but CircuitPython lacks some parts that are required for running xSpecte’s spectrometer Printed Circuit Board and I thus gave up on using CircuitPython. If the required functions are added then I will make another try. The processing stranded on the function AnalogOut that is not available for nrF based microcontrollers in CircuitPython.