Replies: 3 comments
-
Hello Hedda, Unfortunately I don't have nRF52833 device on hand to test against(at least at this time), but from what I currently have the firmware generated with 2 sensors adds up to ~260kb flash and ~70kb RAM. So if it would be possible to compile the firmware for nrf52833 - I think it has good chances to being supported, though with possibly limited future functionality. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
As for DIY hardware based on nRF52833, check out these projects: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
nRF52833 is another popular nRF5 SoC in the nRF52 series that can be attractive because it costs much less than the nRF52840.
Zigbee is at least supported on nRF52833 in nRF5 SDK:
https://www.nordicsemi.com/Products/Wireless/Zigbee
https://www.nordicsemi.com/Products/Development-software/nrf5-sdk-for-thread-and-zigbee
The problem with little-brother nRF52833 is that is features half as much RAM and Flash compared to big-brother nRF52840.
nRF52833 includes 512 KB Flash + 128 KB RAM, (with otherwise the same 32-bit Ar Cortex-M4 with FPU @ 64-MHz as nRF52840).
E73-2G4M08S1E and E73-2G4M08S1EX radio modules can already be used in "b-parasite" Zigbee plant/flower sensors, see -> #5
PS: nRF52833 is also features Bluetooth Direction Finding which nRF52840 does not (however the newer nRF5340 does as well):
https://www.nordicsemi.com/Products/Wireless/Bluetooth-Direction-Finding
https://www.seeedstudio.com/blog/2020/09/30/getting-started-with-nrf52833/
Beta Was this translation helpful? Give feedback.
All reactions