Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
I'm considering purchasing a nrf51 sniffer USB dongle. I believe I can use this to sniff beacon packets and with wireshark view the packet internals, data, channel number...
Hi
I tried to flash the softdevice with nrfprog, but it does not work. Even with nRFgoStudio it does not work.But with IAR I can program an example of the SDK (without...
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...