I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
In mesh2.1.1\examples\light_switch\proxy_server I find this flash_manager.c file.Its purpose is to store/resorre/remove DSM&access data.
My flash function referred to access...
Dear Team,
I hope you are doing good......
i am using nrf51822 Device, the SDK version is 12.3.0 in the windows pc with keil version 5.26.
Here i am planning to send...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Hi everyone!
I have BMD-300 Series Evaluation kit featuring the nRF52832 and dongle(nrf52840).
I want to use ‘ComPortMaster’ program to process the received data via...
Hi,
I am Using NRF52840-DK. I merged the UART Example code (PCA10056) into the nRFX_SPIM (PCA10056) example code. That compile successfully I want to print a simple statement...
I use SDK15.0
I found nrf_ecb_init(),nrf_ecb_set_key() and nrf_ecb_crypt(),this is an encryption. I didn't find the decryption of nrf52832.
nrf52832 support AES ECB encryption...
Hello.
We are struggling that we can't analysis contents of a encrypted packet during connection mode in BLE communication because of no idea to get a passkey, although...
Hello Nordic, I am a new developer in Korea.
So, I am not good at English yet. Please understand.
The chip I am using now is nRF52832.
The development tool I am suing...
Hello. The project that I'm working requires both central and peripheral role support, working simultaneously. There are times where, while advertising in the peripheral,...
Assigning Pin 0.06 as SPI clock on NRF52840 does not work. Is there any limitation on pins which can or cannot be assigned as clock for SPI. This is important to know because...
I have been playing with the BLE peripheral examples. It seems like most of these examples have LED1 blinking at a rate of once every 2 seconds. I am trying to look for the...
For my application I need to know (within a millisecond or so) when an advertisement has been received. In my testing so far, it looks like there can be significant latency...
Hi
I'm using a NRF52840 as multi central with 8 connections
SDK: 15.0; SD: 6.1 S140
My central connects to a peripheral with a connection interval of 50ms and latency...
Hi All,
i am stuck in SPI2 enable. i am using sdk 14.2 for our design in previous i am using sdk 12.0
i am simply follow these steps in 14.2 and 12.0 to enable spi2. ...
Hi All,
currently i am facing one issue with SPI,
i am using SPI 1 and 2 for sending data in two different spi slave ics. in that i am successfully init spi_1 and it works...