Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
hi
i am working on custom card in which nRF52832 is used.i am facing issue with advertising if i uncomment uart_init(); .it does not advertise if i uncomment uart_init(...
Hi,
I'm using S112 nRF52805 as the BLE Peripheral, and Mobile App as the BLE central.
So far, It's no problem to send data from peripheral to central. Could I send data...
Hello all,
I am workiong on nRF52833-DK evaluation board to implement our custom developement.
Using Generic OnOff light switch server and light application, I am transferring...
Hello,
I ran the throughput example ,but I found that setting the MTU size actually requires calling the bt_gatt_exchange_mtu function, which is different from sdk16.0 ...
Hi everyone!
I'm working at ble multilink throughput, and the basic info shows as follows.
chip: nRF52832(one central and eight peripherals)
sdk: nRF5 SDK v17.0.2
...
I am getting below error when editing dfu secure project as the baseline
/nrf_crypto_allocator.h: No such file or directory
the project is modified as below
<folder...
Hello everybody
With me is nrf52840_dongle that am using for wireless communication together with the protocol enhanced shockburst. To increase the signal range, am thinking...
Hello guys. Here with me I have both nRF9160-DK, hardware version 0.8.3 and Thingy:91 boards. I am on the nRF Connect SDK tag 1.2.0 and have nrf9160 SiP modem firmware updated...
Hello,
I have been searching in DevZone and looked at the nRF Connect SDK documentation but I am still confused about a thing: I have developed a BLE Mesh device and I managed...
Hi!
I'm using nrf5340dk development kit to program and debug my own custom nrf5340 board. Everything works and I can debug the code with SES but I can't see the RTT logging...
My application is a Central using SD140.
The connection to the peripheral is made successfully. What event will I get when the Central successfully writes to the connected...
Dear Members,
I want to wake up the chip whenever there's a radio signal from ANT sensor without pushing a button,
Will this function sd_app_evt_wait() help ?
I...
We are evaluating use nRF52832 to develop our BLE product. We don't want use normal BLE connection to do the communication as we facing some connectivity failer issues in...
After I did an update of the nRF connect together with the programmer app, I found out that DKs could not be recognized once I click the Select Device.
This was tried...
Hello,
I am currently using the nRF9160 DK from Nordic.
I am working on connection with the AWS IoT sample code for Zephyr on VS Code.
The problem is that I cannot...