Skip to content

Commit

Permalink
Update README.md #152 feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 authored Sep 22, 2024
1 parent 97605b5 commit 1cafdcf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ FSK_PULSE_PCM
FSK_PULSE_PWM
```

Please note that FSK or OOK demodulation mode can not be used simultaneously, due the usage of the receiver chipset's signal demodulator.

## Enabled Device Decoders from rtl_433 release 22.11


Expand Down Expand Up @@ -279,11 +281,13 @@ Datasheet for the CC1101 board I'm using

[CC1101 datasheet](docs/E07-M1101D-TH_Usermanual_EN_v1.30.pdf)

### SX127X - Heltec WiFi LoRa 32 and LILYGO® LoRa32
### SX127X - Heltec WiFi LoRa 32v2 and LILYGO® LoRa32

This is the [Heltec SX127X](https://heltec.org/project/wifi-lora-32v2/) board I used for development. I used the 433 Mhz Board with the SX127X chipset.

This is the [Heltec SX127X](https://heltec.org/project/wifi-lora-32/) board I used for development. I used the 433 Mhz Board
This is the [LILYGO® LoRa32 V2.1_1.6.1 433](https://www.lilygo.cc/products/lora3?variant=42476923879605) board I used for development. I used the 433 Mhz Board with the SX127X chipset.

This is the [LILYGO® LoRa32 V2.1_1.6.1 433](https://www.lilygo.cc/products/lora3?variant=42476923879605) board I used for development. I used the 433 Mhz Board
When your purchasing one of these, please watch out for similar boards that do not use the SX127X chipset. These others boards will not work, as the required receiver mode is not available in the chipset.

### SX1278 - external to ESP32 DOIT DevKit V1

Expand Down

2 comments on commit 1cafdcf

@Velocet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you got the information wrong:
The SX126x series from Semtech is the cost cut variant of the SX127x series. It is missing things like OOK and has some cut down FSK features but essentially works the same.

One should definitely get a board with the SX127x version as it is more capable.

@NorthernMan54
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Velocet I found that the sx126x would not work with my code base, as I'm using a direct mode to receive the individual bits of the signal. And the sx126x did not have this feature available.

Please sign in to comment.