diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30f612115125ad1cbdf05e8179be1bfffdaa365f..19584eb9eb00f99d9b10e35aebe1db83fb775dfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,13 +10,16 @@ to [Semantic Versioning][sem_ver].
 ### Added
 
 - **Doc**: Changelog
-- **Controller**: Serial control
+- **Controller**: Complete control over Serial
+- **Acquisition**: Angle sensor acquisition
 
 ### Changed
 
 - **Doc**: Update features in Readme
 - **Controller**: Switch no longer just a safety, but a mode select
 - **Logging**: Minor adaptations to serial-studio interface
+- **Logging**: Output desired frequency as well
+- **All**: Various refactoring and style improvements
 
 ### Deprecated
 
diff --git a/README.md b/README.md
index 5634dba8d38679f74ace57f330018dbedf61d505..6ee3569ff667da4bd351adb51d02f7af87220222 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,11 @@ The MechaRaptor is a tandem flapping wing system built at the University of
 Liège during my Ph.D. thesis. The goal of this model is to conduct experimental
 analysis of the aerodynamics of tandem flapping wings.
 
-The system is activated by two sets of Brushless DC motors (BLDC), powered by an
-Engine Speed Controller (ESC) which is itself controlled through an Arduino Uno.
+The system is actuated by two sets of Brushless DC motors (BLDC), each powered
+by an Engine Speed Controller (ESC) which is itself controlled through an
+Arduino Uno.
 
-This repository contains the Arduino code and wiring schematics for the
+This repository contains the Arduino code and the wiring schematics for the
 electrical components of the controller.
 
 ## Controller features
@@ -64,7 +65,7 @@ separately.
 
 A single Arduino board is used to control the entire setup. Its role is to send
 the commands to the BLDC motors ESCs. It also logs the flapping angle of each
-wing, which are measured using absolute magnetic rotary encoders.
+wing, which is measured using absolute magnetic rotary encoders.
 
 ### List of devices
 
@@ -76,15 +77,12 @@ wing, which are measured using absolute magnetic rotary encoders.
 | **PSU**           | [Electroautomatik][elektro] PSI 8080 - 60 T (1500W) <br />_(Discontinued by manufacturer)_ | DC power supply |
 | **Controller board**  | [Arduino uno (Rev 3)][arduino] | Full setup control, data logging|
 | **Encoders**      | [Broadcom AEAT 6012][AEAT612] | Flapping angle measurement |
-| **Potentiometer** | N/A | Manual control of RPM in v1.x.x |
-| **ON/OFF switch** | N/A | Safety: Prevent ESC from starting[^1] |
+| **Potentiometer** | N/A | Manual control of RPM|
+| **ON/OFF switch** | N/A | Switch between `Serial` and `Manual` control |
 
 ## Schematics
 
-[^1]: This is useful in monitoring mode, when the JETIBOX is attached to the ESC
-for analysis. As long as the switch is OFF, the Arduino will bypass the
-potentiometer and write 0 to the ESC. This prevent any accidental start of the
-motor while the operator is looking into diagnostics.
+To Do (January 2023)
 
 [plettenberg]: <https://plettenbergmotors.com/>
 [serial-studio]: <https://serial-studio.github.io/>