m5stack LoRa Module (868MHz) v1.1 - Dip Switch
-
The documentation has me completely confused.
https://docs.m5stack.com/en/module/Module-LoRa868_V1.1What are the dip switch settings for a Core2 and CoreS3?
I simply do not understand which switches to turn on or off.
-
@Coopersmith-24601
The switches are very simple, just look at the text on the circuitboard of the 868 v1.1 (both sides!)
One 1 side you see a table with pins that can be used for Core, Core 2 and Core S3, some connections like miso mosi and clk are fixed so you only see the pio numbers that you will have to use in your code.
Other signals like CS (btw here called NSS), IRQ and RST give you some options.
On the side where the 8p dipswitch is located, you make in the selection block for these 3 variable connections only 1 choice active by moving the white pin to the ON position.
So in the blok of NSS 1 switch will be on all others will be in the off position!.
Same for the IRQ block and the RST blok.
In case of a Core 2 moving switches 4, 6 and 8 to ON will select NSS = 0, IRQ = 35 and RST = 25.
These values are the values you will have to use in the setup of the LoRa module -
What are the switch settings for Core? Why can't M5Stack just put the switch settings for each in the document? Instead they have this baffling interactive chart that does not seem related to anything at all.