I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
Hi,
In order to make firmware updates over Bluetooth work, I need to enable the MCU boot loader. Is use CONFIG_BOOTLOADER_MCUBOOT=y in my prj.conf file to enable it. My...
I'm doing with the nRF Connect SDK v.19.1, testing the project C:\ncs\v1.9.1\zephyr\samples\hello_world.
The main. c file is
void main(void) { printk("Hello World! %s...
Hi, i'm use latest ncs develop bluetooth extend advertising, and i'm try use west build -t menuconfig to config scan filter config
such as BT_CTLR_DUP_FILTER_LEN or BT_CTLR_DUP_FILTER_ADV_SET_MAX...
I want to define config values in an optional overlay that is enabled after writing to a custom service/characteristic using NCS. Based on this https://devzone.nordicsemi...
Hi,
in my company, we are using an nRF9160 on a custom board. Recently we updated from NCS 1.8.0 to 2.0.2 (we also still use spm for now).
1.8.0 was already not super...
Hello all, Ive combed through the NRF52840 datasheet and the BMD341 datasheet, and SDK examples attempting to determine if through software (and possible hardware change)...
Hello,
in our application we want to use a simple serial Spi Flash: M25P40 (only 1 data signal).
For evaluationI I connected this Spi Flash to the nrf5340-DK Board:
...
Hi
I want to implement function of scheduler server model with Timer server model, I checked the nRF Connect SDK, but I still did not understand,
Could you give some advices...
Hey Nordic,
Currently, I am working on a project based on "ble_app_uart" and "ble_app_uart_c". You can download the projects below:
Central (nRF52833-DK):
Peripheral...
Hi everyone,
I am in the process of programming a DFU via UART. I currently have in memory only the softdevice including the MBR and the bootloader. If I enter in nrfutil...
Hello!
I'm implementing a 9160 modem update system in our application. I'd like to be able to do some verification steps on my file prior to commencing the update. Ideally...
Dear Ladies and Gentleman
Regarding the Bluetooth SIG Qualification the BQC needs a QDID for the Bluetooth Stack.
The SoC (nRF52840 QIAAD0 2124EH) mentioned above, also...
Dear Nordic Team
can you please help me select the correct and available Radio Chip Antenna for Bluetooth communication. also, can you please point me to the Eagle files...
I am using FreeRTOS on the NRF5340-DK. When I use WFI (wait for interrupt) in the idle-hook, the processor stop forever (or when we attach a JTAG,
that causes interrupts...