October 2023 Updates
This month I was solely focused on NinjaTerm development. We went from
v4.3.0
through tov4.7.0
in the month of October. Updates to NinjaTerm are highlighted below.Terminals are now focusable by the user, with the cursor changing appearance and a background glow shown when focused.
Tab key press gets handled and correct bytes sent correctly across the serial port.
Addition of a graphing feature which can extract data points from incoming data and graph them live.
Easter egg style “fake ports” to NinjaTerm for demo/testing purposes. Press “f” when the serial port config. settings are visible to show the fake port selection screen.
Ability to change terminal font size.
Added initial Playwright e2e (end-to-end) tests.
Fixed an annoying rendering glitch where I was using React’s
useEffect()
but should of been usinguseLayoutEffect()
.Migrated from using
react-starter
/Webpack to build to using Vite, it’s much faster! Also migrated the unit tests from using Jest/RTL to using Vitest (which works really well with Vite).Improved the version updating process – Now a snackbar pops up when a new version is available giving the user the choice to reload and update. This was easily added thanks to Vite’s PWA plugin.
Added settings to be able to configure behaviour on receipt of carriage return and line feed characters.
September 2023 Updates
A lot of work was done on NinjaTerm!
- Migrated from an Electron App to a PWA (Progressive Web App).
- The homepage needed some love, half the .gifs were broken and showed out-of-date content. I embraced the dark side and remade the homepage with a dark theme that matched the theme of the app. I also migrated it from using GitHub pages to being part of the app itself, meaning only 1 website to deploy, not two.
Added info on stuck (hung) I2C buses and how to recover from them.
Added info on I2C start conditions, address bytes, data bytes and stop conditions.
Added info on providing clearance on PCBs for screw heads.
Added more info to the Current Sensing page.
Added new page on hall effect sensors.
August 2023 Updates
Added more info on Voltage Supervisors.
Added info about USB Type-C connectors with dummy leads.
Added more QFN synonyms and a 3D render to the QFN Component Package page.
Added a component package size comparison chart.
Fixed error in the equation for a Difference Amplifier on the Op-Amps page.
Added a new page on the PG-SCT595 component package.
NinjaTerm has had a major version update to v3.0.0! The build issues have been fixed, and it is now using recently released versions of Electron, React and Material UI. With the new version of MUI comes the dark mode also.
July 2023 Updates
Updated the info on the Debouncing page.
Added info/gif on Ultrasonic Humidifiers to the Ultrasonic Sensors page.
Added a new page on USB Charging and Power Delivery (PD).
Added figure and table numbering functionality, along with the ability to reference the figures and tables from other parts of the content.
Added more info on the DC Bias Characteristic of multilayer chip capacitors (MLCCs).
Changed the references to dielectric constant to relative permittivity, as the former term has been deprecated (mostly on the Capacitors page).
Added a “sticky” table of contents (TOC) to the right-hand side of content pages, with automatic highlighting of the section currently in the browsers viewport.
Added a new page on the SOT-353 Component Package (which has the common synonyms SC-88A and SC-70-5).
Added a new page on Voltage Supervisors.
Added info on how inductor orientation can have an effect on EMI to the EMC Design Guidelines page.
Added info on how return current in a reference plane follows the trace at high frequencies to the EMC Design Guidelines page.
Updated the TO-252 Component Package page with more info.
Added more information on H-bridges and motor driver ICs to the H-bridges page.
Added a new page on the SOT-416 family of component packages.
June 2023 Updates
Added information about electrolyte leakage in electrolytic capacitors.
Fixed bug which resulting in the embedded circuitjs iframe’s from being displayed correctly (unsure of what was caused the problem to occur in the first place).
Added info on differences between “solid” and “wet” tantalum capacitors.
Added a new
aside
shortcode for Markdown and changed the styling of the asides (called admonitions in AsciiDoc) so that the title and icon are a top-bar rather than a side-bar (looks better when there is longer content in the aside).Added info on the TO-220-7 and TO-220-7C variants of the TO-220 component package family.
Added a new page on the TO-206 component package family.
Fixed error where the
SOT-490
was incorrectly labelled asSOD-490
.Added a new page on Switching PSU Control Methodologies.
Added a new page on Mid-Chip Solder Balls.
Added info on feedforward, standard form, series form, and diagrams to the PID Control page.
Added info on manual tuning to the PID Control page, including a worked example.
Added more info on SMD crystal packages, including the 7x5mm package.
Added a new page on Resonant LLC Converters, a form of SMPS (switch-mode power supply).