Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
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...
The PS for the nRF52840 indicates that the current consumption when the radio is transmitting BLE at 1Mbps is 16.4mA (p61). There is no mention of current consumption at 2...
Hello, I'd like to check what is the typical distance using 0 dBm tx power using Nrf52840?
I am using this BLE module based on Nordic, and it seems to work ONLY 2-3m far...
Hello
I am getting started with Nordic devices.
I recently bought a Thingy:91 and followed a tutorial to load the Asset Tracker application on to the device – this...
Dear,
We have been using QSPI external flash (MX25R64 installed at nrf5340 DK board) to write data. Particularly, when we ran flash_area_erase function ( located at zephyr...
Hello All,
How can I get my nRF52840's MAC address in Zephyr? Actually, I want to append the last 4 characters of the MAC address in CONFIG_BT_DEVICE_NAME.
So, when I...
Hello, we are developing a zephyr application on top of nrf52 soc. We can use the built-in zephyr drivers for most modules (ex: I2C, UART, nvm, etc.); however, for some modules...
I am really new at working with Bluetooth and the various protocols contained within.
I am using SDK 17.0 and drivers 2.7. I am working on a DK-52 board.
I am working...
The TWIM peripheral allows you to tx multiple buffers back-to-back like this:
- Set buffer 1 in TXD.PTR, TXD.AMOUNT - Trigger TASKS_STARTTX - Wait for EVENTS_TXSTARTED ...
Hi,
For testing purposes, I need a copy of the spec that the Nordic UART BLE service adheres to. Ex. minimum capabilities, mandatory functionality and attributes, etc. ...
Hello,
I tried enabling the Zigbee shell, through RTT, in my application and when that failed I built and burned the nrf/samples/zigbee instead, slightly modded to get rid...
Hi All. My task is simple. I want to implement LE secure connections on DFU. I have seen the ble_gls example. It has a passkey for bonding, I am looking into that too. I ran...
I have a repository that is intended to be used by other repositories via ZEPHYR_EXTRA_MODULES. This seems to be working fine. However, now I'm trying to add some code to...
I am evaluating a front end module by skyworks 66111 output power is ~14dBm. The FEM requires that logic dictate when to transmit and when to receive. When CRX, pin 17, is...
HI
we have developed our custom board using nrf5340. We are using NCS v1.7.1 for application development. I can't able to flash the HCI_rpmsg application to the network...