Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Hi all,
I need to upgrade an nRF52 device with SoftDevice 5.0.0 and bootloader.
I have to upgrade from SD 5.0.0 to 7.2.0.
I use this command to generate the zip file...
Dear all,
I have some problem with SPIs co-work.
I enabled two SPI instances in this project.
SPI Instance 1 function(non blocking mode - DMA enabled, 4Mbps): reading...
Hi there, Thanks in advance for your time and attention. We started to see some cases where our devices boots and gets a NO_PAGES error after having been turned off(or at...
I try to simulate system hang by adding while(1) after calling watch dog feeding function. But watchdog event handler _wdtEventHandler() isn't called.
int main(void) { ...
Hi,
I am currently trying to read the GPIO latch register in my Zephyr NRF SDK 1.9.1 C++ project with the following line:
This is resulting in the following compile...
I have downloaded the nRF connect for PC and successfully managed wo work with the dongle using the BLE General tool but when I tried to use the power profiler tool probably...
Hello Nordic Team,
I have a nRF52833 DK and I am running Light switch Server and client applicaiton in it.
I am in the moment customizing the application for our custom...
Is there a way to disconnect from devices that have exceeded the maximum number of connections allowed?
I am developing with nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral...
When I want to implement my edge impulse model to my nrf5sdk code using vs code I found this errors,
Terminal will be reused by tasks, press any key to close it.
> Executing...
I've just updated my nRC Connect SDK from V1.9.1 to V2.0.0. I did this via the nRF Connect for Desktop Toolchain manager. I'm using the nRF Connect extension in Visual Studio...
Hello everybody,
i currently develop two devices, one master and one slave (sensor). Both devices have the dfu service completly working.
My problem is that the master...
Hi
I am trying to FOTA download with AWS S3 bucket.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/libraries/networking/fota_download.html I am using HTTPS...
I installed the nRF Connect extension pack which also contains the nRF Terminal extension but I cannot make it work in VS Code
In the command pallette I select nRF Terminal...
Is there a way to manually initialize the nRF5 802154 radio?. I am using an external NOR flash LittleFS partition for data and the nRF5 802154 radio driver keeps complaining...
I'm trying to make some driver code to talk to a flash chip via SPI. I'm using the nrf5340 and SDK 2.0.0. I'm also doing this for the secure board environment the DK app,...