I have made my own NRF52832 Dev board as in the next image:
I received the board, and ICs and hand-soldered them in my home.
however, I am still a newbie in nRF SDK...
For the GetAssistanceData endpoint (POST /location/agnss), if we are using the x-custom-device-id header instead of a device token and registered devices, how can we view...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hi,
I need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hi,
When erasing one page flash for responding one GATT request, it always went into assert_nrf_callback and has to reset the app. So I have to disable SoftDevice before...
Hello,
I am going to start programming BLE application, and I would like to know which enviroment is best to program it. Are there too many differences between programming...
Hello
According to the documentation the optimal CPU frequency is 16 MHz, Please, could someone tell me if that is correct or not?
Thanks for your help
Hi,
I modified the ble_app_hrs sample application with one custom service which includes, some custom characteristics (128 bit uuid), Now the problem i am facing is, i am...
Hi,
How to implement the passkey authentication, we are using nF51822 evaluation board. Is it possible to display the passkey using master control panel? And, we also don...
Howdy,
In a similar vein to my recent question about production programming....and nothing to do with takign an nRF51822 out for a walk :)
We'll write a simple test...
Hi
Before, TX and RX functions run well at iOS6. After we updated to iOS7, RX still worked but TX couldn't send out data. Did you verify nRF UART app at iOS7?
I'm reseaching a tag in low energy-cost using the nRF24le1.Till now,I can receive the message from the tag successfully, but can't send the command to the tag to read or write...
hi,
Now,my pre-Develop product(BLE),that to measure the Tx transmit power not correct with my setting(default 0dbm).
so,i have program a project for to sure the reason(Hardware...
I need to connect an I2C/TWI device to the nRF51822. The I2C device is running at a fixed 3.3V (from a boost DC/DC), but the nRF51822 is powered directly from a CR2032 battery...
Hi,
Is there anyway to keep the RTC going while in reset, device sw has crasched or in powered off mode or would I need an external RTC for this?
Is there any possibility...
I have two NRF24L01+ devices. My aim is to have one as PTX and the other as PRX replying with ACK_PAYLOAD. It is working with ACK enabled (without payload). However when ACK_PAYLOAD...
I'm interested in using the master emulator to connect to multiple target devices, but it does not appear there is support for this in the API (v2.1.3). For example, there...