├── BOM_154v3B.xls ├── BOM_154v3T_AB.xls ├── CASE ├── D1.STL ├── D1_NEW.STL ├── D2.STL ├── D2_NEW_CR2430.STL ├── D2_NEW_CR2450.STL ├── D2_NEW_CR2477.STL └── D_b.STL ├── CODE └── Arduino │ ├── TH │ ├── MyBoardNRF5.cpp │ ├── MyBoardNRF5.h │ ├── THEINK154_V09.ino │ ├── app_gpiote.c │ ├── app_gpiote.h │ ├── eink54.cpp │ ├── eink54.h │ ├── eink54if.cpp │ ├── eink54if.h │ ├── eink54imagedata.cpp │ ├── eink54imagedata.h │ ├── eink54paint.cpp │ ├── eink54paint.h │ ├── font12.c │ ├── fonts.h │ ├── gdef.h │ ├── nrf_gpio.h │ └── th.txt │ └── THP │ └── thp.txt ├── GERBER └── V3 │ ├── 154v3B.rar │ ├── 154v3T_A.rar │ ├── 154v3T_A_plus.rar │ ├── 154v3T_B.rar │ └── 154v3T_B_plus.rar ├── Images ├── 00011.jpg ├── Bottom.jpg ├── PCB_154v3T_A.png ├── PCB_154v3T_A_plus.png ├── PCB_154v3T_B.png └── PCB_154v3T_B_plus.png ├── README.md ├── SCHEME ├── Schematic_154v3B.pdf ├── Schematic_154v3B.png ├── Schematic_154v3T_A.pdf ├── Schematic_154v3T_A.png ├── Schematic_154v3T_B_plus.pdf └── Schematic_154v3T_B_plus.png └── Schematic_154v3T_A.png /BOM_154v3B.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/BOM_154v3B.xls -------------------------------------------------------------------------------- /BOM_154v3T_AB.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/BOM_154v3T_AB.xls -------------------------------------------------------------------------------- /CASE/D1.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CASE/D1.STL -------------------------------------------------------------------------------- /CASE/D1_NEW.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CASE/D1_NEW.STL -------------------------------------------------------------------------------- /CASE/D2.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CASE/D2.STL -------------------------------------------------------------------------------- /CASE/D2_NEW_CR2430.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CASE/D2_NEW_CR2430.STL -------------------------------------------------------------------------------- /CASE/D2_NEW_CR2450.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CASE/D2_NEW_CR2450.STL -------------------------------------------------------------------------------- /CASE/D2_NEW_CR2477.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CASE/D2_NEW_CR2477.STL -------------------------------------------------------------------------------- /CASE/D_b.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CASE/D_b.STL -------------------------------------------------------------------------------- /CODE/Arduino/TH/MyBoardNRF5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/MyBoardNRF5.cpp -------------------------------------------------------------------------------- /CODE/Arduino/TH/MyBoardNRF5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/MyBoardNRF5.h -------------------------------------------------------------------------------- /CODE/Arduino/TH/THEINK154_V09.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/THEINK154_V09.ino -------------------------------------------------------------------------------- /CODE/Arduino/TH/app_gpiote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/app_gpiote.c -------------------------------------------------------------------------------- /CODE/Arduino/TH/app_gpiote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/app_gpiote.h -------------------------------------------------------------------------------- /CODE/Arduino/TH/eink54.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/eink54.cpp -------------------------------------------------------------------------------- /CODE/Arduino/TH/eink54.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/eink54.h -------------------------------------------------------------------------------- /CODE/Arduino/TH/eink54if.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/eink54if.cpp -------------------------------------------------------------------------------- /CODE/Arduino/TH/eink54if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/eink54if.h -------------------------------------------------------------------------------- /CODE/Arduino/TH/eink54imagedata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/eink54imagedata.cpp -------------------------------------------------------------------------------- /CODE/Arduino/TH/eink54imagedata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/eink54imagedata.h -------------------------------------------------------------------------------- /CODE/Arduino/TH/eink54paint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/eink54paint.cpp -------------------------------------------------------------------------------- /CODE/Arduino/TH/eink54paint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/eink54paint.h -------------------------------------------------------------------------------- /CODE/Arduino/TH/font12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/font12.c -------------------------------------------------------------------------------- /CODE/Arduino/TH/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/fonts.h -------------------------------------------------------------------------------- /CODE/Arduino/TH/gdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/gdef.h -------------------------------------------------------------------------------- /CODE/Arduino/TH/nrf_gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/nrf_gpio.h -------------------------------------------------------------------------------- /CODE/Arduino/TH/th.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/CODE/Arduino/TH/th.txt -------------------------------------------------------------------------------- /CODE/Arduino/THP/thp.txt: -------------------------------------------------------------------------------- 1 | bme280 2 | -------------------------------------------------------------------------------- /GERBER/V3/154v3B.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/GERBER/V3/154v3B.rar -------------------------------------------------------------------------------- /GERBER/V3/154v3T_A.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/GERBER/V3/154v3T_A.rar -------------------------------------------------------------------------------- /GERBER/V3/154v3T_A_plus.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/GERBER/V3/154v3T_A_plus.rar -------------------------------------------------------------------------------- /GERBER/V3/154v3T_B.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/GERBER/V3/154v3T_B.rar -------------------------------------------------------------------------------- /GERBER/V3/154v3T_B_plus.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/GERBER/V3/154v3T_B_plus.rar -------------------------------------------------------------------------------- /Images/00011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/Images/00011.jpg -------------------------------------------------------------------------------- /Images/Bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/Images/Bottom.jpg -------------------------------------------------------------------------------- /Images/PCB_154v3T_A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/Images/PCB_154v3T_A.png -------------------------------------------------------------------------------- /Images/PCB_154v3T_A_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/Images/PCB_154v3T_A_plus.png -------------------------------------------------------------------------------- /Images/PCB_154v3T_B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/Images/PCB_154v3T_B.png -------------------------------------------------------------------------------- /Images/PCB_154v3T_B_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/Images/PCB_154v3T_B_plus.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/README.md -------------------------------------------------------------------------------- /SCHEME/Schematic_154v3B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/SCHEME/Schematic_154v3B.pdf -------------------------------------------------------------------------------- /SCHEME/Schematic_154v3B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/SCHEME/Schematic_154v3B.png -------------------------------------------------------------------------------- /SCHEME/Schematic_154v3T_A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/SCHEME/Schematic_154v3T_A.pdf -------------------------------------------------------------------------------- /SCHEME/Schematic_154v3T_A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/SCHEME/Schematic_154v3T_A.png -------------------------------------------------------------------------------- /SCHEME/Schematic_154v3T_B_plus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/SCHEME/Schematic_154v3T_B_plus.pdf -------------------------------------------------------------------------------- /SCHEME/Schematic_154v3T_B_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/SCHEME/Schematic_154v3T_B_plus.png -------------------------------------------------------------------------------- /Schematic_154v3T_A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartboxchannel/EFEKTA-EINK154-TEMP-HUM-PRES-SENSOR-NRF52_V3/HEAD/Schematic_154v3T_A.png --------------------------------------------------------------------------------