Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
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...
Hi, team I am trying to build a system with one master and multiple slaves using the mesh SDK. ( This is similar to the light_switch example. ) At this, I want to give each...
After the update to nRF Connect v3.0.0 none of the Nordic devices is detected anymore by that tool.
I even un-installed and reinstalled nRF Connect v3.0.0 (as recommended...
Went through the pin_change_int example and of course it works fine.
Migrated that to custom board and it also worked fine with main loop.
So I then tried to use that...
Have an application that configures a wifi SOC using spim before enabling BLE scanner.
When it is running there are 4 timer events running and the main loop check status...
Hello,
Zephyr 1.14.0 includes the nrfx code to use GPIOTE and PPI and my code compiles but I get
undefined reference errors to the nrfx_gpiote_ and nrfx_ppi_ functions...
Few issues I'm facing -
1. I have gone through the related blogs, tutorial, documentation for DFU. nRFConnect cannot connect to the Fanstel BM832 chip. It gives me an error...
hi
I connect AT24C02 EEPROM with nrf52dk.
I already test EEPROM with arduino and it work fine.
Now i want to communicate with NRF52DK kit,so which example I would prefer...
Hi Nordic.
I have an issue that I'm really stuck on. I am trying to send data from a radar sensor via your nRF52 DK BLE board. I've managed to make a working connection...
Hello,
we would like to use a nRF52DK for a simple bluetooth production testing as mentioned in AN34. If we are using an external 50R antenna on J1 do we need to cut the...
I am using nRF52832 SDK 15.2.
I would like to avoid using the 32.768kHz oscillator to save space and cost.
I am using BLE and sleep mode ON.
I defined in sdk_config...
If I build/flash from the command line with "west build -b nrf9160_pca10090ns" and "west flash -d build" it loads a fully combined image with mcuboot and (spm+application...
I am trying to write a program in C to have my central device(nRF52840 dongle) read the RSSI from a peripheral. I have never written C code before and was told to use:
TASKS_RSSISTART...
Hello, I am using nrf52832. My BLE device is slave device and its sending notification to master. I want to know if there is any feature to know if notification from particular...
Hi,
I am trying to read signal strength inside my code. At the moment I know I can do this with AT commands:
AT+CESQ +CESQ: 99,99,255,255,255, 46 OK
RSRP = -140 + 46...