Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I am trying to use the GPS from the Thingy:91. Due to the unavailability of Power Saving Mode (PSM) in roaming with my local provider, I am considering what options are available...
I am trying to see/set preprocessor options and they are not visible. I have seen the tutorial which says
project options >> code >> preprocessor should be the way to do...
Hello nordic, I have used the nrf24 before with ARM, and this go around its AVR, not that that changes much but looking for some help. I'm familiar with how this chip work...
Hello! We are designing an iPad app that will occasionally connect to our device over BLE. The app is kind of a maintenance/service app that will query various information...
I am trying to get the IEMI and HWID in my code. I was able to read the IEMI as a client ID using the following API.
nct_client_id_get(client_id_buf); printk("Client ID...
Hey there!
I´m developing an small wearable sensor based on the NRF52840 (SDK 15.0.0, S140 6.0.0) on a custom board. The sensor will log data on an external NAND flash and...
Dear Community;
I have a NRF9160 DK. I have flashed a program to it, and it works fine. The program connects to LTE every 10 minutes to send some data over HTTP. However...
I recently picked up an nRF52840 dongle and I cannot seem to get it to work properly on a very new Win10 machine. It does seem to work properly on my Mac however so I believe...
Hi,
I cant login to devzone from Firefox. But do not seem to have the problem using Chrome. I tried clearing cookies and site data. But couldn't login to the forum. It is...
SDK:nRF5_SDK_16.0.0_98a08e2
Hardware:52832QFAA
I refer to the code of ble_app_buttonless_dfu to port to ble_app_hrs_freertos but the following problems occur during the...
Hi,
I've been experimenting with the Mesh SDK (v3.2) on nRF52832 boards. After doing some end-to-end latency experiments, I've come up with some questions associated with...
51822, S130, SDK11.0. In order to save current, I disabled fast adv and set the slow adv interval to 10seconds. The current is low now, but I am facing connecting issues with...
with regards to nrfconnect ios v2.2, has anything changed with respect to service changed characteristic or service and characteristic discovery?
(behaviors described seen...
Hi nRF team,
I am configuring my GPIO pin with below code sample.
out_config = GPIOTE_CONFIG_OUT_SIMPLE(false);
err_code = nrfx_gpiote_out_init(MEM_SPI_SS_PIN, &out_config...
in ¨¨Blinky example¨¨ we press button on one board and led get ON on other board.
I want to ask how can I modify this example or any other example
what are the functions...