Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Hi,
I want to disable the softdevice (S110) in order to use the "flash_page_erase" and "flash_word_write" functions. But, when the sd_softdevice_disable() is called I get...
Hidden in the guts of this answer is:
Please be noted that not all central
stack have full support to
automatically discovery secondary
services (e.g S120 stack)...
In the code for the bootloader in dfu_dual_bank.c and the function dfu_init , I currently get an error code on timer start: 4 ( NRF_ERROR_NO_MEM ).
err_code = app_timer_start...
The device name is set in the usual way at the start of gap_params_init():
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode);
err_code = sd_ble_gap_device_name_set(&sec_mode,...
Hello,
I am new to BLE profile development. I searched in web but could not find out a useful guide for this in terms of actual implementation(coding). It is seen that all...
Why is the "old" EK "not recommended for new designs"? Will the old EK work with the IOT SDK?
(Maybe it is chip rev dependent? I don't have the my EK on hand so I don't...
Hello,
I have purchased a Intel Galileo Gen2 (x86 Arduino) and RedBear BLE shield v2.0. The Arduino IDE I use is Intel's version. I have imported the corresponding libraries...
The application uses bsp_button_is_pressed() but this device has no buttons. This results in err_code set to NRF_ERROR_INVALID_PARAM and subsequently a system reset during...
As previously reported for SDK 7.0.1 here , the documentation for SDK 7.1.0 in:
API Reference/nRF51 SDK/Peripheral Drivers/GPIO and GPIOTE
is missing all info about...
I can't find documentation for the HAL functions in the latest 7.0.1 SDK
Specifically the functions in nrf_gpiote.h
C:\Keil_v5\ARM\Pack\NordicSemiconductor\nRF_Drivers...
Hi,
We are in the process of creating our 2nd pass boards with following components to achieve good RF range>20 meters.
JOHANSON 2450BM14E0003 and SMD Chip Antenna 2450AT18B100...
I have met a problem in communicating with nrf8001.
After reset nrf8001, RDYN is low which means it has something to send. Then I pull low of REQN and start receiving data...
Hi,Nordic:
I use an STM32 to communication with nRF51822 through SPI, and i set the STM32 to master,the nRF51822 to SPI slave, 51822 works as SPIS.
When STM32 send a...
Hello,
I'm working on a custom board based on nRF51822, with keil 5.12 and a segger jlink. I'm trying to setup an SPI connection with the an accelerometer, starting from...
Hi,
I have created a scan response structure containing only the BLE_ADVDATA_FULL_NAME. This is because there in no room left in the advert data to advert the full name...