Hello, I’m currently working on a PDM microphone project using the nRF52840 and the Zephyr RTOS. I’ve been testing the official dmic example from Zephyr (located at ncs/v2...
Hello everyone,
I need some help in understanding and optimizing current consumption profile of nRF9160 in LTE-M cellular connection mode.
nRF9160 is implemented in...
I work currently working on a driver module supporting your nRF91x1. I schedule rx-operations via your nrf_modem_dect_phy_rx() dect_phy modem-api. I am using the .handle field...
Hi,
I have read the documents regarding the powering up the board form external supply and switch position
i need simple answer how power the board completely means...
Hello,
I have nRF9160, modem FW = 1.3.6 and nrf sdk version 2.7.0.
I am trying to create an outgoing socket with connects to specific port num and ip address but I am...
I'm using the UART to talk to a GSM modem. It has hardware flow control and supports a baud rate of 115200. I'm using app_uart_fifo.c, not app_uart.c. I'm using the SoftDevice...
Hi,
Does Nordic Semiconductor provide any resources (codes, macros, documents) for work with IAR or Keil's simulator to fully simulate nRF51822's peripherals?
Thanks...
Hi,
I do:
err_code = ble_bondmngr_bonded_centrals_delete();
APP_ERROR_CHECK(err_code);
till now all is ok.
But when I do:
err_code = ble_bondmngr_whitelist_get...
Hi,
I need to delete all centrals using ble_bondmngr_bonded_centrals_delete ble_bondmngr.c function. It is working but it is not cleaning the whitelist.
So, when I do...
In the example of hid_mouse, ble device will bond master when disconnect event happen.
I try to add this two codes to Implement my idea.
err_code = ble_bondmngr_bonded_masters_store...
I write this code to set my ble device power down,but it causes reboot without any error report.
GPIO_WAKEUP_BUTTON_CONFIG(LEFT_BUTTON_PIN_NO);
GPIO_WAKEUP_BUTTON_CONFIG...
I try to use 51822 to run ANCS sample(ble_app_ancs). It work well and I can get notification source and notification attributes. But I don't see any source code for get App...
Hi
I've a reproducable behavior i'm not able to explain. I'm using the softdevice S110 6.0 on a nRF51822.
The firmware implements some BLE profiles and uses TWI Master...
Is there a way to map external memory (SPI connected) to force the app to start execution from there ?
If not feasable , there is a way to transfer the execution from internal...
I have a 51422 board design and I just got Ant-FS working with our firmware so I can now download data from an external SPI flash to a desktop application.
I want to be...
Hello:
I am using NRF51822 to design somethings. And I want to use interrupt send method instead of polling send method.
NRF51822's UART0 provides TXDRDY interrupt. After...
Hi,
I have tested the nRF Toolbox proximity application using nrf51822 evaluation kit and with nexus4 smartphone it is working fine. Now my question is, is it possible to...
Hi
I am trying to overcome the problem that I have confronted, I have no buttons to delete bonds. So instead of deleteing this is what I did.
I modified the bondmanager...
I am developing hid_mouse . When I connect Android once and ubond hid_mouse I must set bluetooth off and on again to connect ble device otherwise it will connect again to...