Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hi there,
I have developed a small sensor device, which generates events when a reedcontact is triggered. When an event occurs a NB-iot message is sent.
However when I...
Hi All,
I'm a student starting a project on a low-power bluetooth accelerometer. I have selected the MC3672 accelerometer ( mcubemems.com/.../) , which will be soldered...
Hello
I am using the ble_thread_dyn_mtd_coap_cli_pca_10056_s140 example and I would like to send 100 bytes of data to display in the logs of the android application "nRF...
hi I am sending a sensor data with time stamp using bluetooth ,now i am sending every data seperately my question is can i store 100such data in structure and send that entire...
Hello,
I have NRF51822 and I need infinite connection. The chip is used as peripheral device. Tx power is set to -8dBm. What is the power consumption when It is connected...
I'm getting a softdevice assertion at PC=0x14CBC after calling fds_record_write(NULL,&record), the record contains the following information:
fds_record_t const record ...
Hi to community!
I have a trouble with nRF52840 when using TWIS. I initialize the peripheral by below code. If the device is reset using default pin 18 by the external...
Hi
I am using NCS desktop application
I ported it to my custom board(52833),It works well
but now,my custom board has three leds,while nrf52 kbd board only has 1 led...
I need to build a simple BLE dc motor control with a potentiometer to provide the rotational position of the motor.
Anyways, my first step is understanding the Nordic libraries...
I am new at Bluetooth. I want to design remote media control(volume up,volume down, play/pause, next track,previous track) and call answer or reject. I have tried to make...
Hello there,
I am encountering an issue with the zigbee light_control example on the SDK v3.1.
Before I explain the the problem, here's some detail about the system setup...
Hello,
I am attempting to retrieve a device's own MAC address and print it out. So far I have encountered two different functions that can help me achieve this.
void zb_osif_get_ieee_eui64...
Hello
I'm working on the example of app_uart in sdk v17.
I'm trying to create a button 'Long Press' feature, but somehow the button input isn't working properly.
Below...
The example app_onoff.c shipped with SDK For Mesh 4.2.0 (unchanged from 4.1.0) have two unused variables in its state struct.
The value_updated variable looks like a left...
Hi
Is the GPIO on the nRF62840 5V tolerant?
I see the VDD supply is capable of 5.5V.
I’m running a 5V Hall effect square wave into the GPIO pin used as an interrupt...