Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
I'm testing out twi_master_using_app_twi example code on the nRF51-DK.
It appears to wite on the twi bus as expected but the nRF51 resets after executing
// Initialize...
Hi
I am trying to write an application that works in both central and peripheral role simultaneously. This means that my application needs to initiate and accept pairing...
Hi,
I have made my custom board using nrf51422 sample chips (Which came nrf 51422DK ), but my working / sample program which works on DK gets crashed on custom Board.
...
Hi, everyone
I add the dfu service codes to the ancs sample program, the dfu service codes comes from the heart rate sample, and download the bootloader codes to the device...
We are using latest nRF MCP playstore app. Since when we updated to Android 6.0 in Moto G(3rd Gen), we are experiencing connectivity issue with our BLE device. We have enabled...
Hi,
I have a problem with pstorage_store() function.
The function pstorage_store() doesn't seem to write the correct data when called multiple times without calling the...
Hello.
I have downloaded and installed Nordic STK and nfrfprogtools.
Now i am trying to through devzone.nordicsemi.com/.../ tutorial.
I successfully loaded s130 softdevice...
Hi,
Is there any method that I can use to get the LE Packet or the Baseband packet ( With Access Address) passed onto the application? (Using S110 or S130)
Thanks
I started by compiling BLT uart app successfully on MDK5 but found out that it is giving errors on the startup files in the Device Pack.
I tried to refresh and update Device...
Hello Everyone,
I am trying to measure the (3v)battery voltage by having proximity example as reference but intially it is showing 100percent later it is going to 13(percent...
Hi,
SDK: v11.0.0.2-alpha
DK: PCA10040 (NRF52)
I am trying to build a peripheral application that communicates with an external device via UART (h/w flow disabled)....
Hello!
I have PCA10006 with revision QFAA nRF51422
I am testing the buck converter's ability to make the system consume less power when transmitting.
Example is ant...
hello there! i am working on project in which my one nordic BLE(A) want to send command to second nordic BLE(C) which is not in my range. now there is third nordic BLE(B)...