I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
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...
Hello,
my BLE application needs at least 5 different services to transmit different sensor data to a GATT client. I´m wondering how I can add that many UUIDs in my packet...
Hello Nordic Team,
We are currently working on a project that has nrf51822 and currently in the production stage. We are facing an issue with Bluetooth getting disconnected...
There is a bug in nrf_bootloader_wdt_init() in nrf_bootloader_wdt.c that can cause all DFUs to fail for long WDT reload values. I found this bug because I'm using a really...
Hello,
We are using nRF52832 to develop a door lock controller. As nRF52832 cannot work as NFC master, we use another chip to read M1 cards. Everything goes well, except...
I was under the impression that when the voltage was 0 in a GPIO pin, reading from that pin would return 0, and if there was any voltage going through the pin it would read...
I found a Q&A that shows 1 channel 2MHz pulse but i don't know how to generate 2 channel GPIO pulse with 2MHz frequency
(one channel is inverted pulse to another channel...
This is a bit of a weird question, but I thought maybe I could get a few useful inputs here.
I'm working on a mesh-like project where we need to facilitate communication...
I would like to switch to using libUARTE for both of my UARTs but I don't have any additional timers free. Is it possible to do this and use FreeRTOS timers?
Thanks,
...
Hi,
We would like to interface with our nRF52840-DK from a PC.
We need to be able to send\recieve data from PC -> 52840 using Nordic's UART service.
We are looking for...
Hi,
We are the company which widely use your products in our devices. Currently we have the nRF9160 based device which have permanent trouble with radios. I want to ask...
Hi All,
Is there a tool or app that shows a visualization of Thread RSSI?
Any help would be appreciated, thanks in advance.
Best,
Tao
Ref:
https://devzone...
Hi,
I am developing both Central and Peripheral devices with nRF52840. For consistency, both are using SDK 15.3.0 and S140 V7.
I am able to connect to peripherals and...
Hi,
I was try to import modul nrfxlib in extising cmake project. My IDE is Eclipse CDT. Version of Zephyr is 2.4.0. Reason to do that, was testing SoftDevice BLE functionality...
We are using our board design using nRF52840.
During bringup I noticed that I could not run the Softdevice and the SPI driver simultaneous. After a bit of debugging it boiled...
I'm trying to send radio frame in timeslot but it's not working. From what I see with an spectrum analyzer, only the first frame is sent.
I am able to make the radio works...