Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
We successfully used the pofcon on a 51822 based design using S110 ver 7 to indicate a low batter condition to the user. However, we are moving to 52832 (currently QFAA-BA0...
I have a peripheral based on S110 that is connected to by a central running S120.
The connection is established, the S120 interrogates the service and enables notification...
Hello,
Thanks for reading this! I have an odd behavior on my nrf52832 where I am capable of uploading a new firmware via BLE DFU to the peripheral device if it is not bonded...
I'm running into something weird on SDK8.0 (I will be upgrading soon to SDK10, however it's a layered roll out so I can't update right now unless you tell me it's a bug in...
I was trying to view the scan response packet using the master control panel app I have on my android phone, but I can't seem to see where it is.
I want to update the scan...
I'm looking at an application where it would be beneficial to be able to read data from the bluetooth device as it passes. It would be easiest for me to do this by simply...
I am using the TWI module in master mode, with sdk 10. I purposely create an error situation, in which the TWI gets stuck and keeps returning NRF_ERROR_BUSY every time I try...
I've completed the Custom service tutorial, and I wanted to port the system to use the SDK10 with the pack installer. I've run into an issue though.
The code runs fine...
Are the GPIO pins in disconnected state during the startup until they are configured by the Firmware?
If not what is the state of the GPIO pins during startup?
Hello.
I have problems uploading with DFU OTA any application. For this case, I am using "dual_bank_ble_s310" example.
First of all, I put this memory's configuration...
Hi,
I am using nrf51822 CDAB version chip which has 128kb of flash memory, my code is built on ble_hrs
I am trying to save my app_trace logs i.e., redirecting my printf...
Hi,
I'm using pca10040 board. For my requirement i'm using FreeRTOS. While creating task we need to set stack size for each task.
For that i created only one task with...
Hello,
i would like to scan for a custom UUID Ventor. And when the BLE Central found this BLE Client.
I will Change one Output pin from low to high.
I start with the...
hi,
after connecting to peripheral device. app_timer_cnt_get() function always gives 0. why it is so. i am not able to understand it.
can anyone help me to get the current...
Hi all,
Can I do something like this:
The SPI master sets CSN line low.
The SPI master sends multiple packets. And the total number of bytes exceeds the...