Skip to content

Instantly share code, notes, and snippets.

xTS25ESYS
RolandEC
[[Section Address:
SONG0000VS2
.
..
SCSI Check..
@hsiboy
hsiboy / rmid2bin.bas
Created October 18, 2021 10:48
Convert Roland midi (sysex) firmware update(for Roland sp-808) to binary.
' This program extracts the firmware binary from Roland's SP-808EX update
#include "vbcompat.bi"
Dim infil As String
Dim outfil As String
' Dim f1 As Long
Common Shared f1 As Long
Dim f2 As Long
Dim i As UShort
@hsiboy
hsiboy / Majority_KINGS_DAB_Internet_Radio_notes.md
Last active March 31, 2025 07:24
Majority KINGS DAB+ Internet Radio - notes

Majority Kings Internet DAB+ Radio - Notes

A collection of notes on the inner workings of the majority kings radio.

Features

Media:

@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
body{
background:#fff;
font-family: "Press Start 2P", cursive;
}
div#container{
background:#EEE;
font-family: "Press Start 2P", cursive;
font-color: FFF;
@hsiboy
hsiboy / Yamaha_SPX900-Repair_Notes.txt
Last active December 7, 2023 20:14
Yamaha SPX 900 - Repair Notes
Yamaha SPx900 – repair log
-- FAULT --
Noted fault, "BATTERY LOW" warning on switch on, not passing audio.
Inspection revealed that a new battery was in place (reading 3.1v) and at some point, the 4 electrolytic capacitors on the PSU board had been replaced as well as the reservoir capacitor C163 across the 5v rail on the main board.
The display was very faint, and the LED backlight very dim. The display was original.
@hsiboy
hsiboy / Yamaha_spx90.txt
Last active May 22, 2020 10:59
Yamaha SPX90 Repair notes.
a "repair " note for a failed to repair one. I even worked out the schematic
but could not find the reason for the slightly linear ps characteristic, not
full switching, and then thermal runaway. Even tried rewinding the secondary
of a generic smps toroid and could get it reliably working but only with a
fan. There was some shorted turns in the original, presumably due to excess
@hsiboy
hsiboy / navtex.ino
Created October 8, 2019 22:13
Simple Navtex receiver - https://youtu.be/SwL_ZQ_iBIM
/*
* Simple Navtex receiver - https://youtu.be/SwL_ZQ_iBIM
*
* by Martin Kuettner <[email protected]> 03/2016
*
*
* Porting the 80C51 Assembler Program from "A NAVTEX Receiver for the DXer":
*
* Klaus Betke, Am Entengrund 7, D-26160 Bad Zwischenahn, Email: [email protected]
* 11-AUG-00/01-OCT-00
@hsiboy
hsiboy / flows_navtex.json
Created October 3, 2019 22:00
node-red flow for parsing Nasa Marine Navtex
[{"id":"223620c.0f47ce","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"2c814316.d50d3c","type":"serial-port","z":"","serialport":"/dev/ttyUSB0","serialbaud":"38400","databits":"8","parity":"none","stopbits":"1","newline":"<","bin":"false","out":"char","addchar":false,"responsetimeout":""},{"id":"54bad1ae.f71f7","type":"ui_tab","z":"223620c.0f47ce","name":"Navtex ","icon":"dashboard","order":4},{"id":"414b2950.f5ad28","type":"ui_group","z":"223620c.0f47ce","name":"Messages","tab":"54bad1ae.f71f7","disp":true,"width":"12","collapse":false},{"id":"ab226441.158398","type":"ui_base","theme":{"name":"theme-light","lightTheme":{"default":"#0094CE","baseColor":"#0094CE","baseFont":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif","edited":true,"reset":false},"darkTheme":{"default":"#097479","baseColor":"#097479","baseFont":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif","edited":true,"re
My Apple devices started stating "incorrect password" for my network, even though they had conncted previously.
So how to fix Unifi network "incorrect password" error on iPhone, iPod, iPad and Macbook pro?
The reason for the error is the WiFi management done on iOS devices.
The default settings for the Unifi AP range are not compatible with iOS 11 and 12 and OSX High Sierra (and maybe more).
The reason for the error is the "DTIM Mode" (beacon timing) setting for power saving.
@hsiboy
hsiboy / xeyes.sh
Created April 24, 2019 14:42
run eyes within docker and display on X11 host.
#run eyes within docker and display on X11 host.
docker run --rm -e DISPLAY=host.docker.internal:0.0 -it gns3/xeyes