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...
Hello, all
I have a problem with ble data exchanging.
I have programmed an application which controls servo motors through phone application.
At the connection, ble...
Hi,
I am trying to use the SAADC to periodically sample an input from AIN0 and send the resultant data over a BLE link to a phone. Going through the forums I saw that the...
Hi,
I am trying to debug the blinky example project on the nRF52 development kit.
I have followed the following tutorial: devzone.nordicsemi.com/.../
Building and flashing...
I'm in the process of designing a circuit that requires Bluetooth. So instead of having a separate chip for Bluetooth and processing, I decided to use a Nordic Semiconductor...
Classic C documentation issue. Are the values that are passed by pointer (p_peer_address and p_whitelist) to sd_ble_gap_adv_start() copied into that function, or do they need...
I'm trying to read the 32-bit value of TIMER1, but it seems the value I read is always 16-bit value. When I debug the value is never above 0xFFFF.
snippet from nrf_drv_config...
The peripheral is actually a dual-mode device, with BLE being a peripheral device.
I can connect to this device and discover the GATT services with the nRF Connect iPhone...
What is the minimum and max value that the NRF_RADIO->TXPOWER register can get set to? The datasheet it takes a signed 8 bit for the setting, but what happens if you set it...
Hello,
I am trying to read data from nRF51422 ADC using SDK51 PCA10028 board downloaded with S130. I tried one of existing ADC with Softdevice examples, it seems to work...
I have meander antenna design on my board with matching network(similar to PCA10031).
Since I don't have access to VNA or Spectrum Analyzer for tuning antenna, I am tuning...
I'm building some code off of the twi_master_using_app_twi example which is available in the SDK (v11.0.0).
The two peripherals I'm working on are an accelerometer (LIS3DH...
I've just upgraded to Windows 10, and I've found that the PC freezes completely (i.e. no mouse movement, no keyboard response) when I unplug an nRF52 DK board. When I plug...
Hi,
In my application, I need 3 PWM to drive LED. Each PWM will have the same frequency but not the same duty cycle.
Is that possible to do that?
I know that Timer0 is...
hi
on android side of my project i try to disconnect from gatt by this code
mbluetoothGatt.disconnect();
but in nrf51422 this event not trigering
static void on_ble_evt...
Hello, I am working on low power modes and I got trouble finding the code to switch from NRF_POWER_MODE_CONSTLAT and NRF_POWER_MODE_LOWPWR. Can anyone please guide me to better...