Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
I have a compiling program when using the stock nRF52840dk_nrf52840.dts file, it outputs to the USB port to a serial terminal on a comm port.
As soon as i use my custom...
hello Nordic
i am working with nrf52832, with zephyr, ncs v1.7.1,
the device has a sensor that sample at 26khz each sample is 3 channels of 2 bytes data. the sensor use...
Hi everyone, I'm trying to communicate with OV2640 Camera Module via I2C. I bought this model:
It has SDA and SCL, but doesn't uses I2C Protocol, instead OmniVision uses...
Hi,
In my project, I use SPIM4 to access sd card . It is worked well. Then ,I optimizing power of sd card. The power of my sd card is controlled by LDO.The LDO is enabled...
I'm browsing the Application Event Manager code, and I'm wondering:
I see that struct event_type has (effectively) an array of struct event_subscriber , bounded by pointers...
Hi,
I am using SDK 2.0.0.
I have two problems in this function.
Lets take Vt value as 1420, in one instance.
1. RT2 is calculated as 5076.14. This is incorrect....
I have been trying to implement the IPC code given in to send an event from the network core to the application core. I added CONFIG_NRFX_IPC=y the prj.conf for both cores...
I am working with a board one of my peers designed that hopes to use an NRF9160 for cellular communication (and GPS as well but that's neither here nor there). When setting...
Dear all,
I have pca10059 nrf52480 dongle which I accidentally erased and I could not upload any elf file to run moreover it was not blinking red anymore, no presence in...
my master is outputting all the right signals on the SPI lines. The slave though, although it appears ot recognize the CSN pin and runs the spi_tranceieve function. It does...
Hi
I'm trying to send and receive data with MQTT.
I tried uploading asset trackerV2 bin file and it works fine with nrf cloud.
now I want to use the sample "MQTT_simple...
Hi there,
We have recently acquired some new nrf5340DK's and we suddenly noted that the SYSTEM ON LOW POWER current increased from about 5 uA to about 25 uA.
Attached...
Hello guys
We have a problem with the SPI bus driver on the nRF9160 MCU. In our project, we use SPI1 and SPI3 instances.
When I send a package in some of these SPI busses...
Hello, after the excellent Nordic Techtour yesterday, I decided to try and implement the nordic distance toolbox.
However, my available hardware (52DK) is not supported...
Hi!
I'm developing a project on visual studio with ncs sdk V1.8.0. For a while, I was able to debug my project with no problem. But out of the blue, I'm no longer able to...