Hi,
I'm developing an application running on a nRF9151 that connects to AWS. I'm using the aws_iot library and my code is based on the aws_iot sample application. While...
Hi,
I am testing the Bluetooth function on my custom board with nRF5340 CLAA chip. I have tested the clock, I2S and SPI on this chip previously and they all worked perfectly...
I'm having some trouble connecting to the onboard jlink with the NRF9151 devkit that I've recently received. The quickstart seems to detect the NRF9151 dev kit, but when I...
Hi Nordic team,
I'm encountering a crash when attempting to stop BLE advertising using bt_le_adv_update_data() and bt_le_adv_stop() on the nRF5340. Below are the details...
We have been evaluating the nRF5340 and nRF7002 for use in a new product and we are currently looking at our Wi-Fi FOTA options. For reference, we are using an nRF7002 DK...
Hi Nordic team,
We are developing two types of devices based on the Zephyr examples:
periodic_adv_rsp
periodic_sync_rsp
Our design uses the following...
Hello,
I've a battery based device that uses a buck/boost to efficiently use entire battery voltage range (4.2-3.0) . This component have a low quiescent current between...
Hi all,
I want to upgrade current SD from 7.0 to 8.0 by DFU, and try it as followed:
1.Use the nRF Toolbox 1.12 in Android;
2.Select 'Soft Device' as the file type...
I have nrf51822 with latest sd130.
I need to implement central what connects to smartphone. Phone has two characteristics with HVX. First char is sending one byte after...
I want to Communicate with two Nrf51822 device
The slave (S110 SDK6.1) will do a echo function .
For example Get uart data and will send out same data but over BLE.
And...
iOS's auto connect introduces a number of unpleasant corner cases that can be difficult to deal with.
One annoying error path is if you delete the bond data on the peripheral...
Hello ,
I am initialising application timer with prescale of 327 for 10 ms interrupt delay. I created a timer slot using app_timer_create(&ulTestTimer, APP_TIMER_MODE_REPEATED...
Hello,
We are unable to get the softdevice to work on nrf52 DK(PCA10040) . It ends up at app_error_handler each time. We have followed previous recommendations about LFCLK...
Hey guys,
Trying to use TWI in the lowest power way possible, non-blocking. Is this the right way to do it? When I run this, I get the callback event handler to execute...
Hello,
I'm looking to disable the Bluetooth in the ledButtonDemo,.
In the led_write_handler, I've replaced the code by :
if(led_state == 0)
{
sd_ble_gap_disconnect...
Hi
I tried to check nRF51 SDK on IAR Embedded Workbench for ARM 6.70.2.6310. But he said that the project is broken.
It looks like there are no setting files for all...
hi,
i'm working on change 'example project file using softdevice s110' to 'using s130'.
but, i don't know where exactly need to change.
just downloading softdevice s130...
I need to use the 8.0.0 version of S110 with my beacon which contains 7.1.
Since the Android DFU utility supports updating the Bootloader and softdevice with a zip distribution...
hi,guys
For testing the comunication between BLE+timeslot device and radio device, I change the code as below:
void start_timer(void)
{
NRF_TIMER0->TASKS_STOP = 1;...