I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
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
I've to provide support to an old project created with SDK 6, under GCC and Eclipse platforms. I've never had problems when creating the HEX file to be used on DFU service...
Just want to check if NRF52832 or NRF52840 can communication with iPhone 7 as instead of W1, which can transfer the data and audio from iPhone to earphone base on NRF52832...
While creating my own service I used ble_app_blinky as an example, once I opened ble_lbs.c file I saw it contains the service's declaration inside the macro:
#if NRF_MODULE_ENABLED...
I'm using nRF52 + SDK11.0.0 + s132. I have an SPI slave configured. I have 40B data being read by a master every 12ms at 1MHz SPI clock. The master is trigger to do the read...
HEY
I am using my nrf 51 dk too program the nrf51822 board externally. How I can identify the board in keil, only the 51 dk is shown in the debug settings. How i can select...
I would like to see output from NRF_LOG_DEBUG in the Rtt Viewer, to achieve that I changed (in sdk_config.h)
#define COMMON_CONFIG_LOG_LEVEL 4
#define NRF_LOG_BACKEND_SERIAL_USES_RTT...
Hi all!
These days I've developed a custom SAADC + UART program to fulfil my needs using the SAADC example in the SDK 11. I've tested it and all is working really fine...
I have 1 dongle and 2 NRF52DKs attached to my computer at the same time, when I am trying to use Keil to program just 1 board it seems like attempts to access all 3 my boards...
NFC examaples in SDK 12.2 and 13.0.0-1.alpha on nRF52832 (board PCA10040) may not work if HAL_NFC_FIELD_TIMER_PERIOD is set to a value higher than 255. HAL_NFC_FIELD_TIMER_PERIOD...
To my very limited knowledge, it has something to do with an "attribute table" of some sort. So you will have an init function, where you get to write all your attributes...
I use active scanning ,the observer will send a scan request when it hears and advertiser, and will listen for a scan response.I only see the scan event,but sent request and...
hello in nrf51 sdk, nordic has already ported freertos.
but if i want to port myself. can anyone tell me how to do it??
first i downloaded freertos from website. but then...
Hi,
I am new to nrf and trying to make some new services and characteristics for my device.
I followed the advertising , services and characteristics tutorial and was...
hello there i have ble_uart code . when i run on nrf51 dk and when i see it on mastercontrol pannel app. i got that type of screen shot!!
means when i write into characteristics...