My Blog
-
API Management DTAP lessons learned
With API management we have seperate environments for Development, Test and Production.
The best way to move an API from one environment to the other is through GIT at this moment.
https://docs. … more
-
Troubleshoot IIS Client Certificate issues
IIS has the option to require client certificates, but setting this up requires all settings to be set correctly.
The question
The customer question was that during a security audit, the server … more
-
Azure API management tips & tricks
Just some random notes on Azure API management:
Parse JWT in Azure API management policy:
@(context.Request.Headers.GetValueOrDefault("Authorization","").AsJwt()?.Subject)
API management and … more
-
Raspberry Pi and the dynamixel controller
Take a look at my new article about the Dynamixel servo's and how to control them from a Raspberry Pi without a CM controller
control-dynamixel-with-raspberrypi more
-
Control Dynamixel AX-12 with NETMF
How to control multiple Robotis Dynamixel AX-12 from a .NET Micro Framework environment.
The first step is to wire everything up, we use port 0 and 1 for serial RX and TX, and digital port 2 for … more
-
Create BSB files for your KAP sea charts
Some sea charts are just released as KAP files, without the accompanying BSB file. If you run into problems importing the KAP files, there is a way to generate the BSB files.
For example, these New … more
-
Analysis of sailboat electronics
What would be the ideal high end sailboat instrument system so let’s have a look at the components we need (not yet thinking about how to integrate them all):
Some displays on the mast (20/20, … more
-
B and G Wind bearings replacement
The official B & G bearings for the wind angle and wind speed are quite expensive. Why not buy some 3rd party bearings for 10% of the original price.
Type: SFR2-5ZZ
These should match the 213 … more
-
Generating OSM tiles with Python to Windows Azure Blob storage
The concept is to generate the tiles for an OpenStreetMap or OpenSeaMap server published to Windows Azure. The advantage of Windows Azure Blob storage is that we can enable the CDN support (content … more
-
Domotica links
Hierbij wat links voor het meten van je energie verbruik (gas, water, electriciteit) met behulp van bijvoorbeeld een arduino.
http://www.enymate.nl/http://www.hekkers.net/domotica/ … more