Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi there,
I am working on a door lock project using nRF 52840 DKs and nRF5 SDK for Thread and Zigbee v4.2.0. we are having both ZigBee and BLE protocols in it. I started...
Hi everyone,
I'm trying to implement directed advertising on the BLE codeded PHY.
My setup of consists of two identical NRF5340 based custom boards, running FW based on...
Hi, nice to e-meet you. I want to use nRF52810 pin 25 (or other pins) to drive an external board, and through it to control the external board switch.
I set the pin to H0H1...
Hello,
I am currently working with pc-ble-driver-py and have observed write operations taking an exceedingly long time. Previous DevZone posts on this topic seem to be unresolved...
Hi,
Sorry to seek help again but I cant solve this issue
Steps
1 - nrfjprog -f nrf52 --eraseall
2 - nrfjprog -f nrf52 --program mbr.hex --sectorerase --verify
With...
Hi,
I've got a GPIO interrupt callback that collects an ADC reading. All is fine until there.
But when interrupts become numerous (~3/5k triggers / sec), a MPU FAULT...
Hello. I'm relatively new to zephyr and working with nrf's and I'm experiencing a modem error when running the mqtt_simple sample project that I cant resolve. Upon booting...
Using the Zephyr logging system, setting Kconfig option in prj.conf to override logging to level 4 (output LOG_DBG messages) breaks the console and no output is sent at all...
Updating to NCS 2.1.0 the CONFIG_ADP536X_BUS_NAME is still defined but seems to be not longer valid.
The "adp536x.h" is now in the includes. Is there a supported way to...
Hi.
The LE Audio Controller Subsystem for nRF53 used by the nRF5340 Audio example as I understand it, is only available as Hex file.
Is this controller based on the Softdevice...
Hi friend,
I am using SDK16.0 and softdevice is S140 7.0.1 version. But SPI can only send out 1 byte. It can't call back the function of spi_event_handler, so my code is...
Hello everyone,
I have successfully managed to perform a DFU with a DFU package consisting of an app and a softdevice. I wanted to test what happens when I manually cancel...