I initially tried Segger Embedded Studio for ARM and I clicked on connect to J link device, an error occured. I wasn't sure at that time. Then I used the nRF CONNECT for desktop...
I'm working with the Matter Template example and creating a sensor monitoring device on the nRF52840 platform, and I'm developing on a Windows environment with SDK 2.9.0....
1st problem:
There are some failed case when i run \v2.9.1\modules\bsim_hw_models\nrf_hw_models\tests\zephyr_apps\54_aar_ccm_ecb\src\test_ccm.c
2nd problem:
If I...
Hello,
I'm using peripheral_past sample on nrf5340 audio DK board, and select nrf5340dk_nrf5340_cpuapp_ns for Build Target.
I added the following config to enable RTT...
I am trying to use fstorage with the sd backend (SDK 14.0.0). My issue is that, after successfully calling nrf_fstorage_write, the callback I registered using
just never...
Hi, I'm trying to use BLE OTA with an external memory due to my application is too big to do it only with the internal memory. When I use OTA config with internal memory,...
I use NCS2.5.0,and I noticed that there are two files(bluetooth.h and scan.h) can help to set scan parameters.Is there any difference betwen these two files?Can I call the...
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...
I'm trying to just set up a Timer for 8 MHz frequency and have that output on a pin. It seems simple but I'm having some problems (the frequency is a lot lower). What am I...
Hi everyone,
I've just started to develop software for NRF51822 - Bluetooth Low Energy on the Evaluation Kit. I managed to connect the development dongle and evaluation...
Based s110_nrf51822_5.2.1_softdevice.hex and nRF51 SDK v. 4.4.1
When scanning iOS, why not click pair on the iOS side and NRF51822
connected on? whether the pair can be...
Hi,
I'm planning a hardware solution and I need a BLE IC capable of act as a master and a slave, not at the same time, but with the possibility to change it's role by software...