Wroom 32 + Core1262-868M
Wroom 32 + Core1262-868M
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
UPDATE:
I was able to create my own variant under DYI. I took a look at the ai-c3 ( Core1262-868M ) and DIY v1_1 (esp32doit-devkit-v1) variant and combined them into a working configuration.
I'm going to call this new variant of the firmware, "aspec". Simply because when I first found out about this project, I assumed the SX1262 Core1262-868M and wroom-32 would just work out of the box with one of the million firmware variants available. "Amazon Special" ( aspec )
I also have a GPS that I'd like to add, so I'm going to keep playing around before I submit anything to the metastatic firmware repo.
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.