Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
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...