Skip to content
View Solidedge's full-sized avatar
🤘
🤘
  • ASSA ABLOY Global Solutions
  • Norway

Organizations

@BLE-MIDI
Block or Report

Block or report Solidedge

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Solidedge/README.md

Hi! 👋 I’m Ole!

I come from the land of the ice and snow, from the midnight sun where the city of Tromsø lies. I'm mostly interested in embedded, product-development, electronics . Private projects are usually related to music, hiking/trekking or homeautomation. Quick facts about me:

  • Have a BSc in Electrical engineering
  • Experience in Embedded R&D
  • Located near Oslo in Norway
  • Musician and Outdoorsman
  • Name is pronounced [ˈûːlə]



Current studies/ projects

At the moment I'm learning python and looking into GPS tracking.



Contact Me

I have yet to setup an easy and private way to reach me...



Publications

Optimizing BLE MIDI with regards to timing



Experience

Through studies, work and private projects I've gathered experience in the following topics:

Property Experience
Language C LabVIEW Powershell C++ LaTeX Javascript HTML CSS Markdown Python
Software & Tools Visual Studio Code Zephyr NCS CMake Sketchup Wireshark Github KiCad LTspice Netlify Slack Trello Home Assistant Reaper MS Word MS Excel MS Powerpoint MS Teams MS OneNote
Hardware etc. ARM Bluetooth MIDI Raspberry Pi NFC Z-Wave nRF52840 nRF52832 nRF5340 nRF9160 nRF5340
Plattforms Windows 10 Ubuntu Android Linux

Domain of knowledge

Electrical Engineering Development Badge Computer Science Badge Music Badge Outdoors Badge Climbing Photo First Aid

Pinned

  1. BLE-MIDI/NCS-MIDI BLE-MIDI/NCS-MIDI Public

    MIDI tools for nRF Connect SDK

    C 20 4

  2. BLE-MIDI/WebMIDI BLE-MIDI/WebMIDI Public

    Development tool for BLE MIDI.

    JavaScript 9 2

  3. NCS-Build-script NCS-Build-script Public

    Powershell script for building and flashing several Development Kits, debugging and testing connected kits.

    PowerShell

  4. Convert incoming BLE-MIDI timestamp ... Convert incoming BLE-MIDI timestamp to localtime, or delayed local time. Functional with https://github.com/BLE-MIDI
    1
    /** Convert incoming BLE-MIDI timestamp to localtime, or delay. 
    2
     * Timestamp out is in microseconds.*/
    3
    static uint16_t convert_timestamp(uint16_t received_ts, uint16_t conn_interval, uint16_t time_of_rx) { 
    4
    	static uint16_t prev_received_ts;
    5
    	static uint32_t prev_time_of_rx;
  5. LabVIEW-MIDI-Tool LabVIEW-MIDI-Tool Public

    A development Tool for MIDI, using UART via USB

    LabVIEW