Introduction to PCB Design and Manufacturing Part 4: PCB Manufacturing
So, you’ve created your schematic, you’ve laid out your PCB, you’ve had multiple design reviews with your esteemed colleagues, and you’re certain that your design will work exactly as expected (haha). Now you’re ready to get [..]
How to Build a Better MWD Hand
What skills and experiences should we be looking for in new hires and what kind of training can we offer to make our hands better?
Customer Experience means everything to us, Here's Why...
Here at Erdos Miller, we all strive for the same goal, and that is to provide our customers with world class products, service, and most importantly, an unparalleled customer service experience. This is by no means a [..]
NVCC – Intro to Utilizing GPU Power to Offload the CPU Part 2
Assumptions: Machine has a Nvidia CUDA Core GPU (such as a GeForce) with installed Nvidia Drivers.
Comparing different methods to get the 50th Fibonacci number in C++
When comparing different algorithms, we typically look at space and time complexity, and make a trade off decision based on the applications needs. Let’s look at the problem, “find the 50th Fibonacci number,” and see how you [..]
Introduction to PID Control Loops
A Proportional Integral Derivative controller (PID Controller) is a closed loop control system that is commonly used in industrial control systems. This method is very effective when dealing with an application that requires [..]
Making a calculator with Pyside
Python is not really the first language that comes to mind when thinking about GUI development. However, it is a great tool for automating all types of workflows. There can be certain use cases when a sort of UI integration [..]
Introduction to PCB Design and Manufacturing Part 3: PCB Layout
A couple months ago, I wrote the second in a series of posts on an introduction to PCB Design and Manufacturing: In that post, I covered the basics of schematic design by going through the design process for a simple LED [..]