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, In my project we are using the ESB between a nrf52811 and a NRF5340dk and are trying to evaluate the maximum speed we can reach with ESB packet transmission without acknowledge...
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...
Hello, World
Please note that the following questions may be difficult to read as the text was created using a translation tool.
I have downloaded version 17.0.2 of the...
I have an nRF54L15DK and a custom-designed nRF54L15 board. These two boards use different pins for peripherals. The NCS version used is v2.9.0. I compiled a Matter project...
Hi all,
I applied QSPI driver on NCS 2.4.0 with QSPI LCD panel and I encountered the problem.
The red area is the data I sent, but the blue area is not what I sent....
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...
Hi,
I am trying to set a value in the NRF_POWER->GPREGRET when softdevice is running, but it doesn't work. I don't get any error, but the value is always 3 and not 1 like...
Hi,
i took the example in AN36 (with the led but deleted the button stuff) and added the Battery Level service. Both are working fine together. On top of that I took the...
I have a development dongle PCA10000 , PCA10001 board and nRF pebble.
My aim is to come up with a project where one of these devices
a) would advertise,
b) the other...
Hi,
It has been mentioned in several threads that the MCP/dongle (on laptop) cannot support transmission of more than 1 packet per connection interval. Could you help clarifying...
/**
* @brief Function for unconfiguring GPIOTE channel.
*
*
* Note that when unconfiguring the channel, the pin is configured as GPIO PIN_CNF configuration.
*
...
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 have set up the UART example with PCA10000 and PCA10001. Everything works fine but one strange thing is the time to send 100kB of data. See my times below:
38...
Hi !
On this thread devzone.nordicsemi.com/.../nrf51922-1 i've found someone introducing the new S130 softdevice for the nRF51822 wich allows the IC to be on concurrent...
Hi to all,
Ihave a problem with erasing flash on nRF51422 Evaluation Kit. When i click on Erase all button in nRFGo Studio everything is looking normal ( segger led is blinking...
I cannot download S110 to try right now. I have some 51822 Dev kits, but somehow I didn't get the product keys entered into my page, and the boxes are all gone.:D
When my application is running on the nRF51822 (e.g. the hrs example from the sdk), I want to stop this application (e.g. at a breakpoint), investigate some memory and than...
Hi,
I've started developing some test applications for the nRF8001 to better understand all the ACI libraries and improve my knowledge of the chip.
I'm experiencing some...
Unless manually set the value of bond_init_data.bonds_delete to true in the function bond_manager_init to clear bonded masters, I end up in the HardFault_handler. The last...