diff options
Diffstat (limited to '_site/archive')
| -rw-r--r-- | _site/archive/arduino-due/index.html | 6 | ||||
| -rw-r--r-- | _site/archive/arduino-uno/index.html | 6 | ||||
| -rw-r--r-- | _site/archive/awesome-books/index.html | 6 | ||||
| -rw-r--r-- | _site/archive/mosfet-switches/index.html | 6 | ||||
| -rw-r--r-- | _site/archive/my-first-pcb/index.html | 6 | ||||
| -rw-r--r-- | _site/archive/neo4j-a-star-search/index.html | 6 |
6 files changed, 6 insertions, 30 deletions
diff --git a/_site/archive/arduino-due/index.html b/_site/archive/arduino-due/index.html index 76baab0..0e9e0f6 100644 --- a/_site/archive/arduino-due/index.html +++ b/_site/archive/arduino-due/index.html @@ -36,11 +36,8 @@ <main> <div class="container"> <h2 class="brand center" id="title">BARE-METAL ARM CORTEX M3 CHIPS</h2> - <h6 class="center">05 OCTOBER 2024</h5> - <br> - <div class="threecol justify"><p>This post is about programming bare metal SAM3X8E Arm Cortex M3 chips found on Arduino Due boards. I had to learn how to do this because none of the high-level tools for programming Arduino Dues are available for OpenBSD, which @@ -149,8 +146,7 @@ before passing control to the main program.</p> <p>Files: <a href="source.tar.gz">source.tar.gz</a></p> </div> - - <p class="right italics">by W. D. Sadeep Madurange</p> + <p class="post-author right italics">by W. D. Sadeep Madurange</p> </div> </main> diff --git a/_site/archive/arduino-uno/index.html b/_site/archive/arduino-uno/index.html index ff3ca44..2b9d5a4 100644 --- a/_site/archive/arduino-uno/index.html +++ b/_site/archive/arduino-uno/index.html @@ -36,11 +36,8 @@ <main> <div class="container"> <h2 class="brand center" id="title">NOTES ON PROGRAMMING ATMEGA328P CHIPS</h2> - <h6 class="center">10 APRIL 2025</h5> - <br> - <div class="threecol justify"><p>This post is a step-by-step guide for wiring up ATmega328P ICs to run at 5 V with a 16 MHz crystal and 3.3 V with an 8 MHz crystal. While the 5 V configuration is common, the 3.3 V configuration can be advantageous in @@ -108,8 +105,7 @@ not connect AREF (pin 21) to V<sub>cc</sub>. Refer to section 23.5.2 ADC Voltage Reference in the datasheet for more information.</p> </div> - - <p class="right italics">by W. D. Sadeep Madurange</p> + <p class="post-author right italics">by W. D. Sadeep Madurange</p> </div> </main> diff --git a/_site/archive/awesome-books/index.html b/_site/archive/awesome-books/index.html index 9abdc5d..1809c81 100644 --- a/_site/archive/awesome-books/index.html +++ b/_site/archive/awesome-books/index.html @@ -36,11 +36,8 @@ <main> <div class="container"> <h2 class="brand center" id="title">AWESOME BOOKS</h2> - <h6 class="center">20 APRIL 2025</h5> - <br> - <div class="threecol justify"><p>This article contains a list of my favourite books.</p> <h2 id="cloud-atlas">Cloud Atlas</h2> @@ -124,8 +121,7 @@ Aksenty Ivanovich’s diary, the story documents the government clerk’s descen into madness. His obsession with social status and self-aggrandizement leads him on a trajectory of envy, wounded pride, and outright insanity.</p> </div> - - <p class="right italics">by W. D. Sadeep Madurange</p> + <p class="post-author right italics">by W. D. Sadeep Madurange</p> </div> </main> diff --git a/_site/archive/mosfet-switches/index.html b/_site/archive/mosfet-switches/index.html index 99e32ea..6e0b4a8 100644 --- a/_site/archive/mosfet-switches/index.html +++ b/_site/archive/mosfet-switches/index.html @@ -36,11 +36,8 @@ <main> <div class="container"> <h2 class="brand center" id="title">MOSFETS</h2> - <h6 class="center">22 JUNE 2025</h5> - <br> - <div class="threecol justify"><p>Recently, I needed a low-power circuit for one of my battery-operated projects. Much of the system’s power savings depended on its ability to switch off power to components, such as servos, electronically when not needed. That’s how I @@ -152,8 +149,7 @@ selecting and controlling a MOSFET for 3.3 VDC logic applications</a></li> relay from a 3.3 VDC microcontroller using an NPN Darlington transistor</a></li> </ul> </div> - - <p class="right italics">by W. D. Sadeep Madurange</p> + <p class="post-author right italics">by W. D. Sadeep Madurange</p> </div> </main> diff --git a/_site/archive/my-first-pcb/index.html b/_site/archive/my-first-pcb/index.html index 69b809f..92f7354 100644 --- a/_site/archive/my-first-pcb/index.html +++ b/_site/archive/my-first-pcb/index.html @@ -36,11 +36,8 @@ <main> <div class="container"> <h2 class="brand center" id="title">MY FIRST PCB</h2> - <h6 class="center">14 JULY 2025</h5> - <br> - <div class="threecol justify"><p>In 2023, I started tinkering with DIY electronics as a hobby. Until now, I’ve been using development boards like the Arduino Uno and ESP-32-WROOM so that I can focus on the software. Recently, I decided to step outside of my comfort @@ -99,8 +96,7 @@ an important milestone in my DIY electronics journey.</p> <p>Files: <a href="gerber_back.zip">gerber_back.zip</a>, <a href="gerber_front.zip">gerber_front.zip</a>, <a href="source.tar.gz">source.tar.gz</a></p> </div> - - <p class="right italics">by W. D. Sadeep Madurange</p> + <p class="post-author right italics">by W. D. Sadeep Madurange</p> </div> </main> diff --git a/_site/archive/neo4j-a-star-search/index.html b/_site/archive/neo4j-a-star-search/index.html index ca7579b..6764c6d 100644 --- a/_site/archive/neo4j-a-star-search/index.html +++ b/_site/archive/neo4j-a-star-search/index.html @@ -36,11 +36,8 @@ <main> <div class="container"> <h2 class="brand center" id="title">NEO4J A* SEARCH</h2> - <h6 class="center">14 SEPTEMBER 2025</h5> - <br> - <div class="threecol justify"><p>Back in 2018, we used the <a src="https://neo4j.com/" class="external" target="_blank" rel="noopener noreferrer">Neo4J</a> graph database to track the movement of marine vessels. We were interested in the shortest path a ship could take through a network of about 13,000 route points. @@ -349,8 +346,7 @@ class=”external” target=”_blank” rel=”noopener noreferrer>Here’s& the now-archived official release.</p> </div> - - <p class="right italics">by Wickramage Don Sadeep Madurange</p> + <p class="post-author right italics">by Wickramage Don Sadeep Madurange</p> </div> </main> |
