My setup #177
-
Hi , |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hiya, One of my next tasks is actually to use these Ra-02s to test the new timekeeping functionality with different MCU architectures, including Wemos8266. Let me know if these configs don't work and I will jump in and test with you. #define RADIOLIB_MODULE SX1278 // ESP8266 SX1278
#define LORA_SS 15
#define LORA_RST 4
#define LORA_DIO 5
#define LORA_BUSY RADIOLIB_NC |
Beta Was this translation helpful? Give feedback.
-
@timmbogner i always have a 'radiolib error code2 'in serial monitor , can you show me the others connection for the SPI interface on your esp8266 (Sclk,mosi,miso ...) |
Beta Was this translation helpful? Give feedback.
One more thing I keep forgetting: The reset pin is optional.