element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum I wrote a handson Raspberry Pi Pico 2 project book free review copies for embedded devs
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 13 replies
  • Subscribers 703 subscribers
  • Views 1428 views
  • Users 0 members are here
Related

I wrote a handson Raspberry Pi Pico 2 project book free review copies for embedded devs

micheal.embedded
micheal.embedded 7 months ago

Hi everyone, I’m Michael Bell I write embedded systems books for beginners and professionals.
I just released “Embedded Systems with Raspberry Pi Pico 2 and RP2350: Projects and Deep Dives”.
This is a project-based book that takes you from blinking LEDs to building real embedded systems using the RP2350, GPIO, timers, interrupts, and communication interfaces.
I’m looking for honest feedback from developers and hobbyists.
If you’re interested, I can send you a free Kindle copy in exchange for an honest review on Amazon. No pressure I just want to make sure the book is practical and useful.
You can also check out the example code and projects on GitHub here:
Pushpin github.com/.../pico-embedded-book
And here’s the Amazon page to see the book details:
Pushpin www.amazon.com/.../B0G62PXWTP
Many of the projects include detailed walk-throughs and debugging notes so you can learn how and why things work.
Thanks for helping me make embedded learning better!

  • Sign in to reply
  • Cancel
  • pBray
    pBray 7 months ago

    Hi,

    I use the Pico for projects at home and for my children's school. I'd be happy to review for you. 

    I typically use micro python but I have a C background (many years ago).

    Kind Regards 

    Patrick 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • micheal.embedded
    micheal.embedded 7 months ago in reply to pBray

    Hi Patrick,
    Thank you so much I really appreciate you taking the time to respond.
    That’s great to hear you’re using the Pico both at home and in a school setting. The book includes projects that work well with MicroPython, and there are also C-based examples for readers who want to go a bit deeper, so your background fits perfectly.
    I’d be very happy for you to review it. Here’s the GitHub repository with the project code and examples:
    github.com/.../pico-embedded-book
    And here’s the Amazon link to the book:
    www.amazon.com/.../B0G62PXWTP
    If you have any feedback especially from an educational or classroom perspective I’d genuinely love to hear it.
    Kind regards,
    Michael

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Jan Cumps
    Jan Cumps 7 months ago

    Looks like code rendering is off in the Amazon preview:

    image

    The renderer doesn't translate ```c into C highlighting.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • micheal.embedded
    micheal.embedded 7 months ago in reply to Jan Cumps

    Thanks for catching that  you’re absolutely right.

    Amazon’s preview renderer doesn’t support Markdown-style code fences or language hints, so the ```c directive isn’t interpreted and the formatting breaks in the preview.

    I’m updating the manuscript to use Kindle-friendly monospace formatting so the code displays correctly in both the preview and on devices.

    Much appreciated.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • olivia_49
    olivia_49 7 months ago

    Hi Michael, this sounds like a really useful resource! I’d be happy to check out the Kindle copy and provide some feedback, love the project-based approach for learning embedded systems.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • embeddedguy
    embeddedguy 7 months ago

    Nice, I have made one PCB with RP2050 and the experience was good indeed.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • MyEric
    MyEric 3 months ago

    Hi Michael,
    I bought the paperback edition of the book, but unfortunately the source code printed in it is unreadable.
    I was only able to find a very small portion of it on GitHub.

    Would it be possible to make the complete source code available on GitHub?
    Otherwise, I may unfortunately have to return the book to Amazon, as the code examples are an essential part of the learning experience.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • micheal.embedded
    micheal.embedded 3 months ago in reply to MyEric

    hi eric
    you might have bought the wrong book as mine was taken off amazon
    im sorry about that

    i could send  you the link to a more improved better written book

    or i could edit up the codes ive got on github whatever would be more helpful to you

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • micheal.embedded
    micheal.embedded 3 months ago in reply to embeddedguy

    thank you im glad i could help

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • MyEric
    MyEric 3 months ago in reply to micheal.embedded

    Hi Michael, this is the link on Amazon https://www.amazon.com.be/dp/B0GQY4TXRN?ref=ppx_yo2ov_dt_b_fed_asin_title
    I
     leave in Belgium.

    It’s not the right book?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube