-
I think the pin mapping for the Pi Pico is incorrect.
Managed to figure out the pinout and got it working with the RFM95W.
![pico](https://github.com/lnlp/LMIC-node/assets/30005006/6f1fd600-ae01-49…
-
This configuration not works to use on v0:
#####################################################################
# ADXL345
#####################################################################
…
-
Hi there,
I'm trying to compile the firmware for the ESP32-C3 and a SX1278 (my goal is to make the cheapest RNode possible)
![image](https://github.com/user-attachments/assets/64e8ae6c-f71f-47ae-845…
-
I have simulated the MIMO average system distance.
![mimomi1](https://user-images.githubusercontent.com/30881405/35018311-276d57fe-fb21-11e7-806e-65abee410415.png)
![mimomi2](https://user-images.git…
-
Firmware:
```
esp32spiram-20210623-v1.16.bin
```
Board:
```
Wemos LOLIN D32 Pro V2.0.0, ESP32-WROVER, ESP32-D0WDQ6 (revision 1)
```
According the [Wemos D32 Pro Schematic](https://www.wemo…
-
Hey, is this lib expected to work on the riscv esp32s? I get a hang when I call `begin()` and `openocd` does not offer any useful info. Using a SX1276-based [MOD-LoRa](https://github.com/OLIMEX/LoRa-8…
-
### Board
ESP32-C6
### Device Description
My own board
### Hardware Configuration
NO
### Version
v3.0.2
### IDE Name
ArduinoIDE
### Operating System
Windows
### Flash frequency
80
### PS…
-
I bought an MCP2515 chip, hooked it up to my ESP32 and used the following configuration (minus all the boilerplate):
```yaml
spi:
clk_pin: GPIO18
mosi_pin: GPIO23
miso_pin: GPIO19
canb…
-
It would be great if in addition to rendering to text, clay could also "render" to something more structured. That way it could be used as a DSL for inline CSS in combination with libraries like miso …
polux updated
1 month ago
-
Hello, I love the simplicity of your include. Looking at your README.MD and your code, I find the following a bit confusing with regard to the MISO pin.
On the one hand, you advise: 'On the MCP41…