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...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Everyone.
Do you use nrf_drv_adc when using nRF 52832's ADC?
Or are you controlling the ADC directly?
I am not good at nrf_drv_adc.
Is this justice?
Please tell us your...
Hi, I was setting my new computer and installed nRF5x-Command-Line-Tools-Win32 V9.2.1.
Then open nRFgo studio it requests an update with strong recommended. After the update...
When my program was running,An error occurred.The program ran here
(app_error_handler_bare)and the error_info is
0x00000004, how can I find out the reason of error_info...
Hello,
I was trying to build Clapp oscillator with a JFET J310 (FYI: link text )as it is shown in the figure.
Capacitor C is variable and goes from 20 pF to 285 pF...
Hello
Please tell me about sd_ble_gatts_value_get ().
Please tell me about sd_ble_gatts_value_set ().
For these two cases, it is not used in the SDK, but is it old?
Please...
Hello together,
I' am working on a Bluetooth application and have a problem with the transmitting time of the Bluetooth.
In this Screenshot you can see the end of...
Hi,
I want to connect an ADXL362 low-power accelerometer to a nRF51DK via SPI for a BLE application. However, I'm still quite unfamiliar with Nordic Semi's BLE offering...
In SDK12.2 init timer user APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE, true);
but when I want to use more timer,how can i add the number?
Dear Nordic,
I am having some apparent delays in the time that passes from the pressing of a button, and the execution of the ISR that this button triggers. I am using...
Hi, Nordic
I checked DFU operation, found DFU work in bootload mode.
I want to know below operation is OK or not. Plz help me check:
download DFU bootloader
download...
Hi, I use the PCA10040 v1.1.
This is an example of a PCB stack-up.
My questions are,
In the case of PCA10040, which is 4 layered, what are the values of...
Hi,
I am writing a firmware for one of my custom boards which use GPIOTE to detect interrupt for 3 GPIOs inputs (P0.03, P0.06 and P0.09, both with internal pull-ups) and...
Hello,
I'm trying to write my ADC samples over spi on a sd card (Using SAADC like in the sdk 12 example with PPI and using fatfs like in the example in the sdk).
I open...
I have been using the pc-ble-driver Python bindings to implement a peripheral. I have extended BLEDriver to support sd_ble_gatts_* the functions. I now have a working peripheral...