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...
We are under development on our custom board. then we suddenly were able to flashing the firmware, hex files onto our target board. SES showed the popup message such as "...
Hello,
I am unable to flash target board using my nrf52840 Dev board. I have two dev boards and I am able to flash the target with the other dev board.
The target board...
To what values should I set the PWMCON register to so that the PWM0 and PWM1 frequency is output at 20Khz with duty cycle varying between 1 to 2ms. Now specifically I am asking...
I am new to Bootloader and was going through the Secure BL example without SD but with UART
Here I observe that the Linker Option Shows the RAM and ROM address for the Bootloader...
hi....to everyone
Here i am using latest version 3.1 mesh , i have made some changes in light switch example , in order to get a character instead of bool value . i am getting...
Hi everyone,
I want to change the Y-axis on the AVERAGE plot to show real-time data from 0 uA to 10 uA. The default setting is -100.000uA to 15.000 mA.
The PPK manual...
I'm currently trying to use the database discovery module to get the total number of services and the number of discovered services so that I know when all of the services...
One can change value of Device Name characteristics in Generic Access Profile. How can I register the change event? At the moment I would be able to do it by periodically...
Hi. We have a project based on multilink central & NUS SDK 15.
We are scanning and can connect to peers ok.
I have logged the following code every second since we are...
Hi, I am using the UART Client and UART Peripheral example codes on 2 custom boards that have BL652 with NRF52832 with SDK 15.3.0. The Peripheral code seems to work perfect...
After upgrading from Softdevice S132 version 5.0.0 to 6.1.0 (deployed to an nrf52832; bare metal), I’m experiencing calls to the Softdevice assert-Handler once in a while...
Hi,
I want to control numeric pot (slave) with the nRF52DK (master) with SPI but I'm a beginner in this bus. Do you know where I can found a tutorial or a example (I don...
I'm new to development with the Nordic SDK for the nRF52840 and during evaluation I run into the following problem with the UART ports, which I cannot resolve after hours...
Hi,
I'm looking for a way to access the PDU header data from received BLE advertisements, but I can't find where it is stored. I see that the payload is in p_ble_gap_evt...
Hello every one:
I had modified the light-switch example into a model that can sent and receive multiple bytes.It is work fine when I set the num of bytes less than 10 bytes...