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...
Hello,
we made a custom board using the chip nRF51822 and were able to use the template project in \..\examples\peripheral\template_project to make a button switch the led...
Hello,
I can't set the memory map into segger with a zephyr project.
For example for blinky project into ncs/zephyr/samples/blinky.
When I go to Project->Options, I...
Hello, we use the nRF24LE1 (24 pin) in a product, that is in production since many years. In order to process a FW change request I need to test the FW on a nRF24LE1 (48pin...
Dear Devzone
I have an NB-IoT application running on a Thingy:91, that wakes up every two minutes and sends a small package over TCP to a remote server. I'm using a Keithley...
I have been slogging my way through documentation and examples and have managed to create a beacon application using the development kit and Segger IDE. That said I am fumbling...
We are working on the GPS sample code found in the ncs\nrf\samples\nrf9160\gps folder of the nRF Connect SDK 1.1.0 tag in the repository.
The modem firmware version we...
If a record in a file with MESH_CONFIG_STRATEGY_ON_POWER_DOWN have been changed the NRF_MESH_EVT_CONFIG_STABLE is never emitted until mesh_config_power_down() is called. ...
Hi
I am working with nrf52832 development kit. I am trying to write device information service from central device to peripheral device.
I am successfully able to write...
Hello Devzone,
I've been using nRF52810, SoftDevice 112 (5.1.1), for a Mic recording application. What I'm trying to do is sample PDM MEMS mic data through PDM interface...
Dear Team,
I have nRF52 DK and nRF52840 DK, Can we program nRF9160 using nRF52 DK?
Please let me know the process and detailed wiring to program nRF9160.
Ashiq Moha...
Hi,
Good Day!
Statement of Problem: We use Li-Ion Battery in our application and would like to monitor a few variables such as Battery Voltage, Battery temperature & Discharge...
Hello, I'm trying to set up SPI communication with a sensor from my nrf5284_pca10056 running zephyr.
This is my prj.conf file:
This is my .overlay file:
And this...
I'm looking at the GPIO functions in http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/peripherals/gpio.html , and looking at the function prototype...
Hi
I'm have and NRF52840 with a MPU9250 connected via TWI. The connection to the MPU9250 is successful, I can find its address on the bus (0x68).
I've implemented a very...
I am trying to add to an existing project gpiote
I have copied the code from the example project and tried to add all the files and changes to my sdk_config.h to match the...