GIOS Summary
I took the summer class CS6200 Graduate Introduction to Operating Systems, which is primarily geared towards students with non-CS background like me, and I found the course to be very informative.
IHPC Summary
This past spring I took the class CSE6220 Intro to High Performance Computing. Though the name says introductory, the content is pretty hard and the workload is heavy. However, the projects were quite fun. Since all projects were implemented with C, pointer manipulation is a must to master in order to achieve a good performance score. Recursion is heavily used too.
Stereo Correspondence
To be updated …
Nordic NRF52840 Storage Part II
This post is the continued talk about the persistent storage for Nordic nRF52840. In part I we went over using the Flash Data Storage (FDS) library. In this part II, I’ll be discussing another import component, user information configuration registers (UICR).
Nordic NRF52840 Storage Part I
Nordic BLE Advertising Part I
Nordic has a good tutorial Bluetooth low energy Advertising, a beginner’s tutorial, and two guides of GAP advertising Part I and Part II. In this post, we will go through some of advertising features in details.
Nordic BLE Serial
The nRF Serial Port Library is designed as a more sophisticated replacement for the app_uart module, as pointed out at the library’s page, there are many advantages of this module over app_uart:
Merge Nordic Buttonless DFU with NUS
Nordic provides good examples, but mostly independent from each other. To make a BLE UART service with DFU support, we’ll need to merge the two examples:
Nordic BLE Device Firmware Update Bootloader
Noric provides detailed documentations of Bootloader and DFU modules