to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
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...
Hello:
I had the Thingy91 (nrf9160) configured and working, but after a while, I tried to test it again, and I started seeing these errors:
- When using the LTE Link Monitor...
Hello,
I am working with DFU in the nRF Connect App and its working fine. Now I want to switch to the Android-DFU-Library and I always get "DFU CHARACTERISTICS NOT FOUND...
Hello,
I am currently using mqttsn publisher exams with keep allive time of 30 seconds, so according to MQTT standard if period of inactivity will be 45 second and the client...
Hello,
I would like to sign a firmware image with a custom private key. This is intended for OTA firmware update. The key type is ecdsa-p256 and the file containing the...
Hi,
sdk:ncs v1.6.1
board:9160dk_nrf9160
I use RTT to output log data, but I found that it can only output about 1k characters each time. Where can I modify it?
this...
Hi Team,
These are the SDA and SCL lines of nRF52832 connected to a sensor. the clock frequency defined in the code is 400 KHz, but its coming as 200 KHz on oscilloscope...
Hello, I have designed a custom hardware using nRF52833. I tried to program the nRF52833 using nRF52832DK, I am having following connections- nRF DK nRF custom board VTG-VDD...
Hello,
I have applied for the SUPL license and it got denied. I met the criteria which is mentioned by the Nordic.
I did log in the last 4 week and I am the member of...
Hi,
I'm trying to register the SIM card that came with the nRF9160-DK I just received and during SIM registration, it's stuck at the "still working" step indefinitely...
I have custom board with nrf52833 Soc. I was trying to implement WS2812 LED driver in zephyr which connected to ( P1.09). according to WS2812 Sample Application I copy the...
Hi all
Thanks in advance for any hints you could give on this. I would like to measure two pwm signals (frequency and duty cycle) on two input pins of the nrf52832.
board...
In the nRF5 SDK there are two uart drivers, UART and UARTE. The UARTE driver makes use of the DMA whilts the UART driver uses interupts. This is what I understood when I used...
I am considering using this part from MAXIM (MAX31343).
https://datasheets.maximintegrated.com/en/ds/MAX31343.pdf
it is an RTC plus a 5ppm oscillator output that I can...
Hi all,
Now I'm analyzing the bug that is the fault of my application's timing control.
On analyzing, I found the difference that garbage collection callback was delayed...