My Blog

  • API Management DTAP lessons learned

    Tags: API

    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

    Tags: iis, certificates

    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

    Tags: Azure, API

    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

    Tags: Dynamixel, 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

    Tags: Sailing, 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

    Tags: Sailing

    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

    Tags: Sailing, B and G

        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

  • 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