Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
I'm prompted to select the target device for a new uVision project. As far as I've found so far, they both are the larger memory variants (256KB).
segger.com/jlink_supported_devices...
Hi,
How can one calculate the distance between two beacon based on RSSI values?
How can one find location based on RSSi values of the beacons ?
What are short comings...
I tried the Bjørn's code : devzone.nordicsemi.com/.../
I didn't make it... Could you help with a simple code you've tried for adxl345 ?
Thank you
Yassine
Hi Nordic!
On the radio_test example, the functions scanf and printf are heavily used, however, I haven't found where they are defined. This example is reading the data...
I really need your help regarding a problem. I developed my own pcb with nrf52 and verified it with your hw engineer. I just finished soldering and hooked it up with your...
Hi,
Is there any ready made app of NRF52 and NRF51 ( beacons), where beacons are communicating with the NRF52 and based on some nordic app for PC we can view that how many...
I have created a BLE peripheral device using nrf51822. I have used sdk12.0.0 with soft device 130 and I am using NRF connect mobile app to test my device.
When I connect...
Can I create Characteristic with Notification only, no Read, no Write
I can remove the //char_md.char_props.write = 1;
and only the Read and Notify Properties show up...
Hi,
I am totally new to NRF52832 chip and I want to use ANT+ in my sensor networks related project. I am using keil compiler and S332 softdevice (I am also using BLE therefore...
Hi,
I am working for the first time with NRF52832 flash data write. I have (ANT + BLE) application and and I basically want to save the data in ROM in order to keep it saved...
Designing a custom pcb, we have a few questions, and maybe you could help a little bit.
On this Nordic design ,before proceeding to layouts :
Can I skip pins 45/46...
So im trying to create a generic library to test any Bluetooth device. So far i can connect to the device but since i dont know what are the services and UUID available im...
Tried Flasher Portable Stand-Alone Mode with J-Flash 6.14 as following:
Create .jflash Project for nRF51822-QFAA
Open Data .Hex File
From J-Flash, select Target...
Hi,
This is obviously not the first question about this, but I still haven't found the answer I need here...
I would like to make a kind of serial to BLE gateway on...
Hello Nordic Community.
I'm having issues trying to control a simple RGB LED circuit with the NRF52. I have set up 2 timers and PWM instances Red and Green on PWM1 and...