Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Dear all,
I'm struggling writing 32 bytes with FDS in SDK 14.
This is what I do:
Init
(void) fds_register(fds_evt_handler);
fds_init();
while(!is_init) {
sd_app_evt_wait...
Hi, I am using nrf51822 Development kit with 3 buttons, each buttons has different functions. (i) 1st Button is used for the wake the module from sleep mode. (ii) 2nd Button...
Hi I using nrf51DK using keil MDK 5 softdevice s110.
I need to update battery level on every 60s and I have initialize timer and start with this code.
static void battery_level_meas_timeout_handler...
I'm trying to implement extended advertising, using BLE_GAP_PHY_2MBPS to offload 255byte advertisement payload to channel data, defining BLE_GAP_PHY_1MBPS as primary phy ;...
Hi
I am trying to broadcast manufacturer data (beacon example) while changing data from second to second. For that I am trying to use timer2 (as timer 0 is used by SD, right...
Greetings,
For Bluetooth Declarations, will new QDIDs be generated to account for the additional required tests as of January 24, 2019 in TCRL-2018-1.
I'm mainly interested...
Hi,
I need to interface LIS2DH through SPI. I tried many SPI Master example but I am getting all the values as 0XFF. Even the WHO_AM_I registers value is getting 0xFF
...
Hi, I have an EMG muscle sensor which needs to be sampled at least 500Hz. Can I sample at the required frequency and transmit at the same time over BLE NRF51822. If not please...
Hi, I am new to the bluetooth mesh concept but I have tried creating one using nRF52 DKs.I have worked the light switch example but I am stuck there without being able to...
Hi everyone,
I bought the nRF51822-04AT module but I'm a newbie and all the documents talk about nRF development kits which they make me confused about programming. Now...
Hi,
I am working on the NRF51822 module with BLE-400 Board to develop the application.
And I need to detect the USB-Connection when it will be in the sleep mode, After...
Hi
Is there a way to disable the on-board SEGGER J-Link ? ( jumpers ? )
The reason is that in our design we will use an external J-Link ( no space for OB ) , so we want...
github.com/.../nrf52-ble-multi-link-multi-role I used this code and add the thingy code. connection is successful but some thingy don't get sensor value.
i want to disconnect...
i am trying to connect nordic nrf52832 dk as a central to my custom peripheral(sensor tile) .peripheral is advertising different services and uuid of the one of service is...