@Rayesyaango
Yep, that is why i prefer Apps instead of cloud solutions, now weekend so plenty of time just looking at a Core2 and doing ... nothing.
Can't login can't acces my programms, going to check my tv...
Best posts made by RBOUMAN58
-
RE: Unable to Authenticate at UIFLOW2 Project Repository
-
RE: m5stack LoRa Module (868MHz) v1.1 - Dip Switch
@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