I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hi guys,
I bought the sparkfun breakkout board ( www.sparkfun.com/.../13990) . I also have the NRF52 DK from Nordic. I programmed the breakout board via the DK over SWD...
Hello All
softdevice version "s130_nrf51_2.0.1_API"
sdk version "nRF5_SDK_11.0.0_89a8197
i am try to flash BLE with SPI code i am not able to flash the hex..while flashing...
Hello,
Recently I was using nRF Connect app to test BLE 4.2 Communication between my Android Device and nrf51422 board. updated the hardware device so the LE Secure Connections...
Dear Nordic Developer,
I can compile and ran examples of uart, saadc, pwm_driver, pwm_libraries. Now I would like to include uart in pwm_libraries to get inputs from PUTTY...
Hello,
I integrated the relevant code from the "uart" example into the "ble_app_uart" example(this is all the code in the main routine):
uint8_t cr;
uart_init();
...
Hi all:
I use sdk11.0
<nRF5_SDK_11.0.0_89a8197\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay>
this example, scan heart sensor , sdk return...
It would be helpful to know how a packet looks like when transmitted/received from the NRF9E5 chip. I already found the algorithm to build the correct CRC, expected from the...
I have included the DFU service and a custom service in my application. During initialisation DFU service is getting initialised and later down the line my custom service...
Hello,
I have few question please about this example.
m_lesc_private_key looks unused, how to modify source to use a pre shared private key ?
is this exemple secured...
Hi!
We are trying a new module with NRF24l01+. We find a troublesome thing. On this video you can see the RF communication starts and stops with a broad-spectrum signal...
Hi :
In my application, i need to use 2 spi master (SPI0,SPI1) and spi slave the same time, but when i compiled drivers_nrf/hal/nrf_spi.h and drivers_nrf/hal/nrf_spis.h...
Hi. I'm using nRF528332, SDK13, S132.
I'm making multi-link peripheral refering to "experimental_ble_app_multiperipheral".
This example code says as below.
#define...
Hi Nordic,
In my application, I want to consume as less power as I can. In the initialization I have this functions:
static void utils_setup(void)
{
APP_TIMER_INIT...
why not provide the ready-made tools? like micro_ecc_lib_nrf52.lib and nrfutil.
because it 's really take user a lot of time to built these tools.
thank you.
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...