Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
I've based my code upon the HIDS keyboard example and added code to support an attached polled sensor with I2C interface. The device will pair with the Android phone just...
Hello,
I'm writing an application that sends cycling power information via ANT+ and Bluetooth (S340, on a nRF82840). While the ANT+ is a pure cycling power service, the...
Hello,
I am using the Nordic SDK at v1.5.0, to create an application that runs on the Nordic nRF9160.
In the typical use case scenario, my application is mains powered...
Hello. 'm trying to DFU using serial bootloader with my custom board.
I've wired my custom board's nrf52833 pin with a USB2UART board.
nrf52833 RX Pin: P1.02 -- connected...
We have a device based on NRF52832, SDK 13.0, Softdevice S132 v4.0.5. We can't upgrade the Softdevice at this time but we can modify the firmware if necessary.
We know that...
My current product uses an NRF52832 with SDK 13.0 and s132_nrf52_4.0.5
I was asked to implement GATT caching to speed up the connection time with a mobile phone.
I know...
Dear ALL,
In nrf connect sdk ,How can I do a bond_ Deleted callback?At present, I test this function in iPhone and Android OS. When I delete the pairing information of...
I am developing my ADC sampling code for minimal power consumption. There is a timer with ppi module that generates interrupt for sampling. Please see the code below:
...
Hi everyone,
I'm designing with nRF9160, and I found nordic's suggestion on the PCB layer, which is underneath the GPS and LTE pad should be removed. I'm curious if the...
Hi.
I use GPS with SUPL client library, so I need your help.
I enabled CONFIG_AGPS_SRC_SUPL and use gps_agps_request() function to request agps
I found that in supl_start...
Since update 3.9.0, I am not seeing my Dev Kits or J-links showing up in the "Select Device" device list.
I have tried both Mac and Windows.
Anyone else experiencing the...
Hello, I'm new to zephyr
I have a custom board nrf52833 (BM833E module), I'm using zepyhr to build the hello world example to use uart1. I have created nrf52833dk_nrf52833...
Hi.
I'd like to develop my custom board's DFU function like the below steps.
Run my application (simple LTE transfer function included)
During LTE transferring, If...
Hello,
I want to make one fw which adpots for following platform without much changes:
nrf9160 DK
nrf Thingy 91
Both board has nrf52 onboard so, my idea is as...
I have an application where I have configured a reporting attribute which reports on update. It works as expected - until the amount of data you want to send exceeds 8 bytes...