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...
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...
I have a number of devices that currently have an S132 softdevice, USB enabled DFU bootloader and application.
I am intending on updating the application, which removes...
Hi
I am now trying to add the light lightness model to the light switch sample code in order to use both the light switch and light light lightness features.
After adding...
I am using nrf sdk v_17.0.2 soft device s132
my query is for connected mode.
My project uses nrf52832 SoC, SHT4 temperature humidity sensor, 2MB flash memory.
it advertise...
Hi everyone, I’d like to build native code on my Arduino Nano 33 BLE on a Mac, i.e. using the nRF Connected SDK and avoiding the Arduino Core/Mbed OS. I’ve followed zephyr...
Hi All,
I have successfully used notify to transfer 1 byte of data.
Now I want to try to transfer 1 array but I have a problem as shown in the figure.
Here is my...
I try to get the BLE OTA procedure working using the nRF52-DK board.
1. Using the pre-build example hex files in folder "nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_dfu_test_images...
Hello everyone
Currently I am developing the code for a gateway that collects data from various BLE devices. Some of the peripherals go onto pairing process, meaning that...
I was wondering if there was a JSON formatter that could take a string and convert it to proper JSON. I checked the cJSON library and it seems to only be supported through...
Hello,
It is being developed using nrf52833, SOFTDEVICE-s140, SDK-17.1.0.
There is no problem in port-0 during I2C communication using twi_sw_master.c
,but when...
Hello everyone,
In the scan.h file of the scan module there is the following function declaration:
I wanted to use this function but during compilation I got the error...
I want to use an nrf52805 in a central role (only 1 peripheral connected).
Softdevice s122 appears to be small enough but the nrf52805 is not listed on this page ( https...
I build example in gzll_ack_payload folder get error:
.\_build\nrf52810_xxaa.axf: Error: L6366E: nrf_gzll.o attributes are not compatible with the provided attributes ....
I run newest nRF53 chip as of writing with 1.6.0 nRF Connect SDK from nRF Connect Toolchain manager 3.6.1 using SES 5.50c.
I use a array of 5 rx-buffers (Increased from...
Hello there,
I am getting "No devices connected" error message when trying to erase and flash to Arduino Nano 33 BLE sense board using the nRF Connect for VS Code. I also...
Hi Guys,
I am working on the nrf52840 and using SDK 17.1.0 version.
i am creating the zip file of my application code using "nrfutil pkg generate"
It give .json, ...