Development Why we chose LGPL license for Polaris After we started to show Polaris to more and more people we started to wonder if the license we chose had been the right one. In this post I explain why we decided to use LGPL.
Artificial Intelligence Featured Analyzing LightSail-2 telemetry with Polaris Polaris can help satellite operators to explore telemetry data using machine learning. Here's an example of a LightSail-2 analysis.
Software Featured Polaris participates in GSoC'19 Polaris will be part of the Google Summer of Code 2019. The selected student has been Aditya Malshikhare, and he will be working on a Python module to analyze satellite telemetry from the SatNOGS network.
Embedded Un vistazo a la arquitectura de ArduPilot ArduPilot es un gran ejemplo de un proyecto potente y flexible. Soporta diferentes tipos de vehículos y corre en varias plataformas. En esta entrada intento profundizar en su arquitectura para reaprovechar sus fortalezas.
Embedded Featured Experimentando con C++ en sistemas embebidos C++ es un lenguaje que está evolucionando bastante en los últimos años. En este post analizo que hace el compilador cuando usamos 'std::array' y las diferencias con un clásico array de C.
Embedded Featured Unit tests in embedded systems: reality or fiction? Is TDD being used in embedded software development? What can we learn from software devs to improve the quality of our software?
Embedded Tests unitarios en sistemas embebidos: ¿realidad o ficción? Me gustaría plantearos dos preguntas: ¿Creéis que hacer TDD es algo común en desarrollo de software embebido? ¿Cómo enfocaríais un proyecto nuevo para maximizar la calidad del mismo?
Embedded Featured 3 lecciones que debes entender para desarrollar un bootloader El desarrollo de un bootloader me ha llevado a preguntarme qué sucede en un microcontrolador desde que encendemos el sistema hasta que arranca la aplicación principal.