by admin | Jan 11, 2023 | Products
USB Dongle programming interface A versatile USB Dongle Programming Interface, based on a CP2102-GM chip, offers fast data rates, low power consumption, and RX/TX correction switch. Ask for a quote!Build your own! Overview The USB Dongle Programming Interface is a...
by admin | Oct 27, 2022 | Modern C++
MODERN C++ IN EMBEDDED DEVELOPMENT: STRONG TYPES AND USER-DEFINED LITERALS I started using Modern C++ in embedded projects two years ago. Even though C is a defacto standard language in embedded development, I see more and more people switching to C++. Embedded...
by admin | Aug 17, 2022 | Our Stories
Experience with sourcing LiPo batteries Have you ever heard of a lithium polymer (LiPo) battery? I was unaware of them until I needed to purchase them, and the batteries had to meet certain specifications such as size, connector type, and power. Prior to that,...
by admin | Aug 9, 2022 | Our Guides
DDR Signals and FPGA What is DDR signal/bus In electronics, many synchronous buses use clock line and one and multiple data lines for reliable data transfer. The clock line is dictating the timing and period when the data lines should be sampled on the receiving end...
by admin | Jul 14, 2022 | Modern C++
MODERN C++ IN EMBEDDED DEVELOPMENT: using c libraries Language linkage C++ programs can use C code. The linkage between C++ and software modules written in other programming languages is called language linkage. extern string-literal {declaration} Standard guarantees...
Recent Comments