The Teseo-LIV3 GPS module (as used in shabaz ' GPS / Galileo / BeiDou / GLONASS receiver) talks UART and I2C. I developed an OO driver and parser for it.The Raspberry Pico port of that library is now ready for release 2....
The rectangular substrates provide 3.7x more usable area than 300mm (12-inch) round wafers. (Image credit: TSMC via LinkedIn)
TSMC (Taiwan Semiconductor Manufacturing Co) is reportedly developing rectangular substrates for AI applications, according...
The Pico C/C++ SDK, and its examples, make extensive use of CMake. If you develop projects that use the same principles, you 'll be familiar with the CMake configuration file CMakeList.txt.
A simple project, that builds a single ...
Table of Contents
Introduction
QFN Adapter Board
Designing Blinky
Simulation
Building the Circuit
Using the Pi Pico as a SLG47004V Programmer
Programming the GreenPAK chip
Summary
Introduction
The Renesas GreenPAK family of integrated circuits i...
I have this battery powered vacuum cleaner that I quite like, but it decided to stop working.It uses 3x 18650 cells for power, and has two brushed motors, one for sucking air, the second for a rotating brush in the bottom.It can also be converted to ...
The Teseo-LIV3 GPS module (as used in shabaz ' GPS / Galileo / BeiDou / GLONASS receiver) talks UART and I2C. I'm writing an OO driver for it, for embedded systems. In this blog, I validate if ST's example fits for UART read.
Wha...
The Pico C/C++ SDK 1.5, when installed with the windows installer, comes with GCC version 10.3.1. That version supports C++ up to C++2a. Any GCC with version > 10 supports C++23.In this little post, I install GCC 13.3, build my project with i...
The Teseo-LIV3 GPS module (as used in shabaz ' GPS / Galileo / BeiDou / GLONASS receiver) talks UART and I2C. I'm writing an OO driver for it, for embedded systems. In this blog, how to invoke commands and get data back:
an overv...
The Teseo-LIV3 GPS module (as used in shabaz ' GPS / Galileo / BeiDou / GLONASS receiver) talks UART and I2C. I'm writing an OO driver for it, for embedded systems. In this blog, how to wire the Teseo PCB to a Pico
Pico conne...
The Teseo-LIV3 GPS module (as used in shabaz ' GPS / Galileo / BeiDou / GLONASS receiver) talks UART and I2C. I'm writing an OO driver for it, for embedded systems. In this blog, I configure the Teseo IC at runtime. And write...
The Teseo-LIV3 GPS module (as used in shabaz ' GPS / Galileo / BeiDou / GLONASS receiver) talks UART and I2C. I'm writing an OO driver for it, for embedded systems.
goals:
Teseo lib code does not need to know what the target micr...
Hello,
This might be a broad question, but I wanted to know if there was a different alternative to using a raspberry pi since they are used more in DIY projects. If I were to look for a more industry standard board what would be some suggestions or ...
Table of Contents
Introduction to ADC
Build and Flash
Reference
Code
Introduction to ADC
Sometimes it is quite easy to think that programming an ADC(Analog to Digital converter) is so simple. Specially if someone is used to to the Arduino platfor...
hi every one.
I have some problem trying make some division with float variable.
some one can help me please.
main.c
while(0)
{
menu_state = PARAM_MENU;
param_menu = PARAM_MENU_FREQ;
pwmq_freq_ui16 = encoder_knob_read();
set_PWM1_F...
I was evaluating the Renesas RX65N MCU EV Kit a few years ago. While doing my road tests, the LCD screen died*. Andrew J sent me his screen (and his EV kit!). I can now investigate the latest RX65N - Segger emW...
The Envision kit comes with a Newhaven NHD-4.3-480272EF-ATXL#-CTP. I'm trying it out with an EastRising? SH500J15Z. It's pin-compatible with the original display, just a little taller. 5" instead of 4.3".
Programs I wrote...
I'm about to design some analogue measurement devices based on the Renesas RX23E-A controller. With SPI as communication channel between that IC and a more generic communication/processing board.
The full design of the future project is still se...