I read through the Meshtastic firmware code and found the file variant.h for the Meshtastic-DIY-v1_1 build. Notice it’s not the DIY-v1. Instead v1_1. My understanding from that file is that I should be able to wire the following:

ESP32 WROOM-32 dev Pin,Core1262-868M Pin,Function

3V3,VCC,Power (3.3V)

GND,GND,Ground

18,SCK,SPI Clock

19,MISO,SPI Data In

23,MOSI,SPI Data Out

5,CS,SPI Chip Select

33,DIO1,LoRa IRQ

32,DIO2,LoRa BUSY

27,RESET,LoRa Reset

14,RXEN,RF switch RX control

13,TXEN,RF switch TX control

Unfortunately after building out the DIY_v1_1 firmware, wiring it up and flashing it I get thrown into a boot loop only after setting the region.

I will provide logs once I’m able to do so, just wanted to submit this while I had time. I’m curious if I was misunderstanding the compatibility with a Core1262-868M or if anyone has any tips. Thanks.

Update : I have it working

  • Salamander@mander.xyzM
    link
    fedilink
    arrow-up
    1
    ·
    10 days ago

    Nice! Just yesterday I was finally able to write a simple driver to drive my Core1262-868M. I was search for ‘SX1262’ to find some discussions and found your attempt. Have you continued playing with it? At the moment I have made a very basic Rx/Tx system to transmit packets for sending sensor data to a raspberry pi. Not sure yet if I will integrate it with Meshtastic yet as sending and capturing LoRa packets will probably be enough for me, but I’m curious.