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...
I am in a need to measure a battery level under a constant load. Rather than adding a custom electronics, I am considering using the radio. I believe there is a way of doing...
Hello,
I am attempting to use a J-Link or a FORTE programmer to interface with the debug port to upload a new binary/program to my board. Is this possible? I am trying to...
nRF52840
NCS 2.4.1 to NCS 2.6.1
My project is based on the coap_server example. When I ported it from NCS 2.4.1 to NCS 2.6.1, the network key and PSKC changed. All other...
SDK: v2.6.0. nRF5340 custom board
Hello I'm trying to do an static partitioning scheme using a pm_static.yml file and also I want to use NVS to store some data.
The...
Hi!
First off: I know the Cryptocell register interface is not officially supported, but I'm using it for learning purposes and I'd like to understand what's happening....
Hi, Using ncs v2.7 on the nrf9160, is there a data limit using MQTT to communicate with Azure IoT Hub per message? I'm trying to determine if I will need to chunk my telemetry...
We are developing a sleepy end device using the nRF52840, using light switch sample . The end device is connected to a Zigbee coordinator, also based on the nRF52840.When...
We are using a 5340 with a Skyworks 66112 FEM. Below is our hci_ipc.overlay file.
We are setting CONFIG_BT_CTLR_TX_PWR_ANTENNA =20. When we measure the output of the FEM...
I'd like to use playback feature of PWM. There is NRFX function for that: nrfx_pwm_complex_playback(). This function, like other NRFX drivers, needs appropriate instance structure...
My Win10 app - needs to connect to an NRF52 that is using the "NuS" Service - and I can't use the WinRT or dotNET.
In this post: https://devzone.nordicsemi.com/f/nordic...
Hello,
Thank you for reading my question. My company and I have developed a BLE device for use with windows computers based on the nrf52810. The device pairs with windows...
I'm building my zephyr project for nRF5340, using west.
However, each time I change my code and re-build to try it, my PC (which is pretty recent) takes around 40-50s just...
Hey.
I have a problem where the task watchdog times out immediately.
I have taken the samples/basic/task_wdt sample and modified it a bit to simulate what I have in...