Commit Graph

21 Commits

Author SHA1 Message Date
ae7bd7b921 Fix configs: Make software compatible with nRF52810 again 2025-10-04 20:05:49 +02:00
3ffa59f5dc Explicitly set transmit power 2025-10-04 19:55:31 +02:00
392675dd47 Code style 2025-10-04 18:56:48 +02:00
e5e1d7cede Modify memory.x to reserve only as much RAM for the softdevice as necessary 2025-10-04 18:41:40 +02:00
1a42e27189 Implement first version of sending out measurements over BLE 2025-10-04 18:41:11 +02:00
2bff0a54c7 Refactor HumiditySensor to directly take Twim() as argument; Move measurement into separate task 2025-10-04 15:47:26 +02:00
72930892c6 Code style 2025-10-04 02:10:46 +02:00
f92bbf5d7d Refactor temp and humidity measurement code into structs with traits 2025-10-04 02:07:12 +02:00
7f6a3807c1 Add settings to disable test warnings to Cargo.toml 2025-10-04 02:06:47 +02:00
3a76aa6ef6 Make memory.x more similar to the nRF52810 version 2025-10-03 01:05:59 +02:00
164bc16e88 Make ble_gatt_server.rs work with the nRF552 DK 2025-10-03 01:05:59 +02:00
c6bc560c59 Adapt Cargo.toml, .cargo/config.toml, and memory.x to the nRF52832 2025-10-03 01:05:59 +02:00
629396e404 Add troubleshooting note about fixing locked up core 2025-10-03 01:05:05 +02:00
c8b684dd90 Add (not yet functional) ble_gatt_server.rs 2025-09-30 10:43:49 +02:00
b71a23cd67 Move blinky and temp/rh measurement into separate binaries 2025-09-30 10:07:43 +02:00
c785894ef9 Add note about examples 2025-09-30 02:45:15 +02:00
ef6d8419d7 Change the way data is displayed 2025-09-30 02:40:27 +02:00
988204d9fa Implement sensor reading 2025-09-30 02:17:44 +02:00
117a9816ed Make software compatible with commonsense-hw 2025-09-30 00:50:14 +02:00
05dd72f55c Basic project setup (#1)
Reviewed-on: #1
Co-authored-by: Andreas Tsouchlos <an.tsouchlos@gmail.com>
Co-committed-by: Andreas Tsouchlos <an.tsouchlos@gmail.com>
2024-11-01 23:49:53 +00:00
bc6bf765fa Initial commit 2023-08-24 19:13:43 +00:00