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,
Just like the topic description.
The sample code I used is ble_app_hids_keyboard (V11 S130) and the development board is PCA10028.
I found after I load the code...
Dear Team,
I hope you are doing good......
i am using nrf51822 Device, the SDK version is 12.3.0 in the windows pc with keil version 5.26.
Here i am planning to send...
when I call ble_nus_send_string,I got the error, error code is 0x00003003, Then I find error define like below
#define BLE_ERROR_NO_TX_BUFFERS (NRF_ERROR_STK_BASE_NUM+0x003...
I tested BLE mesh example. I have 4 boards 1 nRf52832 and 3 nRF 52840
1 board as client(nRf52832)
1 board as Provisioner(nRF52840)
2 board as server(nRF52840)
i loaded...
Hello
I'm trying to use the secure bootloader from the SDK Examples. It worked all fine with downloading and the example package.
But if I try to make my own application...
I am trying to come up with a BLE solution for a Linux based audio project. The Linux target would function as a hardware appliance and as such would appear as a BLE peripheral...
Hello Community,
I have been trying to avoid asking this question here (it may be trivial) but I guess the answer will help other people as well.
In the ATT_MTU throughput...
I was on Instagram, and I won a green nordic 52 from Nordic. I got it, became frustrated because I didn't have a JTAG debugger, and flashed espruino onto it with nRF toolbox...
Hello,
I have a question regarding the correct way/good practice of programming with the use of SPI. I am using SDK 15.0.0.
I've written some code in a source file peripheral...
hi.........
i am using nrf52832 and segger 15.2
i am merging the two programs in order to send the data through ble to phone(uart app)
i am getting the error
undefined...
hi !
I have start to program the SPI example to communicate with the BMP280 from Bosch and i have seen good results so i'm tried to implement the code over ble_app_uart...
hi..........
i want to put my peripheral device in sleep mode ? how to do that?
i tried this one , its shows error
err_code= sd_power_system_off();
APP_ERROR_CHECK...