I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We have noticed that when our application is trying to call GATT disconnect while nRF master app is running, our app fails to disconnect. More over, when our app connects...
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...