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'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
I am doing rapid development for a project, using the nRF52840 DK. Two key features are USB and BLE central role.
I started with the usb_cdc_acm project and am merging in...
Hi all,
I added newliib-nano to my GCC project, when I use new ( std:: nothrow) I got
I add some C++ flags and link flags:
custom-nano.specs:
How should...
Hello everyone!
I have been working on getting data from ADS1299 ( ExG bio-signal sensing). I successfully got data from this IC using STM32F407VG (Cortex M4) and transmitted...
Hi I'm using custom nrf52832 board, SDK14.02 and SES. I want use pwm driver to generate 2 channel pwm wave with custom nrf52832. Everything is working fine in nrf52DK board...
Hi,
I am to update the SD version that I am using, and in the documentation to create a firmware packet with nrfutil states that the table can vbe found with nrfutil pkg...
nRF52832 / SDK V15
Hello,
Is there is way to read the nRF52 flash memory (any location if possible) over UART without uploading a program in the flash memory for that...
Hello ,
I'm trying create a beacon Scanner.
I'm using the s130 protocol stack on the nRF51 DK , namely the nRF51422 SoC and PCA10028.
what I'm trying to achieve is...
I am trying to work through the MQTT-SN Examples that comes with the Thread SDK. When I use the prebuilt image for the Raspberry PI 3 board everything works great however...
Hello,
I use an I2C device to wake up a nrf52 microcontroler.
If I just use the init function
static ret_code_t twi_master_init(void)
{
ret_code_t ret;
const nrf_drv_twi_config_t...
Hi,
I'm using Segger Embedded Studio (with gcc naturally). The standard C++ exception handling doesn't work: exceptions are not caught by exception handler. Is there a way...
I have read a lot of the Dev Zone questions here about the RF Antenna design and read the PCB design guideline tutorials and skimmed some of the white papers. Of course the...
The current example TWI_handler will hang forever is it exits with anything other than NRF_DRV_TWI_EVT_DONE. This can occur if a TWI slave fails to acknowledge the address...
Hi,
Based on the electrical specification of nRF52840's HFCLk, the current consumption seems quite different depends which crystal is being used (attached the screenshot...
Hi,
I have shifted from Arduino to nrf. Arduino is straight forward and with very less dev time. I understand this is way more powerful and next level platform, but does...
I am trying some scanning with a parameter setting, code below. The scan start, I am guessing by the call to nrf_ble_scan_start, generates the error sd_ble_gap_scan_start...