GPS modules data

January 2, 2023 User 0

Here I will be posting comparison and data of GPS modules I have. Module Chip HDOP Cold start sec. (indoor) HT1818U8G5L  ubx-g8030-kt(probably m8030)so its series […]

No Image

WSL2 OpenGL apps with sound

May 26, 2020 User 0

Install VcXsrv Start VcXsrv:Multiple windows,Start no client,Native OpenGL – unchecked,Disable access control – checked. Download Pulse audio server from https://www.freedesktop.org/wiki/Software/PulseAudio/Ports/Windows/Support/Edit ‘etc\pulse\default.pa’Addload-module module-native-protocol-tcp auth-ip-acl=YourLinuxOrWSLIp auth-anonymous=1load-module module-waveout […]

No Image

Ubuntu install Clojure

October 16, 2018 User 0

sudo apt install default-jre sudo apt install openjdk-11-jre-headless sudo apt install openjdk-8-jre-headless sudo apt install leiningen lein repl //Install IntelliJ IDEA snap install intellij-idea-community –classic […]

No Image

Duty cycle vs frequency

July 12, 2017 User 0

Good explanation is here. See the image: Frequency = 1 / Tcycle and Hertz is the unit of frequency. It gives the number of cycles in one second. […]

No Image

Some reads for new project

June 5, 2017 User 0

Combining a Z80 and an ATmega644P to boot CP/M http://benryves.com/journal/3662496 Teensy Z80 – Part 1 – Intro, Memory, Serial I/O and Display Teensy Z80 – […]

No Image

New features of Java Script

November 18, 2016 User 0

ECMAScript 6 new features:http://es6-features.org/#Constants ECMAScript 7 new deatures:https://h3manth.com/new/blog/2015/es7-features/