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...
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...
I have attempted to download the Linux 64-bit packages and it appears all links are broken.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line...
Hi,
It seems the links to doiwnload the nRF COmmand Lines Tools are broken.
Could you please fix this and let me know when it's possible to download it ?
I will...
Hi.. folks
i have done the complete program combined of ble_app_uart+twi+saadc in nRF52840 development kit . Now i want to know, does the same softdevice can i run in nRF52840...
Using SDK16, SD140 v7.0.1
While filtering UUID and taking ble_app_hrs_c from ble_central as reference, raw_uuid correctly appears when sd_ble_uuid_encode(p_target_uuid,...
Hi,
I cannot find source codes of micro ecc for Segger Embedded Studio. There are nrf52nf_iar, _keil, _armgcc included. I downloaded micro ecc source from git hub, But it...
Hi all,
I'm using the "ble_app_hrs_paring_nfc" example to setup a static OOB key for pairing with a static longer more secure key. I use this key copied from the example...
I have modified this project by adding a NewActivity file and also a button in BlinkyActivity. When the user clicks the button will navigate to NewActivity.
A and B situation...
Hello,
I have issue that after firmware update in DFU mode through BLE device does not reset. If i test updating firmware for 10 to 20 times then 4 to 5 times it does not...
Hi team,
I was wondering if we have worked with any libraries to parse NMEA strings from the GPS on the nRF9160. I don't think we have this as part of NCS, correct? Are...
Hi, ret_val=app_timer_start(m_Reboot_id, APP_TIMER_TICKS(2*1000, APP_TIMER_PRESCALER), NULL); NRF_LOG_INFO("Test"); after app_timer_start it not self restarted or executed...
Hi everybody. nWP033 shows antenna tuner examples mentioning ATU but not giving any direction to which device/manufacturer.. I have just found 32CK417R and 32CK301R from Cavendish...
Hello,
I'm struggling understanding how DFU works on nRF52840.
I know I can update the firmware via the Connector application, but I'm trying to use the nrfutil over command...
Hi all,
I am using Thread SDK3.1 and running successfull with MQTT-SN example (Border Router + 1 MQTT public + 1 MQTT subscribe)
Now, I want to change MQTT broker from...
Hi,
I am programming for an nRF52840 chip. I am using Keil uVision with the ARM compiler in version 5. My codebase is in C++, this is why I have the Misc control "--cpp...