E32-TTL-100 is a wireless transceiver module based on SX1278 from SEMTECH(can be transmitter and receiver both). It adopts LoRa spread spectrum technology, with this technology the transmitting distance and penetration ability of the module improved more than 1 times compared with traditional FSK.
You can find module here AliExpress (3Km) - AliExpress (8Km)
Arduino UNO shieldI create a Library an Arduino shield very usefully to use.
With this board you can use this device directly without problem or voltage divider.
The configuration is this:
LoRa_E32 e32ttl(4, 5, 3, 7, 6);
Than you can use all examples inside the library, you can use pin 6 and 7 to do a full connection or disable they and put M0 and M1 as you want with dipswitch.
Here the first test, seems all ok.
LoRa E32 request configuration logic analyzer Arduino
Now we are going to do a massive production.Ready to go
The shield have some jumper and dip switch to configure M0 and M1.If you want set M0 and M1 to a fixed value you must put jumper to F, if you want control via pin to P.If you set to F you must put dip switch on property value Low or High.
Shopping List
You can find module here
Amount Part Type Properties 1 Lora E32-TTL-100 variant 1; voltage 3-5V; type Basic
1 DIP SWITCH channels 1; package dipswitch-02
2 Generic male header – 3 pins pins 3; pin spacing 0.1in (2.54mm); hole size 1.0mm, 0.508mm; form ♂ (male); package THT; row single
1 Arduino Uno (Rev3) type Arduino UNO (Rev3)
3 4.7kΩ Resistor bands 4; tolerance ±5%; pin spacing 400 mil; package THT; resistance 4.7kΩ
3 1kΩ Resistor bands 4; tolerance ±5%; pin spacing 400 mil; package THT; resistance 1kΩ
3 2kΩ Resistor bands 4; tolerance ±5%; pin spacing 400 mil; package THT; resistance 2kΩ
3 10kΩ Resistor bands 4; tolerance ±5%; pin spacing 400 mil; package THT; resistance 10kΩ
1 Momentary Tactile Push Button package [THT]
1 Generic female header – 7 pins Pin spacing 0.1in (2.54mm);
2 Generic male/female header – 8 pins Pin spacing 0.1in (2.54mm);
1 Generic male/female header – 6 pins Pin spacing 0.1in (2.54mm);
1 Generic male/female header – 10 pins Pin spacing 0.1in (2.54mm);
You can get my PCB shield here from PcbWay.
Here my Crtistmas present
I chose this manufacturer because at the same cost it offers excellent quality, in the first screen it is possible to make countless options suitable for every need.
The board as you can see on various photo is very beautiful and simply to solder.
Here the soldering video.
Here the result
- LoRa E32 device for Arduino, esp32 or esp8266: settings and basic usage
- LoRa E32 device for Arduino, esp32 or esp8266: library
- LoRa E32 device for Arduino, esp32 or esp8266: configuration
- LoRa E32 device for Arduino, esp32 or esp8266: fixed transmission
- LoRa E32 device for Arduino, esp32 or esp8266: power saving and sending structured data
- LoRa E32 device for Arduino, esp32 or esp8266: WOR (wake on radio) the microcontroller and Arduino shield
- LoRa E32 device for Arduino, esp32 or esp8266: WOR (wake on radio) the microcontroller and WeMos D1 shield
Comments