Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
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...