Hello,
I am aslo using same reveiver RXB6. But I am not receiving the RF codes. Can you please share the you libraries or the references from where you got.
Search found 5 matches
- Mon Feb 27, 2023 9:43 am
- Forum: ESP32 Arduino
- Topic: [Solved] Trying to receive Manchester-encoded data
- Replies: 7
- Views: 12138
- Thu Aug 25, 2022 3:59 pm
- Forum: General Discussion
- Topic: vfs_fat_spiflash: Failed to find FATFS partition
- Replies: 0
- Views: 1143
vfs_fat_spiflash: Failed to find FATFS partition
I am using custom partition table. After flashing it show the following error: vfs_fat_spiflash: Failed to find FATFS partition (type='data', subtype='fat', partition_label='storage'). Check the partition table My partition table: nvs,data,nvs,,0x4000, otadata,data,ota,,0x2000, phy_init,data,phy,,0x...
- Tue Jul 26, 2022 4:40 am
- Forum: ESP-IDF
- Topic: using RadioHead library in esp-idf
- Replies: 1
- Views: 4093
Re: using RadioHead library in esp-idf
Can you please share you code with library?
- Thu Jul 21, 2022 4:02 am
- Forum: General Discussion
- Topic: 3400RF with ESP-IDF
- Replies: 0
- Views: 962
3400RF with ESP-IDF
I am using RXB6 RF receiver with esp32 and the code is ESP-IDF. But I am not receiving any output from the receiver. Nothing is getting printed on the serial monitor. I have attached the code below. Please go through and help me. What codes should I transmit from the RF transmitter or which rf remot...
- Mon Jun 27, 2022 10:59 am
- Forum: General Discussion
- Topic: Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
- Replies: 2
- Views: 2877
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
I am trying to run 6 parallel tasks on esp32 but it showing the following error: Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x400868b4 PS : 0x00060033 A0 : 0x80085442 A1 : 0x3ffb0b50 0x400868b4: xTaskIncrementTick at C:/Users/preet/es...