Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
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...
I'm trying to send data readings an advertising packets from the nrf21540-dk board, and use the phone as an observer to record the data.
So far I've been able to send counters...
I'm sending a short data string from a NUS application. For some reason I cannot read the data as bytes, only string, even if the sent array is uint8_t.
Is there a specifier...
For Errata 149 on nRF52832 , TWIM send illegal pulse after clock stretching.
When using TWIS as slave device and TWIS require clock stretching,
Do they work correctly...
I have an issue with DFU via USB CDC ACM.
I would like to update the firmware using open bootloader over USB without softdevice.
I already tried to follow the thread:...
Hello,
I have a firmware working perfect with nRF52832 DK and nRF52840 DK, using SES 5.40a.
Now I just upgraded SES to version 5.70a. With new SES version, each time I...
Hi,
we are getting during NB-IoT attach (full AT dialogue below) for some nRF9160 SIPs:
URC: +CNEC_ESM: 29,0 URC: +CNEC_EMM: 19 URC: +CEREG: 2,"B414","000F6E21",9,0,19...
Hello,
I follow up this documentation https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/ug_thingy91_gsg.html#updating-firmware-through-external-debug-probe...
I try to run asset_tracker and asset_tracker_v2 on nRF9160DK. I observed that the default cloud Host Name is Amazonaws.com, which is shown in autoconfig.h file. see the image...
I tried to debug Asset_tracker_v2. During step by step debug, the program navigate to that part which is not included .. see the image. Also, I want to know, little more:...
Hello Devzone Community,
My name is Ted, and I am some way along development of Zephyr based firmware, running on an nRF9160 based custom board. I'm looking to put the board...
Hi,
How can we prove that the A-GPS is working correctly? We have run an experiment where we have use a module with A-GPS and one without and they have very similar (and...
Setup -
1. Sample used - nrf/samples/nrf9160/lte_ble_gateway
2. Board used to build - nrf9160dk_nrf9160_ns
3. NCS version 1.9.1
Steps performed -
1. Built the...
Hello Everyone,
I am trying to implement one wire protocol for interfacing MAX17211 fuel guage IC with NRF52840. I wand to know if there is any one wire library or any example...