Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Is there a chip with the same or even better specs then the nRF51822 but with more transmit power (at least 20 dBm)? https://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.1...
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...