Pinned Repositories
ASE_template
dotfiles
FPGA-VGA
HSD-RP2040-5-stepper-motor-driver
Lily58
6×4+4keys column-staggered split keyboard.
PHC-Peltier-Heater-and-Cooler
Thermoelectric cooling and heating controller schematic design
ppse-2021
This is the repository for SALMO, the Solar Azimuth and eLevation Motorized lOcator. It is a PCB used for driving a tracking solar panel system, using GPS location and a MPPT algorithm to maximise the incident power. The official name of the project is PPS2021_SUN_TRK
RP2040_PWM
This library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM any GPIO pin. The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM
Space-Evaders-VHDL
A simple game written in VHDL where a spaceship have to avoid some aliens
ppse-2021
This is the repository for SALMO, the Solar Azimuth and eLevation Motorized lOcator. It is a PCB used for driving a tracking solar panel system, using GPS location and a MPPT algorithm to maximise the incident power. The official name of the project is PPS2021_SUN_TRK
lisasnt's Repositories
lisasnt/HSD-RP2040-5-stepper-motor-driver
lisasnt/PHC-Peltier-Heater-and-Cooler
Thermoelectric cooling and heating controller schematic design
lisasnt/ASE_template
lisasnt/dotfiles
lisasnt/FPGA-VGA
lisasnt/Lily58
6×4+4keys column-staggered split keyboard.
lisasnt/ppse-2021
This is the repository for SALMO, the Solar Azimuth and eLevation Motorized lOcator. It is a PCB used for driving a tracking solar panel system, using GPS location and a MPPT algorithm to maximise the incident power. The official name of the project is PPS2021_SUN_TRK
lisasnt/RP2040_PWM
This library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico core to create and output PWM any GPIO pin. The most important feature is they're purely hardware-based PWM channels, supporting very high PWM frequencies. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware-based PWMs, still work even if other software functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software-based PWM using ISR, millis() or micros(). That's necessary if you need to control devices requiring high precision. New efficient setPWM_manual function to facilitate waveform creation using PWM
lisasnt/Space-Evaders-VHDL
A simple game written in VHDL where a spaceship have to avoid some aliens