Categories
Miscellaneous Website

Silent Waves: A Brief Blog Hiatus

Dear Readers,

I apologize for not posting this sooner. I’m currently on vacation and do not plan to post anything until 20 September.

While I’m on vacation, I will be trying out a few things and techniques that I will share with you upon my return. I also have a few unopened boxes at home which I will be getting into and sharing reviews and information on those items in future posts.

Thank you for being part of this adventure as I shift content for the blogs and the site. When I return, I plan to dive into more reviews and keeping to a more steady schedule.

Categories
Miscellaneous Website

Embracing a New Direction: From Projects to Reviews

I hope this post finds you well. Today, I want to share some exciting news about a change in direction for this blog and site. I’ve been attempting to write about the various electronic projects I’ve been working on. However, I’ve found it challenging to maintain a consistent posting schedule and provide the depth of content I aspire to.

The Shift to Reviews

Interestingly, I’ve noticed that my recent posts have leaned more towards reviews of electronic modules and gadgets. While this is not what I set out to do with this site, it seems to be a good direction to move forward and write valuable content for the community. Therefore, I’ve decided to embrace this change and focus the blog on providing detailed reviews and information.

What to Expect

Moving forward, you can expect more frequent posts, which will include more information than is possible in a review on a merchant’s site. I plan to focus on reviews of electronic modules, and when appropriate give you information on how to use them with Raspberry Pi and/or Arduino. Some of the things that my posts may include:

  • Sample Code: Practical examples to help you get started with the modules.
  • Tips and Tricks: Insights and advice based on my hands-on experience.
  • Project Ideas: Suggestions on how you can integrate the modules into your own projects.

Supporting the Blog

In an effort to generate revenue and keep the blog sustainable, future posts will include affiliate links to the products I review. If you find my reviews helpful and decide to purchase the products through these links, it will help support the blog at no additional cost to you.

Join Me on This Journey

I’m excited about this new direction and hope you are too. Your support and feedback have been invaluable, and I look forward to continuing this journey with you. If you have any suggestions or specific products you’d like me to review, please feel free to reach out.

Thank you, let’s explore the world of electronics together, one review at a time!

Categories
Miscellaneous Website

Site Rethink

I have been reflecting on the site and would like to be more consistent on the timing of publishing blog posts. I had the idea that blog posts should have project details but felt overwhelmed and falling short with having as many details as I felt was necessary. I am thinking that creating specific project pages will be better for the purpose of

I plan to post some things that I’m working on, product reviews, or other things that I have found interesting. The posts will have a focus on electronics, 3D printing, laser cutting, Maker Community, or STEM.

Categories
Website

Website Changes

We’ve made some changes to the site to make it align more with our goals. When the website was first created, it was expect that the how-to articles and projects would be the major focus, however there have been too infrequent updates so the site was stale. This is mostly do to the amount of time needed to complete a project, then actually write good content to document the steps taken.

With the new year, we are going to take a different approach and put the blog posts front and center and make the projects and how-to articles a secondary aspect. This should allow us to make more frequent updates and hopefully make the site more useful and interesting. We would like to know what you think so please feel free to comment on the blog posts and projects.

We are also going to try a chat feature to see if it is something that visitors find useful. It may allow for more direct interaction. Just keep in mind that we may not respond to chats all the time. The best time to catch us on chat will be after 5 PM Eastern Time (New York) or on the weekend.

Hope you enjoy the new layout and find that this format and focus is more useful and interesting.

Categories
Miscellaneous Website

Weekly update

Dealing with PC issues at the moment so this week has been a bit rough.

My inspiration for the Portable Raspberry Pi came from the Ben Heck Show on Ben’s creation of a Portable Pi. (Part 1 & Part 2) I liked Ben’s design but there were a few things that I wanted to change.

  1. I did not want to deal with having a batteries in series and not be able to easily charge them in the case without disconnecting them from the device. This requirement was due to Ben’s choice of LCD monitor so I am changing the LCD to an Adafruit PiTFT screen which uses SPI. This will be a bit trickier to use but should not be a problem.
  2. I wanted to use the powerful Teensy for more than just the gamepad so I modified the Teensy code to provide a custom gamepad which has only the buttons that I will have plus provides keyboard and raw HID devices. The reason for these additional devices are for power management and control.
  3. Power – I wanted to be able to charge the battery in the device and still be able to use the device while it was charging. To implement this requirement, I turned to Adafruit’s USB LiIon/LiPoly charger.
  4. Power On/Off – The Portable Pi will be used by my children so I wanted to have an easy way for them to shut it down as well as to automatically shut it down when the batteries are low. This is where the additional Keyboard and Raw HID device come in on the Teensy. The plan is to implement a soft latching power switch circuit which can turn on the power to the device when pressed from an off state. When it is on, the Teensy will be able to detect when it is pressed and start an orderly shutdown of the Raspberry Pi. If the button is held down longer, about 3 seconds, then the power will be switched off. This will allow it to function much like the power switch on a PC or laptop.
  5. Power monitoring – I would also like to be able to monitor the battery level and perform an automatic shutdown of the Raspberry Pi if the voltage is too low. This is where the Raw HID device comes in. I plan to use the Teensy to monitor the battery voltage and send periodic updates to the Pi to let it know the level. If the level reaches a min threshold then it will send keypresses through the keyboard device to tell the Pi to shutdown.

These are just a few of the high level requirements I have for the Portable Pi. So far, I have the Gamepad code completed and the hardware on a breadboard. I am currently working on the soft latching power switch. I have built a few circuits which work but only at 5 VDC. I need it to work at 3 VDC and higher so I need to order some parts as I do not have MOSFETs which will switch full on at that low of a voltage. I plan to implement a design found on Mosaic Documentation Web. I have built a similar circuit and found it to work well and meet the requirements that I have. I also looked at David Jones’s design on his EEVBlog but it did not meet all of the requirements that I have. It is a nice simple design so I am certain I will use it in the future on another project.

Categories
Miscellaneous Website

Updates and Future Plans for this Blog

Well, I have done a terrible job keeping this blog up to date so I will try once again to do a better job. I plan to update this blog at least once a week by adding an update even if I feel there is not much to report. The plan is to do a blog entry each Monday by 10 PM EST.

Some updates since my last blog post.

I have managed to be on Adafruit’s Show and Tell a few times. Adafruit’s Show and Tell is hosted by Google Plus Hangouts.

  • 18 Jan 2014: Pinewood Derby Car
  • 26 Nov 2014: Guggenhat with mods
  • 31 Dec 2014: LED Matrix Clock and Eiffel Tower Alarm Clock
  • 11 March 2015: Power Supply

I am currently working on a Portable Pi. It is a slightly different design than any of the others I have seen posted online. Most likely the next few posts will be regarding the build of the Portable Pi. Once that is completed, I plan to post a few of the builds mentioned in the Adafruit Show and Tell segments such as the power supply, Guggenhat mods, and LED Matrix Clock mod.