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...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Dear All,
I'm Starting the Design of nRf52832.
I need GPIO configuration of nRF52832 with its Alternate functionality like Peripherals UART, SPI, I2C and external Interrupts...
Hi,
I am new to nRF52832 software and Segger Embedded Studio. Was trying to comiple an example code based on ISP4520 which is based on nRF52832 device and am getting following...
Hi,
We are in the process of adding an external GPS antenna to our board and following the guides in the documentation feels a bit risky since names for circuit board...
I tried to redefine weak app_error_fault_handler by custom one (nRF5 SDK for Thread and Zigbee v2.0.0, Segger Embedded Studio), according to https://infocenter.nordicsemi...
Hello, I am currently in the micro selection process for a project looking to go to production that requires the capturing of an image and the sending of that image over Bluetooth...
Small bug report: MAX and MIN are defined in param.h. nordic_common.h redefines these macros which creates warnings if param.h is also included. nordic_common.h should check...
Hi , everyone
i want nRF52840 to acts as central and peripheral simultaneously . how can i achieve this ? i have seen in website nRF52840 can concurrent upto 20 link (multilink...
Hi,
how to connect multiple peripheral to single central using app , i wan to send the data from central to multiple peripheral and peripheral will also want to send the...
Hi, I'm currently developping my first app in java.
This app requires a direct connection with my BL652, which doesn' t accept any kind of pairing option. That being said...
I'm migrating a project from SDK 14.2.0 to SDK 15.3.0. I use gcc. I have three advertising modes and the first of them is working fine. For the second one, the same
ble_advertising_init_t...