Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:laura [2022/11/30 20:16]
darron
projects:laura [2023/09/15 19:01] (current)
darron [STM32]
Line 7: Line 7:
 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 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.
  
-At this time, the STM32 based B-L072Z-WRLAN1 board is in active development as a sensor node.+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 recommeneded LoRa board is used.
Line 80: Line 80:
 ===STM32=== ===STM32===
  
-Work-in-progress.+This documentation is work-in-progress, but fully operational code can be found below. 
 + 
 +==libopencm3 (obsolete)== 
 +<code> 
 +http://hg.kewl.org/pub/LoRa_stm32/ 
 +</code> 
 + 
 +==STM32 LL== 
 +<code> 
 +http://hg.kewl.org/pub/LoRa_stm/ 
 +</code> 
  
 ===Raspberry Pi=== ===Raspberry Pi===