dheadrick1618
Computer Engineering Student ~ Hobbyist Software developer and Embedded systems designer/Firmware developer
Revontulet TechnologiesEdmonton, AB, Canada
Pinned Repositories
CryptocurrencyAppYT
ECE420_lab1_test_program
Little program for testing lab 1 of ECE420 at UofA, where we multiply square matrices with mutliple threads to harness the benefits of parallelism
esp32_sd_spi_write
esp_now_timing_test
Simple esp now broadcast and receiver apps to measure approximate time between data send and receive
ex3_message_dispatcher_C
github_pages_tut
Learning how to use github pages
Lab8
learning_csp
Learning how to use CSP for the Nanoavionics EPS
localLibrayDjangoTutorial
Django tutorial from MDN website tutorial
prep_mp_script
Script made to prep python morning problems for CMPUT274 - Save time spent extracting and setting up file
dheadrick1618's Repositories
dheadrick1618/esp32_sd_spi_write
dheadrick1618/isl28022_driver_esp_idf
Driver for the ISL28022 Digital Power Monitor (DPM) IC for use with an ESP32 using the ESP-IDF framework
dheadrick1618/CryptocurrencyAppYT
dheadrick1618/ECE420_lab1_test_program
Little program for testing lab 1 of ECE420 at UofA, where we multiply square matrices with mutliple threads to harness the benefits of parallelism
dheadrick1618/esp_now_timing_test
Simple esp now broadcast and receiver apps to measure approximate time between data send and receive
dheadrick1618/ex3_message_dispatcher_C
dheadrick1618/Lab8
dheadrick1618/learning_csp
Learning how to use CSP for the Nanoavionics EPS
dheadrick1618/localLibrayDjangoTutorial
Django tutorial from MDN website tutorial
dheadrick1618/prep_mp_script
Script made to prep python morning problems for CMPUT274 - Save time spent extracting and setting up file
dheadrick1618/esp-idf-bmx280
BMP280 and BME280 I2C driver for ESP32 boards using the IDF toolchain.
dheadrick1618/rust_ipc_example
Simple example of two using unix named pipes (FIFOs) for reading and writing data between processes