I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
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,
I am using the nRF5_SDK_13.1.0_7ca7556.
When I call the pm_conn_secure(), it returns NRF_ERROR_INTERNAL.
Can you tell me why did the NRF_ERROR_INTERNAL occur?
...
Hi ,
I followed the getting started steps and enabled the global sim. Now the LED 3 is blinking .
In the LTE Link Monitor , I see the following :
2020-07-22T03...
When I enable watchdog in main application by:
nrf_drv_wdt_config_t config = NRF_DRV_WDT_DEAFULT_CONFIG; err_code = nrf_drv_wdt_init(&config, wdt_event_handler); APP_ERROR_CHECK...
I'am currently porting an existing application that makes extensive use of the app_scheduler to FreeRTOS. To speed up the migration I have enabled the app_scheduler in the...
Hi,
I'm connecting a thingy91 to nrfCloud and visualizing data correctly. Anyway, only flip data is available in motion data.
How can I display orientation and acceleration...
Hello Nordic Team, a broad question and not sure if this is in the realm of possibility.
I have a test environment with a test client (python/pygatt) running on Linux with...
Hello All,
I was wondering if anyone would know if the nRF9160 is capable of LTE-M enhancement Mode B? (I'm in the US market)
If not, would you know an LTE-M product...
I am attempting to flash my nRF5340-PDK with a sample application without success. I have tried /samples/basic/blinky, /samples/hello-world, and samples/bluetooth/hci_rpmsg...
I port the DFU OTA bootloader from 52840 to 52832. It is using:
SDK v15.3.0
SoftDevice S132 v6.1.1
nrfUtil v5.0.0 to generate the zip package.
It is running on...
I have a custom board that won't return from the call to nrf_sdh_enable_request() . It's very similar to this post https://devzone.nordicsemi.com/f/nordic-q-a/42477/doesn...
Hi,
well the question says it all - I am trying to get the Program Counter samples sent out of the SWO pin on the nrf52832.
Use Case: I am trying to measure the power...
Hi,
I have a strange issue on my device.
Once in a while, after turning on my device and connect it to the PC via NFC trigger, the device fails during writing to external...
Hello Everyone
I want to create a new project from scratch with nrf SDK 17. Yes , I know that I need to install libraries, drivers, service files etc. but I couldn't find...
Hi!
I'm using the nRF52840 DK with SDK 15.2 and on Windows 10. I have been testing USB communication and while I was testing input and output data, some of the data I was...