My Avatar

LanternD's Castle

An electronics enthusiast - survive technically

DEBUG > Resolve a Warnning at Spacemacs Start - Open Terminal Failed (Not a Terminal)

2018-06-25

This is an error when using the combination Spacemacs + Zsh + Tmux.

Using LimeSDR Mini on Ubuntu with Lime Suite and SoapySDR

2018-06-19

Step by step installation of the software needed for LimeSDR mini to run on Ubuntu.

Quectel UEMonitor Instructions

2018-06-15

Some instructions on the use of Quectel UEMonitor. A software to examine the debug log from the UE (User Equipment).

DEBUG > SAM G53 Cannot Transmit Data to PC through EDBG UART

2018-05-09

A small bug that wastes me an afternoon and a whole night! EDBG is a embedded debug port that helps to debug or depoly the code. It has a virtual serial COM port that can support data communication between MCU and the host PC. I assume that this is known if you are going to read this post.

Use CH340-based USB Serial Converter on Linux in Python

2018-04-26

CH340 is a chip that convert USB data to serial data. Of cause the method discuss here can be applied to other USB-serial converter chips, such as PL2303 etc. It is helpful when you want to do serial communication with your circuit board. Usually I write Python scripts to interact with serial devices.

Steps to successfully install srsGUI

2018-03-26

srsGUI is the graphic user interface (GUI) for srsLTE. There are some dependencies issues to be solved to make it.

Learning srsLTE - 4

2018-03-25

srsLTE data structure overview and references. Physical channels layer data structure only.

Learning srsLTE - 3

2018-03-24

srsLTE data structure overview and references. Physical layer data structure only.

Learning srsLTE - 2

2018-03-22

srsLTE data structure overview and references. Include ASN.1, interfaces, radio and upper.

Learning srsLTE - 1

2018-03-22

Overview.

STT 861 Theory of Prob and STT I Lecture Note - 14

2017-12-06

Proof of central limit theorem; multivariate normal distribution and its example; review of the second half of the semester, Poisson approximation vs. normal approximation to binomial distribution; miscellaneous notes of convergence.

STT 861 Theory of Prob and STT I Lecture Note - 13

2017-11-29

Recap of linear predictor; almost surely convergence, converge in probability, converge in distribution; central limit theorem, theorem of DeMoivre-Laplace.

Things to Do After Installing Ubuntu

2017-11-27

A quick note. It includes installing packages and configuring the fresh system.

STT 861 Theory of Prob and STT I Lecture Note - 12

2017-11-20

Examples on continuous distirbution conditional on discrete distribution; bivariate normal distribution. Not much for today.

STT 861 Theory of Prob and STT I Lecture Note - 11

2017-11-15

Proof of the "Tower" property; discrete conditional distribution; continuous conditional distribution expectation and variance and their examples; linear predictor and mean squared error.