Pinned Repositories
Atmega328p-nextion-serial
A generic firmware for communication from MCU to Nextion display
ATmega328p_timer_adc_bare_metal_code
This is a code for ADC readings with timers and serial printing, a non blocking program, analogRead() and serial print at atmel(microchip) studio.
Basic-Nextion-esp
A basic program for nextion display usage w/ esp32 on esp-idf
esp-idf-gpio-component-example
A brief example of gpio component implementation on ESP-IDF with option to enable and disable both pullup and pulldown and also option to install ISR on input
ESPNOW_LR_deepsleep_
This is an example of the basics of ESPNOW protocol, with a sender and a receiver... and some easter eggs hehe...
icarofcb
Config files for my GitHub profile.
Jogo-Matematica
Jogo de matematica trabalho facul
Renesas-uart-with-external-interrupt
Description : This is an code that works on Renesas S7G2 SK Evaluation Board. It sends a string through SCI UART 0 each time you press one of the buttons, SW4 or SW5. The string is sent with the name of the pressed button "SW4" or "SW5". With TX short circuited to RX(using a jumper), it receives the string sent by the button's interrupt function, the it validates the information received and blinks the assigned led, LED GREEN for SW4 and LED RED for SW5
STM32F103-with-rak3172-and-CAN-bus
This is a repository for me to develop a stm32cube ide project to work with rak3172 LORA module and CAN bus, also reading onboard temperature
STM32F4_adc_dac_w_nextion
Just a source code for future ADC,DAC,Serial Nextion applications.
icarofcb's Repositories
icarofcb/icarofcb
Config files for my GitHub profile.
icarofcb/Renesas-uart-with-external-interrupt
Description : This is an code that works on Renesas S7G2 SK Evaluation Board. It sends a string through SCI UART 0 each time you press one of the buttons, SW4 or SW5. The string is sent with the name of the pressed button "SW4" or "SW5". With TX short circuited to RX(using a jumper), it receives the string sent by the button's interrupt function, the it validates the information received and blinks the assigned led, LED GREEN for SW4 and LED RED for SW5
icarofcb/STM32F103-with-rak3172-and-CAN-bus
This is a repository for me to develop a stm32cube ide project to work with rak3172 LORA module and CAN bus, also reading onboard temperature
icarofcb/Basic-Nextion-esp
A basic program for nextion display usage w/ esp32 on esp-idf
icarofcb/esp-idf-gpio-component-example
A brief example of gpio component implementation on ESP-IDF with option to enable and disable both pullup and pulldown and also option to install ISR on input
icarofcb/ESPNOW_LR_deepsleep_
This is an example of the basics of ESPNOW protocol, with a sender and a receiver... and some easter eggs hehe...
icarofcb/Jogo-Matematica
Jogo de matematica trabalho facul
icarofcb/Atmega328p-nextion-serial
A generic firmware for communication from MCU to Nextion display
icarofcb/ATmega328p_timer_adc_bare_metal_code
This is a code for ADC readings with timers and serial printing, a non blocking program, analogRead() and serial print at atmel(microchip) studio.
icarofcb/Clock-Project-w-atmega328p
Project for University laboratory
icarofcb/STM32F4_adc_dac_w_nextion
Just a source code for future ADC,DAC,Serial Nextion applications.
icarofcb/2.4Ghz-texas-instruments-pcb-antenna
Repository to save my work with TI`s 2.4GHz pcb antenna to be used with Kicad
icarofcb/ADC_esp32c3
ADC reading raw and calibrated voltage
icarofcb/Clock-Project-w-atmega
icarofcb/codigo_asm_atmega328_SEM
Ainda deve ser testado, codigo pwm, gera 1khz, 500hz e 250hz nas portas D7,D6,D5 respectivamente
icarofcb/Curvas-de-torque
Curvas de torque de um motor de rotor bobinado
icarofcb/esp-idf-adc-component-example
A brief example of adc as a component implementation on ESP-IDF using CPP
icarofcb/Projeto-LEDA
Projeto LEDA com Renesas S7G2 SK
icarofcb/PWM-generator-for-Blue-Pill
A generic frequency PWM generator, a basic software that has the base to create a PWM with a high precision frequency application.
icarofcb/RP2040-freeRTOS-template
My version of the freeRTOS template from github.com/LearnEmbeddedSystems, I made a frew modifications on the freeRTOSConfig.h file, to better use the dual core
icarofcb/SMT32F103C8Tx-Timed-Relay
A program that uses registers to program a STM32F1, Blue pill, so that I can time a HIGH signal very accurately.
icarofcb/STM32CUBEIDE_STM32F1_ADC_w_NEXTION
STM32 BLUEPILL firmware developed with STM32 Cube IDE