Commit Graph
28 Commits
Author SHA1 Message Date
David Žaitlík b5599bb35d Minor changes. 2021-09-28 16:12:59 +02:00
David Žaitlík 020bc31908 Changed the MCU to STM32L031G6U7. Switched UART to UART2. Flipped the connector for dust sensor. Removed the I2C level conversion. 2021-09-23 22:17:11 +02:00
David Žaitlík 7e256ff282 Changed the data structure of the struct. Implemented writing and reading config. Defined addresses for the data. NOT TESTED. 2021-09-10 21:51:29 +02:00
David Žaitlík 17286806fb Basic code for writing to EEPROM. 2021-09-09 19:19:20 +02:00
David Žaitlík 23f1f27c0e Implemented UART communication (initial version). Needs more testing and make the buffer smaller to save space. RX and TX have been swapped in the system for debug (bad solder joint). 2021-07-19 17:30:47 +02:00
David Žaitlík 35e0e1fadc Created timer for measurement and base for UART. Polished main a bit. 2021-07-19 11:55:05 +02:00
David Žaitlík 3abd90f197 Merge branch 'master' of gitlab.com:HDIoT/smart_household/wired_sensors/iaq_wired_sensor 2021-07-18 18:55:06 +02:00
David Žaitlík a1d3b42d53 Prepared a library fro the sps30 dust sensor. The readout reads some values but the sensor we have is likely damaged. 2021-07-18 18:52:42 +02:00
David Žaitlík 00811846d5 Multiplied the temperature by 10 to get better accuracy. NACK is making problems again after I2C transmit. 2021-07-18 11:42:48 +02:00
David Žaitlík e8ee043486 deleted the led driver (it wad using HAL). 2021-07-15 15:58:26 +02:00
David Žaitlík 665b839d27 SCD40 is communicationg but the check for NACK mush have been disabled. Why? 2021-07-11 12:32:29 +02:00
David Žaitlík 005c651eff Initial commit. 2021-07-11 11:51:00 +02:00
David Žaitlík ac59d5c5df Added bitshift to the I2C address. Changed return types from int to int8_t. 2021-06-13 12:02:13 +02:00
David Žaitlík ec5992d368 Merge branch 'sht4x_minimal' of gitlab.com:HDIoT/smart_household/wired_sensors/iaq_wired_sensor into sht4x_minimal 2021-06-13 11:59:58 +02:00
David Žaitlík 178daebf59 Added bit shift for the I2C address. Changed return values to int8_t from int. 2021-06-13 11:39:30 +02:00
David Žaitlík c0e81d7cad Switched RCC form HAL to LL. 2021-06-08 11:14:04 +02:00
David Žaitlík 90e9158bc0 Saved iBOM Settings. 2021-04-14 16:25:10 +04:00
David Žaitlík cfd2aad9b9 Polished Schematic. DRC Passed. GERBERS Generated. iBOM Generated. 2021-04-14 16:23:37 +04:00
David Žaitlík 8faf505258 Fixed wrong datasheet link at fuse F1. 2021-04-06 13:47:36 +04:00
David Žaitlík 33a1c4184b Changed the connector. Updated footprints (errors in solderpaste layer). 2021-04-06 13:41:42 +04:00
David Žaitlík 387e0030d0 Rounded the traces. Rotated the programming connector. 2021-04-05 15:52:07 +04:00
David Žaitlík 4b8dbcc6fe Added silkcreen name. 2021-04-05 12:05:50 +04:00
David Žaitlík 7533a278d5 Changed the PCB edge (and therefore the layout a bit too). The edge has now bigger milling and there is only one connection between the sensor and mcu/power part. 2021-04-05 11:50:36 +04:00
David Žaitlík 7176572ee1 Found a mistake in the footprint. 2021-03-11 21:06:35 +01:00
David Žaitlík be8061f80e Generated GERBERS. 2021-02-14 21:57:28 +01:00
David Žaitlík 9ca5cccb98 Moved the button from the sensor chamber. DRC Passed. 2021-02-14 21:15:10 +01:00
David Žaitlík 8e44271200 Semifinal layout. 2021-02-14 14:47:34 +01:00
David Žaitlík 784aee3a07 Initial commit. 2021-02-02 12:04:34 +01:00