Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hi,
I am developing an ESB application with 1 central (nrf52832 DK) and several peripheral. The peripheral are nrf52832 + ICM 20948. Development is done with Segger embedded...
I am trying to setup development environment by following below steps.
The nRF Connect SDK Zephyr repository contains a list of required Python modules. Install these modules...
Hi,
I have bought NRF24LE1 module. Now I want to program the module. So, will anybody please suggest me which programmer should I use to write hex file ? I have mPro programmer...
Hi,
I am currently trying to implement a beacon scanner alongside peripheral mode BLE on an nRF52832. As I am only scanning for beacons, I was hoping I would not need to...
I have been trying to connect to 4G using iBasis and other vendor's SIM card but have not been successful.
I have the nrf9160 DK two years ago and have been sparsely trying...
Hi,
We have 4 NRF52833 DK being used for our development work.
Among that, 3 of them have stopped working and are not powering up.
They power up some times when connected...
Hi,
to develop a device driver in Zephyr for TI DAC80501, a 16-bit DAC, I2C interface,
I have to
1. add the dts child node under the i2c controller node
$i2c1...
I'm using the asset tracker project and I want to add in the ability to store information on the board. However when you include the littlefs file system you get a build error...
Hi Team,
We are using the nRF52840 board for our development purpose. We are using the external debugger(i-jet) for our development purpose.
We are able to connect the...
I have a firmware build that uses the nRF52832 (SoftDevice S132) to return a variety of read characteristics to an external device. So far so good. I can verify that the values...
hi ,
i want to use the pin p0.19, p0.20, p0.21, p0.20 as the spi‘s pin scl,cs,mosi,miso.
and i test in the project nRF5_SDK_16.0.0_98a08e2\examples\peripheral\spi
my...
hello,
I have a problem when using the example twi_sensor with nrf52832( nRF5_SDK_15.3.0_59ac345\examples\peripheral\twi_sensor\pca10040\blank\arm5_no_packs)
This example...
Hello,
I'm porting a code from NRF Connect 1.1 to 1.3. Previously I was able to show in the console floats or double values, but now this seems not be possible anymore....
On SDK16.0.0 + Mesh SDK 4.1.0
I am trying to store some user data using the Flash Manager. I am modifying the light switch server mesh example.
There are a lot of posts...
Hi everyone,
I modified example code ble_apps_bps and introduced a GPIO interrupt, I want to sniff I2c communication (bit banging) but my ISR is triggered with a very long...