Backup to Microsoft OneDrive for Business (SharePoint) with Synology’s Hyper Backup

This is a follow-up to my article Backup to Microsoft OneDrive with Synology’s Hyper Backup. After presenting my solution for using Microsoft OneDrive (Personal) as a backup destination in Synology’s Hyper Backup, I was asked if it could also be used with OneDrive for Business. OneDrive for Business is based on SharePoint, which can be configured in different ways. Thanks to the node-sp-auth package, I was able to write another proxy server that works with several of the different SharePoint authentication mechanisms.

Weiterlesen

Backup to Microsoft OneDrive with Synology’s Hyper Backup

With Microsoft offering 1 TB of OneDrive cloud storage in it’s Office 365 subscription, it would be nice if that storage could be used to backup data from a Synology NAS. Unfortunately, Synology’s own backup solution for DSM, Hyper Backup, does not offer to use OneDrive as a backup destination. So here is my solution to this for those who can run Docker on their Synology NAS.

Weiterlesen

Adding Wi-Fi telemetry to the Pixhawk flight controller with an ESP8266 module

This article is about building a bidirectional MAVLink Wi-Fi telemetry module for the Pixhawk flight controller using an ESP8266 module with the MavESP8266 firmware. The newer Pixracer flight controller has a built-in connector for ESP-01 Wi-Fi modules, which can be flashed with the MavESP8266 firmware. This firmware can also be flashed to other ESP8266 based modules and the modules can also be connected to a Pixhawk. Weiterlesen