Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
My accelerometer readings appear in my segger embedded studio "Debug Terminal" window.
It looks like this.
I want to stream the data via COM port to this "serial oscilloscope...
~/ncs/nrf/include/dfu/dfu_target_mcuboot.h int dfu_target_mcuboot_done(bool successful);
/////////////////////////////lack of this in last #ifdef __cplusplus } #endif
I am using mesh SDK v4.2.0.
I read the documentation of the remote provisioning example (pb_remote) and took look at the code.
My first feeling was that the remote provisioning...
To the kind attention of Nordic support team,
I'm working on a nRF52 based product, I saw using your sniffer that after LL_CONNECTION_UPDATE_REQ
I have got a Window Offset...
We have an nRF52 DK and have developed a customer board. On the custom board we have a header with pins for power, ground, clock, and data.
When I connect this to the nRF52...
Hi,
I've got ANCS working well in my application, but I seem unable to increase the length of the notification's message that I receive.
BLE_ANCS_ATTR_DATA_MAX is defined...
Dear sir,
I have an two problem:
1) Once change the device mane, after system rest some junk value is stored Note : here the device name read from the flash memory ...
I'm trying to run Provisioner Example on my nrf52840 DK, which is in examples/provisioner directory, . First I've build softdevice on DK and then I'm trying to build provisioner...
Hey NordicSemi. In my new project, I use DK NRF9160 and I need to determine the location. Since hardware GPS does not work, I decided to use the detection of coordinates through...
Hi,
Something locks-up my I2C sometimes and I need to make I2C recovery. It looks like Nordic has not implemented the zephyr i2c_recover_bus function, so I guess I need...
I'm looking for dual core inter task communication examples
where a thread on one core is interacting with a thread on the other core ?
e.g. will there be some kind of...
Hello All,
I was looking at the Digi XBee3 modules for a ZigBee project I am working on. What is great is they allow you to write MicroPython code to control the network...
I am trying to send some values from nRF52810 Board to my Laptop. I am using a nRF52840 Bluetooth Dongle to connect the board to my laptop. I am using the "Heart Rate Collector...