Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
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...
The assert in the function below breaks the functionality when reliable is set to false (e.g. non SoftDevice code). It exists in (at least) SDK10 and SDK11.
Remove the assert...
Hello,
I'm a beginner in IOT and Nordic products.
I followed the steps given in the tutorials given by the Nordic developer zone and made the SDK act as central/peripheral...
Hi,
In my application I need radio notification only during connection. When connection is dropped the peripheral goes to advertising mode and here i disable the radio...
Hi all again guys! I am experiencing a problem with my application: i have a beacon that is sending ADC converted values to a nrf51 DK (via notification), which is connected...
Hello,
I want to use SPI between one nRF51-DK (using SD130 v 2 and SDK11) and another board. I am supplying the nRF with 2.3 V and initializing the BLE and the SPI. I can...
I have a BLE application in mind in which it would be useful for the BLE server to obtain the battery level of the BLE client (in this case, a phone, laptop, or tablet). I...
Hi,
Is Nordic looking to support mbed OS on the nrf51/nrf52 series chips?
Currently it looks like the best supported platform is the mbed Classic SDK, but it looks like...
Hi,
I am trying to make a program for the NRF51 development kit on mbed. I have been able to take ADC samples at 1000Hz which is what I want, but I can't seem to print...
In SDK 11 description od DTM "vendor specific" settings, there is a lot of inconsistency in parameters names/numbers - could anyone help me understand this part?
As for...
Hi,
Everyone,
I have firmware working with our custom pcbs.
It works fine with new 3.3v battery.
But somehow it does not advertise anything with used battery having...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
I guess we need some help with definitions. Basically, we'd like to read data from an I2C line. Should be as simple as "set to input" and "read the pin". However...
In...
Using nRF5 SDK v11.0.0, I am working on bringing up new hardware based on the nRF52. I started with code that works on the PCA10040 development board in which we connected...