Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Hello Sirs,
I refer to the following website to complete the initial installation of the drive, but the result is the same.
developer.nordicsemi.com/.../gs_assistant.html...
Hi,
Using the SDK 17 library, i had the following code running fine:
Now i am porting it to ncs 1.9.0, i have changed the code to:
Upon running, i get the following...
I am currently using the nRF5 SDK and want to read ADC values at a rate at 1ns but I am not sure if this possible. I currently have a timer that is able to read values at...
We have been using FDS to store certain data in the NOR flash, which is often erased and written with new data. What I understand about FDS is that, when we erase a record...
Dear Support term:
The Restful API of Nrf Cloud is not work for get message history.
The node with more that 100 data, so get ListMessages should give us pageNextToken...
I'm trying to add custom functionality to the main.c file in openThread's cli example. I need to use udp related functions, but the otUdpOpen function requires this pointer...
Hello,
I am doing BLE advertising on the nRF52833 and using nRF5 SK 17.0.2. I cannot set TX power above +4dbm from sd_ble_gap_tx_power_set(). I have checked in nrf_gap.h...
The "Flash" and "Erase and flash" actions wer working fine a few days ago,now it only execute "west build".
I pressed "Flash" or "Erase and flash", it just executed "west...
OK, I'm using Visual Studio Code with the nRF Connect extension. I'm playing around with some simple BLE code (trying to set up DIS and then a custom service). All of a sudden...
Hi Sir/Miss,
In original project, I use nRF52810. But, it's not enough flash in our customer adding requirements.
Therefore, I want to migrate project from nrf52810...
Hi,
I'm new on NRF connect with visual studio (I have programmed nordic devices before, nrf51), right now I am working with a nrf5340.
So far I have created a blinky...
Hello Everyone,
When I debug the GPIO interrupt of nrf5340, the edge trigger can be normal, but it will be triggered all the time when the level is triggered. Does anyone...
Hello,
I am trying to implement a system where the board waits for a character to be pushed to the RX buffer before reading it. The character would be sent by another microcontroller...