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...
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8 SDK.
The timer is called for every...
I have a Fanstel BT832X evaluation board (model EV-BT840(832)-V4). Nordic examples without softdevice are working fine. Examples with softdevice are not working. I have checked...
I’m getting some strange behavior after repurposing the WS2812 driver sample with the following code. Note that my code has Bluetooth enabled. It seems like it might be some...
I use ncs1.6.0 to develop on nRF52832DK. The current requirement is to enable PA LNA support on mesh.
I learned how to use FEM driver through this blog . I added the corresponding...
Hello,
Is it okay to supply the nRF21540 with a DC/DC or do I need to use an LDO? Are there any performance differences of the nRF21540 when choosing one over the other...
I'm finding that the signal strength of the radio is too low in my nRF52840 custom BLE project. I would like to increase the radio power from the default 0dB as our RSSI values...
I made a custom model under ncs1.6.0 to publish uart data. When the data I want to publish exceeds 85 bytes, an error occurs in debug:
<err> bt_conn: Unable to allocate...
NCS v1.6.0
CONFIG_SLM_GPIO_WAKEUP =y
CONFIG_SLM_INTERFACE_PIN =24
When Serial LTE modem is woken up after #XSLEEP=2 without 2s delay, it starts to loose some unsolicited...
Hello,
I'm using the sdk v17.0.2 with softdevice s140 with a custom PCB shipping the nrf52840.
I'm facing an issue where I cannot enable NFC and softdevice at the same...
Hello everybody. I am currently evaluating some BLE Tags, if they can be used as an BLE doorkey. The chips I am talking about are the following: nRF51802 nRF51822 nRF52832...
Hello support team,
I try to get the NRF52840 DK to work as a central with FreeRTOS. Connecting and getting notifications works well, but the device freezes on a disconnect...
I am running a Zephyr OS, and I am using the mbedtls APIs to do my cryptographic operations using the Cryptocell as my backend. My question is should I be using a mutex of...
Hello,
We have a physiological monitoring system in production where we used NRF52832 as a peripheral. Connecting this peripheral with Windows bluetooth, we realised that...