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? ...
Hi everyone,
I am currently working on a project where I need to sample the SAADC continuously on 5 channels: channels 4,5,6,7 and VDD, which on my board is channel 9...
Hello,
i have created custom BLE service/characteristic using this ling https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
So, here i am able to transmitting...
Hi,
In working with nRF24L01, I am facing a problem with nRF24L01 CRC calculation. In the spec, it is stated that CRC calculation includes address, control field and data...
Hi,
I'm using nRF52810 and I'm trying to achieve a power consumption. I don't use any softdevice or nRFSDK at the moment. I wrote my own drivers with direct access to the...
Hello,
In my project I need to store variable data to persistent memory area of flash memory to retrieve data after power failure. I want to know is there any limit to use...
Excuse me:
I'm porting other FreeRTOS projects to ble_app_hrs_freertos example In the directory nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_hrs_freertos,I need...
Hello, I use nrf52810 custom board and icm42605 6 axis sensor with twi.
device address is 0x69, I tried read data reg 0x75 for read chipset id.
I think that sensor sent...
Hello community.
I am here to ask you about BLE services in a Mesh Network. I know how to implement both SDKs. However, I would like to know if there is a way to extend...
Hello,
I've been playing around with the nRF52840 DK board and I want to make what I've been working on, into a PCB. Following the link below I've got the Altium files...
Hi !
I'm doing some testing on mqtt with the nrf9160 DevKit.
So far, everything is working with TCP and TLS and I would like to use WSS. I started with WS but I can't...
Hello everyone I'm doing my first steps so as to get things right from the start with a device based on the nRF52833 chip. My setup: PC <USB> nRF52840-DK <JTAG> CustomBoard...
Hello,
I am having a problem using DFU using the android NRF connect app. I have two separate projects that use the OTA DFU. These two projects have the same DFU code...
Now I want to construct a mesh network in an intermittent environment. You know the device will power off and power on frequently, I need to store the communication statin...
Hello All,
I have referred the reference example code to suit my needs. Below is my code,
Code is stuck at waiting for event. Didn't get callback with oversamping of...
Excuse me:
The client made a keyboard with nrf51802.,It has been mass produced。The customer reported that the keyboard and MacBook were connected and bounding before opening...