Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
A quick question - is it possible to switch the SAADC between advanced and simple modes during runtime?
I've got an application I need to get running quickly, and part of...
Hello,
I have some troubles measuring the output power of the nRF52840 DK. I used both radio test and DTM firmware and I have the same problem. I try to measure the maximum...
I am planning on creating a wireless keyboard with the nRF52832, and I intend to supply it with power from a ML2032 (3-volt) rechargeable button cell battery. Is it feasible...
Hello,
I want to add multi-image dfu over BLE to my NRF53. A simultaneous update seems to be the only option for this. Unfortunately, it seems we lose the ability to revert...
Hello! I am using an nRF52840dk with an nRF7002ek shield to implement wifi, bluetooth, and MQTT. My goal is to connect to wifi, set up the device as a central BLE hub so that...
Hi I have Question(s)
related to the nrf9161-DK Board.
I am not using the LTE Firmware, I am using the Nordic DECT-NR+ Library on it. How can I set the time manually...
I use custom board for nrf52840 but i have some problem with the BLE. BLE is advertised but when i want to connect it, it keeps connecting. this is my code. I use mbed before...
Hello,
We are using an nRF5340 + nRF7002 combo. We've been having trouble trying to read Wifi MAC addresses on provisioned devices without accessing OTP directly. From the...
Hi,
I am trying to run SDK example project on my SES. I am using SDK 17.1.0 and my Dev board is nrf52832. I am using PCA10040 and S132 softdevices.
When I am building...
Hello,
I'm trying to do some calculations using the FPU, but it seems like software float routines are still being used. I haven't been able to find any conclusive documents...
I'm trying to generate a service key and token so that I can access AGPS services on nRF Cloud. The documentation says that clicking on 'Device Management' the panel that...
TWI Master drives BNO085 to read four-element data at intervals of 20ms, and I2C will not be able to read data when the device works for more than 10 minutes. INITTWI and...
I have verified The maximum channel table size NRF_GZLL_CONST_MAX_CHANNEL_TABLE_SIZE is 32.
but result_value = nrf_gzll_set_channel_table(my_channel_table, 32) return false...