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
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Hi,
We have created GATT servers and tried to connect with one MOBILE APP.
But, we failed.
Although, we could able to connect with standalone BLE, but once we tried...
Hi,
I have been trying to experiment with the nrf5 SDK for thread and zigbee. Our product uses a NRF52840 in the form of a BL654 module and we have been using xbee S2C modules...
Hello, I was reading through the documentation for the nRF Connect for Desktop and I came across a reference to set up the nRF Connect for VS Code. However, I couldn't find...
Hi,
I am using nRF52820on a customer board to run MESH Light project, but I can not start the mesh stack, problem is:
it looks like due to flash limited, but according...
Hi All,
I am new to Zephyr/NCS, so I am a little confused about which UART driver (Zephyr's uart/nrf_libuarte/nrfx_uart/nrfx_uarte) to use to approach this feature with...
I'm evaluating the nRF52840_DK with nRF5_SDK_17.0.2
After doing some tests with ppi to timestamp gpio events, I'm now enabling the softdevice.
This leads to two questions;...
I have been successfully using mergehex with s140_nrf52_6.1.0_softdevice.hex and a bootloader to create firmware packages for my nRF52840-based device and wanted to try softdevice...
When I run the QSPI example in SDK, it can work well both on the PCA10056 and my custom development board. However, when I transfer the example to app_buttonless_dfu, the...
Hi,
I am trying to send the max 240 bytes in NUS SERVICE nRF_CONNECT_SDK
I have seen the ble throughput example and changed
CONFIG_BT_RX_BUF_LEN=255
CONFIG_BT_CTLR_TX_BUFFER_SIZE...
Hi Nordic
We are evaluating nRF 9160 for our next revision of the PCB, and we are testing nRF9160DK.
It came with a sim, which i tried to activate by nRF cloud, but it...
Hello
Is there any example or tutorial on how to use the mpu6050 library?
I just started to program the nrf51822 and hope to find some helpful clues to get me going. ...
I have nrf52840/32 dk and lis3dh accelerometer. I have interfaced two of then via I2C. I want to advertise data of lis3dh xyz acceleration values in the ibeacon advertsing...
Hello,
I am testing nrf52840 low power module on usb power supply, but it's current is about 22ua not 7ua.
hardware design
software design
Can you give me some...
Hello,
I'm trying to use `sd_ble_gap_connect` to connect to a peer I discovered using `nrf_ble_scan`.
nrf_ble_scan_init_t scan_init{};
scan_init.p_scan_param = &m_scan_param;...
Hi everyone!
I have already developed a couple projects in nRF52 DK and the result was quite messy. I want to make it right this time and that's why I am requesting your...