Majority Kings Internet DAB+ Radio - Notes
A collection of notes on the inner workings of the majority kings radio.
Features
Media:
'Ripped from a post by Dragon <thedragon@dewieden.org> 2003 | |
' - Also thanks to the KPD-Team and Arkadiy Olovyannikov | |
' | |
Private Declare Function CreateFile Lib "kernel32" Alias "CreateFileA" (ByVal lpFileName As String, ByVal dwDesiredAccess As Long, ByVal dwShareMode As Long, lpSecurityAttributes As Any, ByVal dwCreationDisposition As Long, ByVal dwFlagsAndAttributes As Long, ByVal hTemplateFile As Long) As Long | |
Private Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long | |
Private Declare Function SetFilePointer Lib "kernel32" (ByVal hFile As Long, ByVal lDistanceToMove As Long, lpDistanceToMoveHigh As Long, ByVal dwMoveMethod As Long) As Long | |
Private Declare Function ReadFile Lib "kernel32" (ByVal hFile As Long, lpBuffer As Any, ByVal nNumberOfBytesToRead As Long, lpNumberOfBytesRead As Long, ByVal lpOverlapped As Long) As Long | |
Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long) |
'Ripped from a post by The Dragon (Alexander) 2003 | |
'This code is free to use but pls contact me when you use or like it | |
'This only works under NT/2k/XP (all NT based OS's I think) | |
'u can contact me for support | |
'developer@dewieden.org | |
Private Declare Function CreateFile Lib "kernel32" Alias "CreateFileA" (ByVal lpFileName As String, ByVal dwDesiredAccess As Long, ByVal dwShareMode As Long, lpSecurityAttributes As Any, ByVal dwCreationDisposition As Long, ByVal dwFlagsAndAttributes As Long, ByVal hTemplateFile As Long) As Long | |
Private Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long |
' 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 |
A collection of notes on the inner workings of the majority kings radio.
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; |
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. |
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 |
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. |