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...
Mt need is to do frequency measurement of 0.01Hz to 99.99 Hz
We need a clock of 1us that added to a timer of that start on when the pulse low to high event happens and...
Hi there,
I want to connect multiple nus devices to S120 central. After connection with device, it starts to scan again after the BLE_GAP_EVT_CONNECTED event. And there...
Hi,
I am using the s110 and SDK 6 and trying to have multiple notifications from different services/caracteristics. For now I have two services, one for the battery and one...
Hello, i have a strange situation here with TWI module and i have no idea what is happening. I have read a lot of posts here on devzone and the code i am using is also found...
Hi,
I am using nRF51822 spi as a master to communicate with the AFE. Four bytes need to transfer each read or write process. I use nRF51_SDK_10.0.0_dc26b5e.
Configuration...
hi
I am trying to gather information on what is needed to create a mesh network using BLE.
I am more familiar with Zigbee/Thread, but I am asked to implement something...
I downloaded S212 for nRF52 from thisisant.com and programmed the softdevice to nRF52832DK(PCA10040) via nRFgo Studio. Then I copied the 'include' folder of unzipped softdevice...
I have been trying nrf-sniffer with no success. Setup is:
Win7 64,
Sniffer Win 1.0.1,
Wireshark 1.10.14 (both win32 and 64 tried),
PCA10000 and PCA10001
The sniffer...
I generally upload codes from mbed.org to my PC then send the hex file to nRF51822 by nRF51-DK's pins. But I don't want to use cables to upload hex codes to nRF51822. Are...
Hi community,
When I want to use the example multilink peripheral inside the s120 directory example of the SDK 6.1.0, I'm not able to compile the code.
The device_manager_peripheral...
So, I want to make an application where my NRF52 advertises an URL via the Eddystone beacon.
The URL will link to an webpage, that will connect to my device through the physical...
As here said link1 If we want to use flash in the mesh we should ignore APP_ERROR_CHECK(NRF_ERROR_INVALID_STATE) in ts_sd_event_handler() ,
2.And here link2 tell us...
How do I set up a variable length characteristic which is greater than 20 bytes and use notifications with this characteristic?
For example I have several variable length...