Search found 10 matches
- Mon Aug 30, 2021 3:55 am
- Forum: General Discussion
- Topic: Absence of CAN driver in latest esp-idf version (v4.3)
- Replies: 2
- Views: 2049
Re: Absence of CAN driver in latest esp-idf version (v4.3)
Oh, I didn't notice that. Thank you WiFive for the redirection.
- Mon Aug 30, 2021 3:11 am
- Forum: General Discussion
- Topic: Absence of CAN driver in latest esp-idf version (v4.3)
- Replies: 2
- Views: 2049
Absence of CAN driver in latest esp-idf version (v4.3)
Can anyone say why there is no code for CAN driver in the latest esp-idf version (v4.3)?
- Thu Apr 09, 2020 1:03 pm
- Forum: General Discussion
- Topic: ESP-NOW
- Replies: 5
- Views: 8108
Re: ESP-NOW
I'm using ESPNOW in WIFI_MODE_STA mode but can only add 6 peers.
In esp_now.h there is
#define ESP_NOW_MAX_ENCRYPT_PEER_NUM 6 /*!< Maximum number of ESPNOW encrypted peers */
I set it at 10 but I've got no success.
In esp_now.h there is
#define ESP_NOW_MAX_ENCRYPT_PEER_NUM 6 /*!< Maximum number of ESPNOW encrypted peers */
I set it at 10 but I've got no success.
- Tue Apr 07, 2020 8:00 pm
- Forum: General Discussion
- Topic: ESP-NOW
- Replies: 5
- Views: 8108
Re: ESP-NOW
After some digging, I manage to get the RSSI value by enabling the promiscuous mode and implement filtering based on the frame control field of the mac header.
- Tue Apr 07, 2020 1:51 pm
- Forum: General Discussion
- Topic: ESP-NOW
- Replies: 5
- Views: 8108
Re: ESP-NOW
Is there any way to get the rssi value using esp-now protocol?
- Mon Apr 06, 2020 3:37 am
- Forum: General Discussion
- Topic: ESP-NOW
- Replies: 5
- Views: 8108
ESP-NOW
In the esp-now user guide, it is mentioned that one can connect up to 10 encrypted pairs, but in esp_now.h "ESP_NOW_MAX_ENCRYPT_PEER_NUM" is defined as 6. Can someone please explain this, since I can't find enough documentation about ESP-NOW.
- Fri Jan 03, 2020 5:57 am
- Forum: ESP-IDF
- Topic: How do I use esp32 as an external RAM for other microcontroller?
- Replies: 6
- Views: 5595
Re: How do I use esp32 as an external RAM for other microcontroller?
Thank your for your concern. I think I've to do some more digging myself then.
- Thu Jan 02, 2020 11:04 am
- Forum: ESP-IDF
- Topic: How do I use esp32 as an external RAM for other microcontroller?
- Replies: 6
- Views: 5595
Re: How do I use esp32 as an external RAM for other microcontroller?
Yes, you're absolutely right but I want to use the wifi/ethernet/BlueTooth capability of esp32 too as a communication interface. If I could use it as an external RAM, it would be an icing on the cake. I just want to know if this could be achieved and to what extent. With this, I can extend the capab...
- Tue Dec 31, 2019 4:05 am
- Forum: ESP-IDF
- Topic: How do I use esp32 as an external RAM for other microcontroller?
- Replies: 6
- Views: 5595
Re: How do I use esp32 as an external RAM for other microcontroller?
Thank you @ESP_Sprite for your response, this is just a general question as a hobby project if this could be achieved. I'm thinking of using SPI if that is not possible could it be possible with FSMC of stm32f407?
- Mon Dec 30, 2019 5:12 am
- Forum: ESP-IDF
- Topic: How do I use esp32 as an external RAM for other microcontroller?
- Replies: 6
- Views: 5595
How do I use esp32 as an external RAM for other microcontroller?
This might sounds quite stupid but I was wondering if esp32 can be used as an external RAM for other micro-controllers? Please, can someone shed some light on this topic, is there any way that I could achieve this? Thank you.