by admin | Jan 11, 2023 | Products
USB Dongle programming interface This is our USB to UART dongle programming interface. It is based on CP2102-GM Overview The USB Dongle Programming Interface is a great solution for all your low-power USB to UART communication needs. This compact and reliable dongle...
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