Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Hello everybody,
I am trying to pair module nRF51822 with Heart Rate Monitor device with the Surface Pro running on Windows 10 with no success. I see the module but when...
This question is a follow-up to this post . After performing several tests and understanding that some phone are more limited than others in terms of the number of exchanged...
Hi,
my device resets on executing sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler);
I have external 32KHZ crystal. I also know that software works because...
Hi all,
I have a quesion about reading a value's characteristic in the Android app nrf Master control panel.
I read a value, and i have the good value but i have a letter...
What happens if I call app_timer_start() to start a repeated timer. And at the same time I do a pstorage_clear() and pstorage_store()? Will the timer events get halted during...
I'm using the softdevice S310 on nRF51422 and when the softdevice is enable and I erase flash, the device won't go to sleep.
My code implementation is like as below:
...
There is a way to set the initial value of a characteristic. But how do I set the value after this without sending a notify to the master? Is it possible to write the value...
Hello,
i want use the port event to trigger timer 1. I need only one interrupt source and i don't want to use the pin event because of the higher current consumption. Its...
are there any cheap watch platforms that use nordic?
i want to make a kid alarm / potty alarm watch
do not want to develop hardware
would use nordic if i can find...
Hi,
when i m using only Proximity . when I use
- (void) centralManager:(CBCentralManager ) manager didPeripheralSelected:(CBPeripheral*) peripheral;*
this method in ProximityViewController...
Hi,
I'm trying to transfer data received from BLE to SPI. When the handler of my service in BLE is achieved I transfer the data I received to SPI.
I know the max that...