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...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
i have changed light example demo server.
now i add #define MESH_FEATURE_RELAY_ENABLED (1) in nrf_mesh_config_app.h ,the server have supplyed friend feature, i used nrf...
Hello, I'm trying to implement timer-driven ADC acquisition with the nrfx library. I previously configured some timer-drive GPIOs like in the following code
I'm having...
Dear DevZone Team,
I'm facing a very strange issue whereby the sample code from the Lesson2_Exercise2 of the Wifi Fundamentals course does not allow my development kit...
I currently use 8 nRF52832 as PTX and 1 nRF52832 as PRX. To ensure better communication quality, I wrote the code for PIPE allocation. The channel is assigned by PIPE 0 as...
Hi,
I'm working on a custom board with an nRF52840 MCU and a MAX17260 fuel gauge IC interfaced via I2C. The goal is to read the voltage of a battery using the MAX17260....
Dear all.
I have one question about thread certification environment:
I want to setup internal test environment only with Nordic nRF52840(no other bed devices). In the...
Hello,
In an existing device using the nRF52832 I have 2 SPI Master instances. Please, may you confirm that is possible to create a third SPI Master instance?
By the way...
Hi,
I am working on project, in which we using nordic nRF52840 chip. We need to flash the app+SD+BL image file in external QSPI memory.
After prevalidation, the DFU controller...
I'm having a problem using SPI within Zephyr. My custom nRF52840 board has 74HC959 shift registers to drive LEDs. I'm using the SPI bus to transfer LED on/off states and can...
After clicking on ACTIVATE SIM and having correctly filled in the SIM IICD and PUNK I am receiving the following message: Request failed with status code 503 What does this...
Hello,
Using scan sample I am trying to read drone Remote-ID. When broadcasting Remote ID via Wi-fi Beacon no problems occur, but once selecting only Wi-Fi NAN as delivery...
Hey! I'm working on a LE Audio project utilizing the nRF5340, where I need to stream audio both from and to the nRF and I have encountered the error "sw_codec_lc3: LC3 enc_bitrate...
Hello,
I can see there are some ADC examples on Github https://github.com/NordicPlayground/nRF52-ADC-examples But those examples are nRF SDK5. Are there any ADC examples...
Hello everyone,
I have a problem using pstorage_update. Normally it does as it should, but once i call ble_stack_init(); on my code, pstorage_update doesn't work anymore...