Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Hi,
I've defined:
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 120 (in sdk_config.h)
I get "Insufficient RAM allocated for the SoftDevice" in nrf_sdh_ble_enable
nrf_sdh_ble_enable...
Hi everyone, I'm looking to buy nRF52840 SoC for my thesis but I'm surprised that none are yet available from Farnell, Mouser or Digikey ... I found few chips on Symmetry...
Dear Engineer,
We are working on 52840 usb dfu,program softdevice s140_6.0,
and usb secure bootloader,
evaluate board is pca10056,v0.9.0
Led1,led3 turn on once load...
I am very new to ARM controllers. All of my experience is with Atmel family, which I've been using for years.
I just got the nRF52 Development board and have loaded several...
Why do the version numbers have to be as follows for a merged hex file to be able to exit the dfu mode when flashed externally as a combined hex file (SD +BL + BL settings...
With the BT 5 extensions, is it now possible for BLE Peripherals to communicate with each other without a Central ?
In the envisaged application, one node would be the central...
Hello,
my problem is reproducable with this Setup:
nRF5-DK with ble_blinky_example (central)
nRF5-DK with ble_blinky_example (peripheral)
Press Button1 immediately...
Hi,
We are using nrf8240 SDK15 and need to convert soft image which is in hex format to binary format. Tried using 'arm-none-eabi-objcopy' for this. It converts 424kbytes...
Hello Nordic team,
I am developing a proprietary radio protocol and i am using aes ccm peripheral for encryption (i am a begginer). The packets seem to be correctly encrypted...
Hi,
Can you guide as to how to set up an proxy node that participates in mesh activities as well as connects with an non mesh device (viz Mobile) from time to get data from...
I’ve been working in a small group to use the advertising extensions in BT5 to send 12 hours of temperature measurements in one advertising packets. We’ve been developing...
Hello,
I am working on ble/audio application on nrf52832. I would like to know how to compile OPUS codec (used in smart remote) so I can use it on arm cortex. For now I...
Hello,
Would it be possible to use nrf_pwr_mgmt_run() to implement a polled wait function? The nrf_delay functions execute a busy wait which is only feasible for very short...
Dear sir,
I am trying to interface MAX 30205 with NRF52832. On thec oscilloscope I am getting the signals but still I am not getting the temperature data. Herewith I am...
Hi
We want to set +8dBm on DTM with nRF52840 but it test fail.
When I set +8dBm, nRFgo Studio cannot test it due to fail in DTM code.
We tried SDK v14~ v15 version but...