Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
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? ...
I am implementing long read with authorization in the server (peripheral). I have a characteristic with vlen = 1 and maxlen = 300. ATT_MTU = 23.
gatts_attr_md.vlen = true;...
Hi,
I added nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_timer.c to my project. In sdk_config.h I have:
#define NRFX_TIMER_ENABLED 1 #define NRFX_TIMER1_ENABLED...
Hi all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96,PC is windows 10
I want to use the DFU to update my file,but I find that only the Init packet is signatured...
I am trying to integrate SPS30 sensor to nRF52 DK using Segger Embedded Studio. The sensor fails to initialise and the program keeps getting stuck at NRF_BREAKPOINT_COND at...
Hi,
In nRF24 / nRF51 , the product sheet have the 20dB Bandwidth for Modulated Carrier (2Mbps) parameter.
However , i could not find at nRF52832 ps.
Did it the same...
Before updating firmware i have updated connection parameter with low connection interval. But it taking too much time. If I gave the same parameters at the first time while...
Dear sir.
This is jaykim from south KOREA.
I saw your company website about NRF2460 Chip.
Is this chip discontinue? It means not product any more??
Because We now...
Hei hi.
I'm developing simple beacon application with sdk 15.2, sd132 based on freeRTOS on nrf52832. The app and the whole project is built with help of ble_peripheral/ble_app_hrs_freertos...
void spi_read_write(0x1E,0x00) ==> output 0x10 as return value of register read.
Here I want to send value 0x90 as register value in the argument of spi_read_write(0x1E...
Hello, Looking for help in confirming what happens when pin 0.21 is grounded on the 810. I have a simple custom 810 based on the reference design with an added led and rgb...
I am using Keil uvision. Working with example codes, with uart example I got the code to send a data to mobile app through ble. But I cannot find code for receiving a data...
Hello All
I am working on nrf52810 and for programming i use segger studio in windows v7. And i refer nRF5 SDK 15.2.0. in my application use LM6BD temprature sensor connect...
SDK 15.2
I am wondering if anyone could point me in the right direction for optimal Timing configurations for the following parameters: 1. Advertising Interval 2. Scanning...
I am using the PWM app from nRF51_SDK_10.0.0_dc26b5e\components\libraries\pwm. I have loaded s110, and am running no other code.
The application hangs on the second cycle...