I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
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...
Hi
I am calculating the power consumption using
devzone.nordicsemi.com/.../
But there is some point that I don't understand.
When the BLE event type is "Peripheral...
Hello,
the past week I am trying to make the bootloader_secure example work for a custom hardware with no luck. This whole procedure give birth however to several questions...
Hi
I am currently working on a BLE based hardware but I am a little confused about the terms such as service, characteristics... etc.
Let's say, I would like to control...
Hi,
I am using the following function to read the content of a register:
static ret_code_t read_reg(uint8_t slave_address, uint8_t register_address, uint8_t *value)...
Hi,
Could you please help me identify the file and function name that is used by the S130 softdevice to start HF clock automatically for ble advertising? I can see that Clock...
Hello again,
I'm working with the ble_app_hrs example application with DFU app support. I'm following the DFU procedure and I've reached the point where I actually start...
Hi everyone,
My idea is:
I have several nrf51822 ble devices and I want to connect them simultaneously one by one with gateway over IOT. I am using bluz gateway shield...
hi all,
I use nRF52 SDK11 with ble_app_beacon example.And write some code in main().
uint8_t buf_data[32];
unsigned char c_data[] = {"abcd"};
//unsigned char c_data...
When debugging my application, I'm finding that gdb blocks at app_scheduler.c:253 like this:
(gdb) bt full
#0 0xfffffffe in ?? ()
No symbol table info available.
#1...
I'm using SDK 12.1.0, gcc, nRF51822, no SD init'ed or enabled at the time this code is running. I need to retain the values of a bunch of variables across a sys off.
Here...
I want to integrate nrfjprog.dll (or nrfjprog.exe) into my own windows APP, but I can't find the detailed document for usage of nrfjprog, could someone tell me where I can...
Hi everyone,
I recently was able to do firmware upgrade via Android phone( Link ). So once I programmed the device with a proper bootlader, I was able to always reflash...