Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:laura [2023/09/15 19:01] – [STM32] darronprojects:laura [2024/09/02 23:21] (current) darron
Line 5: Line 5:
 This project was designed to monitor the humidity of a remote location and as such has been written to support (initially) one of three humidity sensors boards, namely the DHT11, [[:interfaces:aht10|AHT10]] and SHT3X. This project was designed to monitor the humidity of a remote location and as such has been written to support (initially) one of three humidity sensors boards, namely the DHT11, [[:interfaces:aht10|AHT10]] and SHT3X.
  
-The tranmistter can be a standard Arduino or [[:boards:rkat28sb|compatible]] else a low power board run from 3 AA cells or equivalent such a [[:boards:moteino|Moteino]] or clone.+The tranmitter can be a standard Arduino or [[:boards:rkat28sb|compatible]] else a low power board run from 3 AA cells or equivalent such a [[:boards:moteino|Moteino]] or clone.
  
 A version targeting the STM32 based [[:boards:bl072z|B-L072Z-WRLAN1]] board also exists either powered using libopencm3 or STM32 LL. A version targeting the STM32 based [[:boards:bl072z|B-L072Z-WRLAN1]] board also exists either powered using libopencm3 or STM32 LL.
  
-The Raspberry Pi has can be any model with a 40 pin header if the recommeneded LoRa board is used.+The Raspberry Pi has can be any model with a 40 pin header if the recommended LoRa board is used.
  
 ===ATMega=== ===ATMega===
Line 25: Line 25:
 ==Arduino== ==Arduino==
  
-For a fixed power installation an Arduino or any clone with a [[:interfaces:semtech|Dragino LoRa Shield]] or various alternatives for the 868MHz EU frequency band.+For a fixed power installation an Arduino or any clone with a [[:interfaces:draginoshield|Dragino LoRa Shield]] or various alternatives for the 868MHz EU frequency band.
  
 ==Moteino== ==Moteino==