summaryrefslogtreecommitdiff
path: root/src/app
AgeCommit message (Expand)AuthorLines
2021-12-29add bme680 iaq test applicationDaniel Friesel-0/+278
2021-12-29datalogger: fix max44006 / max44009 mixupDaniel Friesel-1/+1
2021-12-27add VEML6075 driverDaniel Friesel-0/+18
2021-12-26add basic MAX44006 driverDaniel Friesel-1/+34
2021-12-26datalogger: Initialize I2C if meta_driver_i2c is setDaniel Friesel-1/+1
2021-12-25remove obsolete i2cbench appDaniel Friesel-107/+0
2021-12-25Remove obsolet ccs811test (included in datalogger)Daniel Friesel-51/+0
2021-12-25i2cdetect: retry i2c setup if it failsDaniel Friesel-2/+2
2021-12-24datalogger: fix hard/soft i2c checkDaniel Friesel-1/+1
2021-12-22i2cdetect: fix hardware i2c checkDaniel Friesel-1/+2
2021-12-21ssd1306test: use framebufferDaniel Friesel-9/+7
2021-12-21adctest: switch to getPin_mV helper functionDaniel Friesel-47/+2
2021-12-20i2cdetect, dataloger: use config variable for i2c includeDaniel Friesel-4/+3
2021-12-08mpu9250_motionlog: switch to posix variantDaniel Friesel-40/+35
2021-12-08hdc1080: add explicit measure() functionDaniel Friesel-0/+3
2021-11-30argv to ssd1306: support two font sizesDaniel Friesel-4/+11
2021-11-29add POSIX argv → ssd1306 appDaniel Friesel-0/+57
2021-11-22add posix stdin → ssd1306 appDaniel Friesel-0/+62
2021-11-13add adctest appDaniel Friesel-0/+94
2021-11-03wetterstation: monitor vcc and temperatureDaniel Friesel-0/+4
2021-11-02add mirrored version of pixeloperator fontDaniel Friesel-3/+3
2021-11-02framebuffer: add OutputStream support with pixelfontDaniel Friesel-7/+12
2021-11-01add pervasive aurora mb bad apple (not really working yet)Daniel Friesel-0/+137
2021-10-20add mh-z19 test appDaniel Friesel-0/+188
2021-10-17Add DS2482-100 Single-Channel 1-Wire Master driverDaniel Friesel-0/+21
2021-10-15add framebuffer and pervasive aurora mb test appDaniel Friesel-0/+155
2021-10-14etcontroller: add application and makefileDaniel Friesel-0/+40
2021-09-23Import partially adapted MCCI LoRaWAN LMIC library. Needs further work.Daniel Friesel-499/+161
2021-09-19lora32u4ii test app (reads version from SX1276)Daniel Friesel-0/+561
2021-05-28driver configuration is now kconfig-firstDaniel Friesel-38/+48
2021-05-28Set loop/wakeup/ostream either via .config or via app/commandlineDaniel Friesel-20/+20
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-10/+10
2021-04-16ssd1306-bad-apple: support both 128x64 and 128x32 displaysDaniel Friesel-8/+8
2021-04-13add ssd1306 bad apple skeletonDaniel Friesel-0/+153
2021-04-12add ssd1306 test appDaniel Friesel-0/+83
2021-04-12i2cdetect: select hardware i2c meta-variable in app modeDaniel Friesel-0/+1
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-2/+3
2021-02-26Add SCD4x driver and datalog integrationDaniel Friesel-0/+18
2021-02-25add simple TSL2591 illuminance / IR sensor driverDaniel Friesel-0/+13
2021-02-25move datalog functions from i2cdetect into separate appDaniel Friesel-205/+256
2021-02-24i2cdetect: ccs811: more concise output, use low-power measuring modeDaniel Friesel-5/+3
2021-02-24app makefiles: set CONFIG_* variables where applicableDaniel Friesel-27/+27
2021-02-24sharp96 depends on large modeDaniel Friesel-3/+4
2021-02-24nrf24l01test: select spi driverDaniel Friesel-2/+3
2021-02-14add initialization and readout to CCS811 driverDaniel Friesel-1/+17
2021-02-14bme680-max44009-logger: switch to bme680 float apiDaniel Friesel-3/+6
2021-02-14do not continuously re-init bme680Daniel Friesel-18/+27
2021-02-14bme680-max44009-logger: improve resilience against bad wiringDaniel Friesel-26/+73
2021-02-08add arduino-nano bme680-max44009-dataloggerDaniel Friesel-0/+300
2021-02-03bad apple: increase frame rate to 7 FPS. now running at actual speed.Daniel Friesel-739/+588