If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Currently I am set timeout to one second and then on BLE_GAP_EVT_TIMEOUT:
modify data
advertising_init();
advertising_start();
Are there more correct ways...
Hello,
I've connected the nRF8001 module and a light sensor to a microcontroller.
Actually I can read data only when I send a string from my smartphone but I want to...
I'm able to program the Soft Device (s110_nrf51822_7.1.0_softdevice.hex) from nRFGo studio and the compare is fine, but when I go to Keil uVision 5, I can build ble_app_beacon...
I use S130 on two nrf51822/PCA10001 boards. Each nRF scans and advertises simultaneously.
Scan parameters are:
scan_param.active = 0;
scan_param.selective = 0;
scan_param...
Is there a port of lib_aci for 16-bit processors? The structs in lib_aci written for nRF8200 are byte misaligned using a 16-bit processor. Seems to be almost a complete rewrite...
Hello,
I try to generate 4 PWM signals on an nRF51 DK board, but I have two troubles :
in the "Simple PWM", during nrf_pwm_set_value() function the TIMER is stopped...
Hi,
I recently ordered a usb dongle. It has PCA10031 board. The chip shows "N51422 QF ACAB" printed on it.
What SDK should I use? 6.1.0?
What board file should...
Hi!
I am using nRF51 SDK v6.10. I try to analysis the "spi_master_example". Source codes is
working well. But I couldn't understand how the "spi_master_send_recv_irq(...
I have an android application, which one can set and unset the LEDs of my nRF51422 EK. But sometimes when I click to fast the command will not be send. So I would like to...
Hello,
I want to know if it is possible to configure a button to act with different Detection delay.
In other words I want to have a single button to be able to trigger...
Do we have KiCad version of nRF51822 QFN48 reference design? We looking at open source toolkits, including Eclipse, so KiCad comes into picture.
Thank you in advance!
The test code:
int main(void)
{
sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, softdevice_assertion_handle);
temp_init();
unsigned int aaa...
I have a follow-up to this question: devzone.nordicsemi.com/.../
We are interested in dynamically changing the supply voltage because our space-constrained design requires...
Hi,
For my custom PCB, I am using the PCA10004 as reference in order to determine if the maximum possible range has been achieved. However, I am seeing only about 20 feet...