Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi.
I use latest version of sdk and mesh. I run co-exist example as client and server in switch-light example as server. in client side i have add group address as you have...
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...