Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1951369474 I'm reopening it because nrf53 has not been done yet -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-02-18 Thread via GitHub
raiden00pl opened a new issue, #11297: URL: https://github.com/apache/nuttx/issues/11297 For now only BLE is supported for nRF5x. IEEE802.15.4 will enable Thread support for Nordic chips. I have it partially done, but I don't know when I'll finish it, so I'm starting an issue to track any

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 closed issue #11297: IEEE802.15.4 support for nRF52 and nRF53 URL: https://github.com/apache/nuttx/issues/11297 -- 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] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-01-28 Thread via GitHub
raiden00pl commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1913691469 Here's the draft PR : https://github.com/apache/nuttx/pull/11617 There's still a lot of work and testing to do. I'll come back to this probably next weekend. -- This

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-01-21 Thread via GitHub
raiden00pl commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1903398146 This issue is about IEEE802.15.4 support for nRF5x using the build-in radio. The only purpose why I need mrf24j40 is for testing and a better understanding of how MAC layer works

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-01-21 Thread via GitHub
maxikrie commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1902881139 Ok, too bad. In the title and your original post you mention nRF52x chips. Did you also work on these or only mrf24j40 modules? -- This is an automated message from the Apache

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-01-20 Thread via GitHub
raiden00pl commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1902165572 Hi, almost no progress. I bought a handful of mrf24j40 modules (supported in NuttX) and put them in a pile on my desk with the rest of the devkits waiting for my attention :) .

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-01-19 Thread via GitHub
maxikrie commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1900234117 @raiden00pl Can you give an update on your progress? I have received some funding to develop Thread support for nRF5x on Nuttx and I would love to build on top of your work.

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2023-12-28 Thread via GitHub
maxikrie commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1871484405 I would very much be interested in this and could potentially help with testing/adding features. @raiden00pl -- This is an automated message from the Apache Git Service. To

[I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2023-11-30 Thread via GitHub
raiden00pl opened a new issue, #11297: URL: https://github.com/apache/nuttx/issues/11297 For now only BLE is supported for nRF5x. IEEE802.15.4 will enable Thread support for Nordic chips. I have it partially done, but I don't know when I'll finish it, so I'm starting an issue to track any