Pytrack / Pysense board firmware licence?
-
What are the license conditions for Pytrack / Pysense and other board firmware? Is there a plan to make it open source and available in GitHub?
-
@bmarkus
The deepsleep shield is a PIC10, the Pysense/track use a PIC16 (for the USB stack I'd imagine)
-
@jmarcelino said in Pytrack / Pysense board firmware licence?:
I suspect bmarkus is referring to the PIC16 firmware on the
Yes, I mean the PIC fw. It was referred somewhere as PIC10xxx
-
@jmarcelino I recall the opposite. Somewhere it was asked whether the PIC source code would be published too, and the answer by @daniel was "yes". At least, this link let's assume it: https://forum.pycom.io/topic/1022/root-causes-of-high-deep-sleep-current/22
-
I suspect bmarkus is referring to the PIC16 firmware on the Pysense/Pytrack which enables deep-sleep, wake on interrupt and other things.
From what I understand the source of that firmware will not be available.
-
@bmarkus The source for the firmware si here:https://github.com/pycom/pycom-micropython-sigfox and especially in the ESP32 subdirectory. The code for Pytrack/Pysense is here:https://github.com/pycom/pycom-libraries
The license is here for Pytrack/Pysense: https://github.com/pycom/pycom-libraries/tree/master/license
The license for the code is typically in the header of each source file.
-
Can you be more specific? I do not find it.
-
@bmarkus
All sources and license are here
https://github.com/pycom