Category: Embedded Software

Top Programming Languages 2025
Top Programming Languages 2025 IEEE Spectrum has again looked at programming languages in use today. This time they have expanded it to also include a review of jobs being advertised for programmers. Lets look at the input from IEEE members. And the winner is clear. Python is the Top Programming Language for 2025. And 50+…

What type of products do we design
Product types we have designed A frequent question we get is “What types of products do we specialise in”? It doesn’t have a simple answer because the range is huge. The reality is that electronics design and the embedded software that runs inside those products intersects with every aspect of modern day life. It came…

Better Product Development Process
Made in Australia Electronics: How to compete This will be no surprise to anyone who has heard me speak on this topic. You can’t compete with low cost economies on raw transactional cost if they have access to the same components and production automation you do. And my design team can do an excellent job…

Product Development Case Study
Startup strategy This is a classic startup tale where a small team do incredibly good work to get an idea into a demonstrable form and then build a team who can complete the package. A Melbourne based business came to us with a mechanical prototype operated using three Arduino modules and hand wired actuators and…
Writing Better Code
What is Code? Those who write software refer to source code. This is human readable instructions for a computer to execute. Which either gets compiled to machine code in the instruction set the computer can execute, or is interpreted directly by a virtual machine. Java and Python are 2 languages that commonly use virtual machines. Whereas…
