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...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
Hi BJorn,
I am using nRF52840 chipset using NINA-B301 EVK and could port and test some test applications using NRF52 SDK. My query is in actual harrdware we are using only...
In the nRF52832 Product Spec v1.4 th the ere are discussions in sections 16.5 and 19.3.10 about being able able to output a divided down version
of the 32MHZ clock on the...
I'm using nRF52 and SDK 15.2 with SPI Manager (NRF_SPI_MNGR_ENABLED) with EasyDMA disabled. Some of the external chips I'm communicating with via SPI can't handle consecutive...
Hi,
I am trying to write a I2C read and write wrappers for Invensense MPU9250. Previously, I was using SDK11 and I don't have any issue with it. However, after porting...
Hi,
I am trying to use the USB connectivity firmware so that I can use the pc-ble-driver with it.
I downloaded to my custom board the file 'connectivity_4.0.0_usb_with_s140_6...
Hi, I want to send 9000bytes one sencond.But when I send these bytes it will return error code is 19.
I had increased the ATT MTU to 274 with the function of nrf_ble_gatt_att_mtu_periph_set...
Hi everyone,
I'm playing with the nRF52840 dongle (PCA10059) but I'm not able to program it using nRF Connect (v2.6.1).
I open the sw and connect the dongle, choose...
I am trying to see onboard SD card via usbd_msc and I can not achieve that. I am sure SD card is connected properly and working as I can mount it and write files to it form...
Hello ! Hope I can get help with this as I am completely new to this and dont get a hang of it yet. What I am looking for is to be able to use the servers as clients. I have...
I use nrf52832-AA, S132
I use Fstorage from 0x68000 to 0x73FFF in flash memory.
Reading or writing data from that memory.
It doesn't have any problem working normally...
Hello Everyone,
I am newbie to nordic BLE environment. This maybe a silly question.
Currently I am using nrf51 DK with SDK11, S130.
Data to be sent through SPI:
...
Hi,
I was trying to add generic onoff server model to the dimming server example in order to On/OFF and Dim the LED on the nRF52 Dev board using nRF Mesh App. I added all...
With 100 battery powered bluetooth long range slave nodes connected to one master. To increase battery lifetime, Is is best to connect/disconnect all slave nodes to the master...
Hello,
I have the following scenario:
The device boots and starts to advertise.
When the central (android phone or iPhone) connects, peripheral requests bonding and...
I am using sdk 11, s130, nrf 51822.
Before getting into the question I ask in the title, I would like to ask this first:
1. Is it correct that every time I call pm_peer_delete_all...