Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
i want to know about how nrf51822 module's states will change once it is turned ON.
with the state diagram i can define how the module is working after turning it ON.
...
All,
I'm relatively new with the Nordic Ecosystem and have been playing with the example projects on the nRF52 DK and have successfully gotten several examples up and running...
Using Keil v5, ARMCC 5
Pin state equals:
Level 0 - 0x00000000 - pin low
Level3 breakpoint after read - 0x00000040
Level3 breakpoint before and stepped through -...
I am advertising a service and providing scan response data. It is not clear to me whether I should be bothering setting up the values of the ble_adv_modes_config_t structure...
Hi there,
i am very curious about what can be considered as interrupt factor in receiving the signal from beacons, so if these scenarios have been tested please provide...
I'm using the nrf52832-QFAB variant (32K RAM 256K Flash)
The part is marked as NRF52832 QFABB0 1630AC
Surprisingly, this part is happily running my application and bootloader...
Hello,
I can't find where in flash the peer manager data is stored. I'm currently working on DFU support and as part of that I want to define the memory area that should...
As per mesh_hw_resources.md (MESH_SDK/doc/introduction)
## Flash lifetime The flash hardware can withstand a limited number of write/erase cycles. As the mesh stack uses...
Hi all,
I am trying to develop the BLE Heart Rate Collector example on the nrF51 Development Kit. As far as I read in the Nordic web ( http://infocenter.nordicsemi.com/index...
I'm trying develop on a custom board based on the nRF52832 and am running into some issues. When I run the blinky application (with no SD) the application executes fine. However...
Hi I'm developing beacon firmware using ble_app_beacon example code.
I was able to send good beacon data for my purpose. For the next step, I want to turn on the LED which...
Hi,
I am using a custom board based on nRF52 (nRF52832-QFAB-R) and programing it with softdevice.hex and "ble_hid_mouse" example application in the nRF5 SDK v14.2.0. the...
Hi,
I am using softdevice S132 V2.0 for nrf52832 controller.I am using BLE UART app. It is working fine on eval board.But when i checked it on custom board developed by...