Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
I'm having a few issues getting my application to run. I'm using Eclipse/gcc configured to use managed makefiles, following the tutorial here: bitknitting.wordpress.com/....
Hi
As we know, the mesh network is contained of a number of nodes, so, if we want to get the message of the nodes on the network , i think the node which is connected with...
Hi everyone,
I'm totally newbie, and was following the tutorial devzone.nordicsemi.com/.../ . (I have two board, PCA10028 with a nRF51 and PCA10040 with a nRF52)
and...
Hi,
I have a question about scan window and interval [I'm using nrf51822aa with s130 2.0.1... I performing some tests and I find a use case: If I set both of them (scan...
Hi!
I've found out that, according to this specification
www.bluetooth.com/.../16-bit-uuids-for-members
16bit uuids can be bought by companies.
But, on the other hand...
Hi,
I have an application with an accelerometer. This one communicate in I2C (TWI ). The accelerometer send a "data ready" signal every 20ms. I'm using the GPIOTE module...
Hello,
I'm running into trouble when doing a DFU of the app only using Secure Bootloader SDK13.
When it uses Bank1, it loads the whole image to the empty space after...
We recently decided to use the Nordic nRF52840 . Given the nature of the use (BLE + Thread) of this device we were asked to use Segger Embedded Studio as our development platform...
Hi, i want to set up static passkey for nrf 52 UART example, how can i do that(it many sound insecure but i require it)? I have read many old threads but didn't got a clear...
Now i try to send many data from external device.
I can send it for 4 times.
But after that,the device will be disconnection.
I used analog discovery and I was able to...
Hello we would like to upload to the cloud the nrfutil generated zip package, however we are worried about the application file security.
As far as we know, nrfutils takes...
I am building a Bluetooth Mesh application based on the Mesh Beacon Example , i have written a custom Makefile and got it compiling with no errors.
But when Flashing the...
Hi,
I have a scenario where central bonds with peripheral1 and peripheral2.
After a while, when button 1 is pressed in central, central need to bond (and store bonding...
Hello,
I have recently ported our application from SDK 13 to SDK 14.
Everything that worked in SDK 13 works in SDK 14.
I then added the peer manager according to the...