From a0b3fc0ef7fc5ba7948040eb1d284931b0a3d3a3 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 25 Nov 2025 16:56:29 -0500 Subject: [PATCH 01/11] Update chapter titles from Functions to Structures --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6c8f2e5..ee9a627 100644 --- a/README.md +++ b/README.md @@ -180,18 +180,18 @@ This chapter covers hacking dynamic conditionals as well as additional PWM examp -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. -## Chapter 35: Functions, w/o Param, w/o Return -This chapter covers functions, w/o params and w/o a return value as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller as it relates to embedded development on the Pico 2. +## Chapter 35: Structures +This chapter covers structures as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller as it relates to embedded development on the Pico 2. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. -## Chapter 36: Debugging Functions, w/o Param, w/o Return -This chapter covers debugging functions, w/o params and w/o a return value as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller as it relates to embedded development on the Pico 2. +## Chapter 36: Debugging Structures +This chapter covers debugging structures as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller as it relates to embedded development on the Pico 2. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. -## Chapter 37: Hacking Functions, w/o Param, w/o Return -This chapter covers hacking functions, w/o params and w/o a return value as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller as it relates to embedded development on the Pico 2. +## Chapter 37: Hacking Structures +This chapter covers hacking structures as well as an intro to infrared basics as we work a infrared receiver and infrared remote controller as it relates to embedded development on the Pico 2. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. From 8c533ff9ea4e56a9003f26e332470e07321a04ef Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Tue, 25 Nov 2025 20:29:01 -0500 Subject: [PATCH 02/11] Add Complete Component Kit and discount code to README Added a section for the Complete Component Kit and discount code. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ee9a627..88b016f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ A FREE comprehensive step-by-step embedded hacking tutorial covering Embedded So ## FREE Book [Download](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) +## Complete Component Kit [BUY](https://www.pishop.us/product/complete-component-kit-for-raspberry-pi) +#### DISCOUNT CODE +##### KVPE_HS320548_10PC + ## Chapter 1: hello, world This chapter covers the basics of setting up a dev environment and basic template firmware for the Pico 2 MCU in addition to printing hello, world. From ab35447205e6c76167ad8ead76ca71e11664671e Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 11:06:15 -0500 Subject: [PATCH 03/11] Add video promo link to README Added a video promo link to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88b016f..33a40b1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ # Embedded-Hacking A FREE comprehensive step-by-step embedded hacking tutorial covering Embedded Software Development to Reverse Engineering. +VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) + ## FREE Book [Download](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) From d0d46ff721bebc3deddc0f2c3f1cb0fdec0c4625 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 11:13:13 -0500 Subject: [PATCH 04/11] Add hardware section with product links to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a40b1..98d8c92 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,13 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) ## FREE Book [Download](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) -## Complete Component Kit [BUY](https://www.pishop.us/product/complete-component-kit-for-raspberry-pi) +## Hardware + +### Raspberry Pi Pico 2 w/ Header [BUY](https://www.pishop.us/product/raspberry-pi-pico-2-with-header) +### USB A-Male to USB Micro-B Cable [BUY](https://www.pishop.us/product/usb-a-male-to-usb-micro-b-cable-6-inches) +### Raspberry Pi Pico Debug Probe [BUY](https://www.pishop.us/product/raspberry-pi-debug-probe) +### Complete Component Kit for Raspberry Pi [BUY](https://www.pishop.us/product/complete-component-kit-for-raspberry-pi) +### 10pc 25v 1000uF Capacitor [BUY](https://www.amazon.com/Cionyce-Capacitor-Electrolytic-CapacitorsMicrowave/dp/B0B63CCQ2N?th=1) #### DISCOUNT CODE ##### KVPE_HS320548_10PC From 7498cb1df911ad6b7e2764c1588ea9cc6eb9ed3d Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 11:15:48 -0500 Subject: [PATCH 05/11] Revise discount code section in README Updated discount code formatting and improved clarity. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98d8c92..d9fd506 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,20 @@ A FREE comprehensive step-by-step embedded hacking tutorial covering Embedded So VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) +
+ ## FREE Book [Download](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) ## Hardware - ### Raspberry Pi Pico 2 w/ Header [BUY](https://www.pishop.us/product/raspberry-pi-pico-2-with-header) ### USB A-Male to USB Micro-B Cable [BUY](https://www.pishop.us/product/usb-a-male-to-usb-micro-b-cable-6-inches) ### Raspberry Pi Pico Debug Probe [BUY](https://www.pishop.us/product/raspberry-pi-debug-probe) ### Complete Component Kit for Raspberry Pi [BUY](https://www.pishop.us/product/complete-component-kit-for-raspberry-pi) ### 10pc 25v 1000uF Capacitor [BUY](https://www.amazon.com/Cionyce-Capacitor-Electrolytic-CapacitorsMicrowave/dp/B0B63CCQ2N?th=1) -#### DISCOUNT CODE -##### KVPE_HS320548_10PC +#### PiShop DISCOUNT CODE - KVPE_HS320548_10PC + +
## Chapter 1: hello, world This chapter covers the basics of setting up a dev environment and basic template firmware for the Pico 2 MCU in addition to printing hello, world. @@ -222,5 +224,7 @@ This chapter covers hacking functions, w/ params and w/ a return value as it rel -> Click [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) to read the FREE pdf book. +
+ ## License [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) From 4b90a86d5f340d49a130f0ab7b0bf02856559336 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 11:16:12 -0500 Subject: [PATCH 06/11] Add line break before Hardware section in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9fd506..b5c4b69 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) ## FREE Book [Download](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) +
+ ## Hardware ### Raspberry Pi Pico 2 w/ Header [BUY](https://www.pishop.us/product/raspberry-pi-pico-2-with-header) ### USB A-Male to USB Micro-B Cable [BUY](https://www.pishop.us/product/usb-a-male-to-usb-micro-b-cable-6-inches) From 093af05553a19575242aa265ba586f797d05b392 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 11:17:27 -0500 Subject: [PATCH 07/11] Update discount code formatting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c4b69..ee0de48 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) ### Raspberry Pi Pico Debug Probe [BUY](https://www.pishop.us/product/raspberry-pi-debug-probe) ### Complete Component Kit for Raspberry Pi [BUY](https://www.pishop.us/product/complete-component-kit-for-raspberry-pi) ### 10pc 25v 1000uF Capacitor [BUY](https://www.amazon.com/Cionyce-Capacitor-Electrolytic-CapacitorsMicrowave/dp/B0B63CCQ2N?th=1) -#### PiShop DISCOUNT CODE - KVPE_HS320548_10PC +#### 10% PiShop DISCOUNT CODE - KVPE_HS320548_10PC
From 01f39085448534b4573b004c1ecf92b856dc4057 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 11:32:52 -0500 Subject: [PATCH 08/11] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ee0de48..327a20d 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,18 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8)
-## FREE Book +# FREE Book [Download](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf)
-## Hardware -### Raspberry Pi Pico 2 w/ Header [BUY](https://www.pishop.us/product/raspberry-pi-pico-2-with-header) -### USB A-Male to USB Micro-B Cable [BUY](https://www.pishop.us/product/usb-a-male-to-usb-micro-b-cable-6-inches) -### Raspberry Pi Pico Debug Probe [BUY](https://www.pishop.us/product/raspberry-pi-debug-probe) -### Complete Component Kit for Raspberry Pi [BUY](https://www.pishop.us/product/complete-component-kit-for-raspberry-pi) -### 10pc 25v 1000uF Capacitor [BUY](https://www.amazon.com/Cionyce-Capacitor-Electrolytic-CapacitorsMicrowave/dp/B0B63CCQ2N?th=1) -#### 10% PiShop DISCOUNT CODE - KVPE_HS320548_10PC +# Hardware +## Raspberry Pi Pico 2 w/ Header [BUY](https://www.pishop.us/product/raspberry-pi-pico-2-with-header) +## USB A-Male to USB Micro-B Cable [BUY](https://www.pishop.us/product/usb-a-male-to-usb-micro-b-cable-6-inches) +## Raspberry Pi Pico Debug Probe [BUY](https://www.pishop.us/product/raspberry-pi-debug-probe) +## Complete Component Kit for Raspberry Pi [BUY](https://www.pishop.us/product/complete-component-kit-for-raspberry-pi) +## 10pc 25v 1000uF Capacitor [BUY](https://www.amazon.com/Cionyce-Capacitor-Electrolytic-CapacitorsMicrowave/dp/B0B63CCQ2N?th=1) +### 10% PiShop DISCOUNT CODE - KVPE_HS320548_10PC
From 1568e96cf370fb194e8762b009dbc63d4c5b2252 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 15:01:54 -0500 Subject: [PATCH 09/11] Update README formatting for free book section --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 327a20d..08d844f 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8)
-# FREE Book -[Download](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf) +# FREE Book [Download](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/Embedded-Hacking.pdf)
From 6a63cc4f97e8e40b86291d885a08d526df2af52f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 15:05:48 -0500 Subject: [PATCH 10/11] Update License section header in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d844f..e1ee05e 100644 --- a/README.md +++ b/README.md @@ -227,5 +227,5 @@ This chapter covers hacking functions, w/ params and w/ a return value as it rel
-## License +# License [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) From 8210f28d9be6925d86a765b62563cc7d8016b156 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Wed, 26 Nov 2025 15:08:05 -0500 Subject: [PATCH 11/11] Fix formatting of 'Embedded Hacking' title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1ee05e..3b87461 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-# Embedded-Hacking +# Embedded Hacking A FREE comprehensive step-by-step embedded hacking tutorial covering Embedded Software Development to Reverse Engineering. VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8)