High power LoRa modules

Let me baptise this category with a thread to talk about some high power 433MHz LoRa modules I’d like to test.

The ones that seem interesting are:
E22 (UART) http://www.ebyte.com/en/product-view-news.aspx?id=939
E22 (SPI) http://www.ebyte.com/en/product-view-news.aspx?id=454
E62 (Full Duplex?) http://www.ebyte.com/en/product-view-news.aspx?id=224

I excluded the E32 as it uses the older SX1278 module while the E22 mounts the newer SX1268. Looking at the datasheet, the range tests were performed with different data rates, which justifies the extra kilometers (8 vs 12km) of the SPI version.
Same specs, different marketing strategy?

Going to the E62, the datasheet reports

Module E62-433T30D is a full-duplex wireless transceiver module with TTL level output, operates at 425-450MHz (default: 433MHz) […]
Features TDD (Time Division Duplex). User can transmit data while receiving, not have to wait for the end of receiving

I am not aware of any similar full duplex LoRa implementations, although concurrent TX/RX can be faked by the UART internal buffering.

If you have already tried one of these modules let me know.

2 Likes

Adding to the list the RFM98PW (https://www.hoperf.com/modules/lora/RFM98P.html) from HopeRF, producer of the famous Ra-01 and Ra-02 modules.

Similar specs of the E22 but apparently supporting more protocols.

One difference I see is the E22 30dBm module claims -150dBm receive sensitivity vs the RFM98PW -136dBm. How that pans out in real life is yet to be determined though!

I admit I am quite vary with their specifications and I haven’t found any proper review to support the vendor claims.

Soon the E22 module TXen and RXen pins will be supported and I will let you know.

1 Like

Here a few answers from ebyte

What is the difference between the E22 UART vs the SPI version?

E22-400M30S: this is a SPI module which has no MCU, no firmware. User need to do developing works before using this module. It’s max tested range could be 12km if user can make good design of their own MCU, PCB and firmware.
E22-400T30D: this is a UART module which has Ebyte MCU, Ebyte PCB and Ebyte firmware. After making balance between the cost and performance, we make it’s max tested range to be 8km.

Is the E62 really full duplex?

E62-433T30D is full duplex module. If ESP32 can be combined with E62-433T30D successfully, this system can surely send and receive data at same time.

1 Like

yep - for meshtastic you’d want the SPI version. For the full duplex version they are just putting their own protocol on top of the radios and simulating a serial port.

1 Like

Hello. Someone has success with the E22-400M30S module. I got 2 modules and it seems they are interesting for basic repeaters.

I’ve been using the EByte E22 modules for QMesh. IMHO, the big benefits of the E22 over other 1W modules is that it has a TCXO (important for lower speeds/longer transmission times) and an external LNA that, according to the datasheet, improves Rx sensitivity by ~2dB.

I had a buddy of mine test the output of and E22 module. The 1W power output is accurate, and its higher-order harmonics are within FCC regulations (as a ham, I felt I had some duty to make sure that the harmonics were within regs).

The -150dBm Rx sensitivity is for the lowest bit rate (SF12, BW=7.8KHz). The TXCO should make this possible (I don’t think the HopeRF module has a TCXO), but do note that you’re moving data at a blistering 18bits/s. Normally, the SX127X and SX126X have a best sensitivity of -148dBm; I’m assuming that the 2dB improvement in sensitivity Ebyte claims is due to the external LNA.

2 Likes

Tell me how to connect the module correctly and what changes in the code should be done?

1 Like

Looking at SX1262Interface.cpp:

  1. It looks like you have the TCXO powering done correctly.
  2. If you want the maximum output power from the high power PA, you want to set the PA in the SX1262 to at least 20dBm.
  3. I’m not doing anything with DIO2 (all my interrupts are routed through DIO1, though that might change in the future).
  4. You might consider setting TXEN low first, before RXEN, just as a precaution (don’t want 1W RF accidentally going into the LNA or pushing up against the RF switch).

Are you having any specific problems with the E22?

1 Like

Hi @skyde, by coincidence I just answered this for Corvus’ board. See the example I provided for how the E22 was used on a different (not yet shipping board): Building for NRF52 boards

1 Like

thanks for helping others!

re: turnoff TXEN before turning on RXEN
I think we are doing this properly in the normal case (because we always call setStandby() before starting receive or xmit. But you reminded me of something that made me nervous, which is: In the constructor we are setting TXEN/RXEN as outputs before setting the driven value to be zero. I’ll fix. thanks.

(btw qmesh looks pretty slick and one of the workitems for the 1.5ish timeframe for this project is to possibly switch to it as our transport - but other than ‘this looks cool’ I haven’t thought about this yet)

Hello. Thanks a lot, I saw your post right away. One of these days I will receive ESP-32 boards and will be screwing E22 to them. Already made a large collinear antenna. I think it should make a good repeater.
The only caveat, I live by the river and around the hills is my house, the worst place for a repeater)

1 Like

@skyde did you have success with ESP32 & Ebyte SX1262 lora Module ? If so can you please share Pinout ?

Thanks.

I have not brought this assembly to a working state. Unfortunately, there is no time.

1 Like

Hello! Would anyone please share a working configuration that includes an MCU board, 1 Watt EBYTE module, a method for organizing the interface between them and a firmware? Thanks!

2 Likes

I think it would be interesting to see boards with 433mhz at 1 watt.

Currently, I’m getting excellent results in the city with 433mhz. I can get about 1-2 kms through dense concrete.

Everything has already been tested and done at 433MHz. Follow my links.

What kind of range have you observed with the 1 watt modules? What frequency were you on?