Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-02-21 Thread via GitHub
Laczen commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2676073401 Solved by #15732 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-02-21 Thread via GitHub
Laczen closed issue #15347: [HELP] Using espnow on NuttX for espressif devices URL: https://github.com/apache/nuttx/issues/15347 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-21 Thread via GitHub
tmedicci commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2605230343 > [@tmedicci](https://github.com/tmedicci) I have been doing some further work and I can send some packets to the network. I'm using the broadcast address 0xff, 0xff, ... and `esp_n

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-21 Thread via GitHub
Laczen commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2605142580 @tmedicci I have been doing some further work and I can send some packets to the network. I'm using the broadcast address 0xff, 0xff, ... and `esp_now_send()` returns 0. However as th

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-20 Thread via GitHub
Laczen commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2602970095 > > Hi [@tmedicci](https://github.com/tmedicci) the promiscuous mode also doesn't seem like a good idea as it would block the normal wifi operation mode. > > So I was thinking about

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-20 Thread via GitHub
tmedicci commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2602912228 > Hi [@tmedicci](https://github.com/tmedicci) the promiscuous mode also doesn't seem like a good idea as it would block the normal wifi operation mode. > > So I was thinking a

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-10 Thread via GitHub
Laczen commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2582203674 Hi @tmedicci the promiscuous mode also doesn't seem like a good idea as it would block the normal wifi operation mode. So I was thinking about the following approach: 1. Int

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-09 Thread via GitHub
Laczen commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2579671989 Hi @tmedicci I have been looking at integrating this but this seems like a quite difficult job. I am wondering if it would not be simpler/more generic to extend the raw packet

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-03 Thread via GitHub
tmedicci commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2569393605 Hi @Laczen, Usually, NuttX drivers are split into a lower-half and upper-half, as described [here](https://nuttx.apache.org/docs/latest/components/drivers/index.html#lower-ha

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-03 Thread via GitHub
Laczen commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2569262706 Hi @tmedicci I have been studying the `NET_LL_PKTRADIO` (I am still new in NuttX). I would think that to add espnow as a network device I should take a similar approach to the

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-02 Thread via GitHub
Laczen commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2568031294 > In my opinion, I think it should be registered as a network device (possibly as a [`NET_LL_PKTRADIO`](https://github.com/apache/incubator-nuttx/blob/cd2fcf52520314bf375b4ffbf2ee

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-02 Thread via GitHub
tmedicci commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2567915250 > Do you think it is a good idea to add support for espnow in a similar way as cc1101 and nrf24l01 ? It would be the easiest approach, but I don't think it's the most appropr

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-02 Thread via GitHub
Laczen commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2567866935 Hi @tmedicci thanks for your reply. I think this would be a good addition for nuttx. From the ESP-IDF release/v5.1 branch it seems that espnow is supported and has its own libra

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2025-01-02 Thread via GitHub
tmedicci commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2567747072 Hi @Laczen, It is not on our roadmap. But if this is really important for your application and you decide to get hands on, open a dedicated branch so we can help with ideas a

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2024-12-29 Thread via GitHub
acassis commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2564869526 @tmedicci @eren-terzioglu please take a look ^ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above