Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
I am trying to use optiboot-ble with the nRF8001 and an atmega328p to allow application update over bluetooth. I have successfully compiled the bootloader and flashed it to...
Data sheets
Where is the data sheet for the
NRF51822 SoC located?
I am also looking for the ARM
Cortex-M0 data sheet, where is
this located?
I need to find...
When I try to program an example with nRF go Studio from the new SDK12 or SDK13(fresh download) I get the following error:
It does not show up if I don't program the...
Hi nordic guys,
I used the ble_app_hids_mouse demo to build my generic hid device(no mouse and keyboard) project.Now i modified the hids_init() function according my hid...
Hi !
I work for about a year with a nRF52832 custom board without problem and recently I add a bootloader (with success) on the firmware.
Now I can't connect through...
My application is based on ble_uart_app. I want to integrate the DTM so that the nRF51 will be in RF test mode when it receive command from UART. However, I found that the...
Hi all,
We're going to implement floating point agorithms on the new chip which has a FPU (cortex M4F). with the 64MHz system clock, how many flops can we have? I could not...
Hello.
I use nRF52 & mpu9250.
I want to use dmp.
But now it's not going well.
Now, there is no error,but fifo_count doesn't change after fifo_count became 512.
I...
Hi,
sometimes not always, the function peer_id_is_allocated return false and this causes an ASSERT of device, because a NRF_ERROR_INVALID_PARAM is returned by pdb_write_buf_get...
Hi,
We're using nRF51822 and in the future we'll use nRF52832.
We do use bluetooth, but as far as I know, we don't use encryption (code is based on the HRS example, and...
Is nrf52 support 3 wire spi interface? I am using AD9837 3-wire spi module act as slave and nrf52 dk act as master. I am using SCLK, SSn(i.e.,Fsync) & MOSI pins only.I want...
Hi, I’m a newbie of nRF SoC. I have a BLE gadget with nRF51822_xxAC that controls LEDs and obtains data from accelerometers through I2C(TWI) devices. The hex file for the...
Hello,
I am able to get NRFtoolbox dfu code work for iOS 10.3. and now able to perform the DFU on BLE device.
But when I perform the DFU its GAP name changes from Beam...
Hi
I migrated from SDK11 to SDK12/13.
In SDK11 I already had avaiable a softdevice to use for ble_app_uart peripheral.
In the new SDK I have to build the softdevice but...
I'm trying to understand example "ble_app_hts" how after advertising make a connection. I didn't see in code any call of function "sd_ble_gap_connect" ? how is made connection...