tty
Member
Do you have an idea how I can decode this to byte sequence with pulseview starting from sync word.
No idea. You're probably going to have to write a decoder to do anything useful. What are your intentions?
Do you have an idea how I can decode this to byte sequence with pulseview starting from sync word.
Has someone used a simpler uC to control the CC1101 like ESP32?
Thank you Rodemfr,Hi Booster,
I did not test any ESP32 board, I only had a Teensy 3.5 board when I started to investigate the protocol, that's why I chose this one.
However, after the suggestion of ncoyle , I had a look to ESP32 based boards and this should work fine with minor adaptations of SW. Adafruit is selling Arduino compatible ESP32 boards which should work fine for this. Just be aware that, if you plan to use MicronetToNMEA SW from Github, you will likely have to do some adaptations of SW, especially w.r.t EEPROM which is often an issue on Arduino boards.
I will help you anyway, I'm interested to see the SW running on a ESP32.
Main.cpp:110:14: error: 'class HardwareSerial' has no member named 'setTX'
GNSS_SERIAL.setTX(GNSS_TX_PIN);
^
Main.cpp:116:6: error: 'class SPIClass' has no member named 'setMOSI'
SPI.setMOSI(MOSI_PIN);
TPH⸮⸮⸮000001d
EXCVADDR: 0x0800002c LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000
ELF file SHA256: 0000000000000000
Backtrace: 0x40113dbf:0x3ffb1f60 0x400d2f6b:0x3ffb1f80 0x400d68b2:0x3ffb1fb0 0x4008636a:0x3ffb1fd0
Rebooting...
$ "j=|⸮⸮⸮D⸮D⸮⸮⸮!"j⸮ґ"NE"⸮Zj⸮Z⸮ґ"sZ⸮*}P)^⸮T⸮⸮)^⸮T⸮։YPC⸮(^⸮D։Ix⸮E"D⸮YR⸮
⸮F⸮Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x40113dbf PS : 0x00060330 A0 : 0x800d2f6e A1 : 0x3ffb1f60
A2 : 0x3ffc1454 A3 : 0x3ffbdbb4 A4 : 0x0800001c A5 : 0x00000009
A6 : 0x00000009 A7 : 0x00000000 A8 : 0x00009600 A9 : 0x0000000a
A10 : 0x3ffbdd14 A11 : 0x0000000a A12 : 0x3ffbdd14 A13 : 0x00000009
A14 : 0x0000000a A15 : 0x00000004 SAR : 0x00000016 EXCCAUSE: 0x0000001d
EXCVADDR: 0x0800002c LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000
This
word will typically be set to the centre of the
lowest channel frequency that is to be used.