Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
boards:wio-e5 [2024/08/30 18:34] – [Pinout] darronboards:wio-e5 [2024/09/25 13:51] (current) – [Resources] darron
Line 9: Line 9:
 </wrap> </wrap>
  
-This board has a package containing a STM32WLE5JC cortex-m4 microcontroller at 48 MHz.+This board has a package containing a STM32WLE5JC Cortex-M4 microcontroller at 48 MHz.
  
-The MCU does not contain a FPU, only the mandatory DSP for m4+The MCU does not contain a FPU, only the mandatory DSP for M4
 cores, but it does have an embedded radio, it appears to be an SX1262. cores, but it does have an embedded radio, it appears to be an SX1262.
  
Line 32: Line 32:
 the device may be destroyed." the device may be destroyed."
  
-I probably would not have bothered with this board had I read the above warning beforehand. 
-Who designs a MCU that can self destruct if a bit doesn't get set in error? 
  
  
Line 69: Line 67:
 </code> </code>
  
-Once testing is complete we will erase the firwmare but if you do +Once testing is complete erase the firmware but there is no going back since the firmware is not available in any format.
-so there is no going back since it'not available in any format.+
  
  
Line 198: Line 195:
 </code> </code>
  
-===Pinout===+===Pin control===
  
 <code> <code>
Line 205: Line 202:
 PB0 RF_TXCO_VCC PB0 RF_TXCO_VCC
 </code> </code>
 +
 +===RF switch===
  
 <code> <code>
 OFF OFF
-RF_SW_CTRL1 = 0 +PA4 RF_SW_CTRL1 = 0 
-RF_SW_CTRL2 = 0+PA5 RF_SW_CTRL2 = 0
  
 RX RX
-RF_SW_CTRL1 = 1 +PA4 RF_SW_CTRL1 = 1 
-RF_SW_CTRL2 = 0+PA5 RF_SW_CTRL2 = 0
  
 RFO_LP RFO_LP
-RF_SW_CTRL1 = 1 +PA4 RF_SW_CTRL1 = 1 
-RF_SW_CTRL2 = 1+PA5 RF_SW_CTRL2 = 1
  
 RFO_HP RFO_HP
-RF_SW_CTRL1 = 0 +PA4 RF_SW_CTRL1 = 0 
-RF_SW_CTRL2 = 1+PA5 RF_SW_CTRL2 = 1
 </code> </code>
 +
 +According to the product WIKI RFO_LP is not supported.
 ===Clock=== ===Clock===
  
Line 230: Line 231:
  
 32MHz TCXO 32MHz TCXO
- 
-<code> 
-PB0 TCXO VCC 
-</code> 
  
 ==LSE== ==LSE==
  
 32.768KHz 32.768KHz
-===Antenna=== 
  
-==Receiver==+===LoRaWAN firmware===
  
-<code> +The I-CUBE LoRaWAN demo has been updated to support GNU make [[https://hg.kewl.org/pub/LauraWAN|here]].
-PA4 1 +
-PA5 0 +
-</code> +
- +
-==Transmitter with RFO_HP== +
- +
-<code> +
-PA4 0 +
-PA5 1 +
-</code> +
- +
-SMPS mode. +
- +
-==Transmitter with RFO_LP==+
  
-Not supported. 
  
 ===Resources=== ===Resources===
Line 271: Line 252:
 [[https://github.com/hallard/LoRa-E5-Breakout|LoRa E5 clone]] [[https://github.com/hallard/LoRa-E5-Breakout|LoRa E5 clone]]
  
-[[https://github.com/Seeed-Studio/LoRaWan-E5-Node|Lora E5 repository]]+[[https://github.com/Seeed-Studio/LoRaWan-E5-Node|Lora E5 repository LoRaWAN 1.0.3]] 
 + 
 +[[https://github.com/marekpow/lorawan-test|Lora E5 repository LoRaWAN 1.0.4]]
  
 [[https://www.st.com/en/microcontrollers-microprocessors/stm32wle5jc.html|MCU product page]] [[https://www.st.com/en/microcontrollers-microprocessors/stm32wle5jc.html|MCU product page]]
  
 [[https://www.st.com/resource/en/datasheet/stm32wle5jc.pdf|MCU datasheet]] [[https://www.st.com/resource/en/datasheet/stm32wle5jc.pdf|MCU datasheet]]
- 
  
 {{[downloads:rm0461-stm32wlex-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf|MCU reference manual}} {{[downloads:rm0461-stm32wlex-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf|MCU reference manual}}