What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
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,
I am working on a project that I built using the nRF52DK and then created a custom PCB. The software I wrote works on the DK with a breakout board for the RTC and...
Hi,
I am using a nRF52832,and to begin with I have to erase my memory,so I connect nRF52832 and click erase all.
The result is shown below,I wonder why I can't erase my...
After trials and tribulations I have finally gotten a pulse ox device to work as I needed to. I started with the health thermometer example in the 12.3.0 SDK which is the...
Hi
I tried following the eclipse installation tutorial: devzone.nordicsemi.com/.../
And after a while I got eclipse to handle the Nordic stuff, but when I try to import...
Please find attached several fixes for bugs / incomplete protocol implementation in the MQTTSN stack that we have identified for inclusion in future versions of the SDK. ...
The Thread SDK is pretty awesome! :) However, It does has a bit of a learning curve for me because it only uses UDP instead of TCP.
While searching I found an MQTT variant...
We're developing on a custom NRF53 board. With the I2C bus disconnected from all peripherals, but with external 10k pullups connected, we get the following waveform when attempring...
Hello,
We are working on a research project in Sheridan College to create an indoor positioning system using BLE 5.1’s Angle of Arrival feature. We noticed that nRF52833...
Hi,
I am using the nrf52840dk trying to connect my bike power meter over ANT+, to then forward data to cloud (will be using the nrf9160dk and then the thingy91 once I get...
Dear Support,
I'm evaluating a tiny BLE chip that we can do:
reading multiple three SPI sensors: pressure sensor, accelerometer, and FRAM.
So with your BLE chip...
Hi,
Using 52833 it seems that sometimes the radio quits responding, ie, it is in NRF_RADIO_STATE_DISABLED state and there is
no obvious way to get it out of that state...
Hello,
I'm trying to program the ble_app_uart example program from SDK 17.0.2 in Segger Embedded Studio using softdevice 132 to a custom PCB (with the nRF52832 chip) using...
Hi,
I am using nrf9160 to handle the MQTT protocol and collect the data packets from another microcontroller using the UART interface.
Sending the data to the server using...
Hello all,
since Tuesday I'm trying to get the example project ble_app_uart_c (SDK Version 12) running. Meanwhile I can compile the project without errors, but when I flash...
I am trying to set up the nRF52840DK to interrupt on the comparator input on A0 going above the threshold. I figured, I think, how to set the comparator up but I am havin...