Commit Graph

336 Commits

Author SHA1 Message Date
King Kévin 21a23e18c1 README: fix lists 2021-01-28 13:17:09 +01:00
King Kévin 93d85322d5 application: add gm1351 decoding 2021-01-28 11:13:34 +01:00
King Kévin 56d540a04c application: disable RTC 2021-01-28 11:13:19 +01:00
King Kévin 9d98ab21fc sensor_gm1351: make decoding user driven 2021-01-28 11:12:32 +01:00
King Kévin 58924500e3 usb_cdcacm: increase TX buffer for more logging 2021-01-28 11:04:32 +01:00
King Kévin 69944a24cf uart: increase UART TX buffer for more logging 2021-01-28 11:04:07 +01:00
King Kévin df14317924 sensor_gm1351: fix digit 0 decoding 2020-02-23 14:19:52 +01:00
King Kévin 3779e848db remove unused library 2020-02-20 11:56:25 +01:00
King Kévin fccf0b7c0b README: document project and connections 2020-02-20 11:54:00 +01:00
King Kévin 54bdd92222 global: switch debug off, enabling watchdog 2020-02-20 11:52:59 +01:00
King Kévin b9e64f4913 application: commit application powering GM1351, reading its measurements, and transmitting over Bluetooth 2020-02-20 11:52:59 +01:00
King Kévin d4fac33b6e Rakefile: use black pill board for this project 2020-02-20 11:51:56 +01:00
King Kévin 5b0bb4fe10 sensor_gm1351: add library to read GM1351 sound level meter measurment by tapping on the LCD controller input 2020-02-20 11:51:56 +01:00
King Kévin 136927c4cb spp_tx: add library to transmit over Bluetooth using UART 2020-02-20 11:51:56 +01:00
King Kévin 605181cd26 sensor_gm1351: add library to read GM1351 sound level meter measurment by tapping on the LCD controller input 2020-02-20 11:51:56 +01:00
King Kévin f1168608c7 application: minor, use proper wait 2020-02-19 21:16:37 +01:00
King Kévin 44c75a70a2 application: minor, replace printf with puts when applicable 2020-02-19 21:16:07 +01:00
King Kévin 55d4a2fdb5 README: minor, removed unused feature 2020-02-19 21:10:56 +01:00
King Kévin 1ae88823ce README: minor, update board link 2020-02-19 21:10:16 +01:00
King Kévin 4141c43682 uart: increase index type to allow larger buffer 2020-02-19 21:07:58 +01:00
King Kévin becf280d9a flash_internal: fix, EEPROM now grows from the end since invalidating does not work 2020-02-19 20:59:26 +01:00
King Kévin b7e72bba67 flash_internal: use common page size and flash end address 2020-02-19 20:58:32 +01:00
King Kévin c30b3ecb48 led_tm1637: allow number to be displayed without leading 0 2020-02-18 17:28:34 +01:00
King Kévin afd5bef309 application: fix uptime action 2020-02-17 18:08:17 +01:00
King Kévin d2d09edaf8 vfd_hv518: fix all compilation and definition issues, and put some spaces 2020-02-17 18:04:38 +01:00
King Kévin 1dc728e40e sensor_dht22: minor, add space around operators 2020-02-17 15:24:21 +01:00
King Kévin 4a1470401c rtc_dcf77: minor, use newer GPIO definition 2020-02-17 15:19:21 +01:00
King Kévin 4b2e43a94b rtc_dcf77: minor, add space around operators 2020-02-17 15:16:04 +01:00
King Kévin 48bc700ed7 onewire_slave: minor, use newer GPIO definition 2020-02-17 15:03:28 +01:00
King Kévin 842b1e26bb onewire_slave: minor, add space around operators 2020-02-17 14:59:46 +01:00
King Kévin 11e0653fba sensor_pzem: fix libopencm3 interface 2020-02-17 14:52:37 +01:00
King Kévin 6a0b0bf7d1 sensor_pzem: fix USART GPIO definitions 2020-02-17 14:52:16 +01:00
King Kévin 41bd39f123 onewire_master: minor, add space around operators 2020-02-17 14:45:12 +01:00
King Kévin 7681007d95 onewire_master: minor, use newer GPIO definitions 2020-02-17 14:44:12 +01:00
King Kévin 6b042506b9 sensor_dht11: minor, put spaces around operators 2020-02-17 14:32:49 +01:00
King Kévin e88177d785 led_tm1637: minor, put spaces around operators 2020-02-17 14:27:16 +01:00
King Kévin 2896185e45 led_tm1637: minor, use new GPIO definition 2020-02-17 14:23:15 +01:00
King Kévin 3141075273 sensor_sdm120: fix, update to libopencm3 2020-02-17 14:17:55 +01:00
King Kévin 4a637504dd sensor_sdm120: minor, put spaces around operators 2020-02-17 14:17:18 +01:00
King Kévin 011d12330c sensor_sdm120: minor, update GPIO definitions 2020-02-17 14:15:50 +01:00
King Kévin 4c6629d441 uart_soft: minor, put spaces around operators 2020-02-17 14:07:20 +01:00
King Kévin ddd0d18d15 microwire_master: minor, put spaces around operators 2020-02-17 14:06:15 +01:00
King Kévin 55e44d4c5e microwire_master: fix register redefinition 2020-02-17 14:05:34 +01:00
King Kévin 0454647d2d microwire_master: minor, use simpler GPIO definitions 2020-02-17 14:04:41 +01:00
King Kévin 330a08adc0 ws2812b: minor, put spaces around operators 2020-02-17 14:01:54 +01:00
King Kévin a880df4c0a update copyright 2020-02-17 14:00:48 +01:00
King Kévin 6e65b1b328 replace removed libopencm3 timer_reset 2020-02-17 13:59:49 +01:00
King Kévin cf662f38f5 remove incomplete ir_nikon library 2020-02-17 13:15:56 +01:00
King Kévin 57c4321c8f update libopencm3 2020-02-17 11:43:47 +01:00
King Kévin 52fb366a59 hd44780: use GPIO instead of I2C per default 2020-02-13 14:31:25 +01:00