A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi
I am struggling with timer in counter mode. What i need is the counter to calculate time between each loop in microseconds. I do not want time interrupts i just need...
I am currently writing code to read the battery voltage using the C language. I would like to include the header file "es_battery_voltage.h" and use the two functions "es_battery_voltage_get...
We are using the 52840 chip SPI interface in slave mode and communicating at about 8MHz are noticing that during periods of innactivity with all systems stopped and sleeping...
I tried to install the nRF Connect for Desktop v3.8.0 on my PC with Windows 7, but it does not connect to DK PCA10040. The nRf studio work fine with my DK. Then I install...
I am getting starting the nrf52832 board with an LSM6DSL sensor for motion recognition. it is possible in edge impulse ??
how to configure the firmware Development and how...
Hello.
I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).
When making a BLE connection, you will receive an advertisement first. Then SCAN_REQ...
Hi Nordic,
I try to find an API to set the duplicate filter when scanning. But I found nothing.
I want to use the dulicapte filter disable feature to improve searching...
Hi. I've been working on getting a gsm modem functional using the GSM Modem Zephyr driver on an nRF5340. I believe I have the overlay file setup correctly, but am recieving...
Hi
I known that for NB IoT networks, a device can only be attached and separated 30 times in 1 hour. If the number exceeds the number of times, the modem will have to wait...
I'm using nrf_delay_ms in main on "ble_app_beacon", but the delay time is much longer than I set.
I have set 2000ms delay to log, but it seems 4s or longer than I set.
Hello,
I am able to get a successful confirmation that my application has been updated using the nordic secure bootloader over serial code example. However, my application...
I'd like to both use printf and NRF_LOG in my application. However, I have not been able to get both working simultaneously. Is this possible?
I init the logging like: ...
Hi,
Please help me deal with the problem that P0.26 IO port is invalid as a key
I connected the P0.26 port to GND and used SES simulation to see the following results...
Hello,
i have an issue with i2c on my nrf52840 dk. I attached the distance sensor vl53l1x to pin 27 (SCL) and 26 (SDA) and wanted to communicate via i2c with it. To test...