Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
I am converting the simple_on_off vendor model to send a message on mesh 3.1.
the server implemented the simple_on_off model successfully. But but my client runs into 0...
Hi currently I am using the nrf_mesh_sdk_3.1 latest release light_switch Example both client and server one after successful compilation and load examples in DK boards when...
Hello,
I have updated secure_boot to allow UART3 to be used in the non_secure area. However, as soon as I try to initialize it in the non_secure area a hard failure occurs...
Hello! I took the example of "usbd_cdc_acm" and added a receive and transmit buffer. The data from the receive buffer is sent back. It turned out that the first byte is written...
Hi All.
I have a project where my peripheral (nRF52832) connects to my central (nRF52840), and then transmits 128 byte packets continuously one after the other. It works...
We are using the nRF9160 DK with the Asset tracker example, which is working in combination with the nRF Cloud.
Now we want to use our own AWS account in combination with...
hi all i am trying to read data from a sensor in burst mode i can"t able to read all datas from the register .I tried to read the data in both spi and spim(with easydma) ...
Hello,
So I'm using nrf52832 with sdk15.2 and I'm trying to connect a joystick to the adc pins and have the joystick to move the mouse instead of the buttons and having...
hi.........
i am tried to merge the blinky and timer sample program , i am getting this error , even i have included all files .h , .c files
nrfx_config.h: No such file...
Hi
I am using nrf51822 chip to develop my application & I need to put the hardware into sleep. In which all the gpios & other peripheral goes stop to save power.
SO, how...
Hi,
I want to change MAC address during advertising in nrf52810.
nrf52810 receives MAC address via uart from other MCU and set this MAC address. (type is BLE_GAP_ADDR_TYPE_PUBLIC...
We're building small robots/toys that work with each other.
Would it be possible to use the nfct on two devices with nRF52840 to communicate between each other?
Also...
Hello,
I’m sorry for asking again, but I could need some help again. This is a followup to devzone.nordicsemi.com/.../missing-endcrypt-event.
I’ve managed to receive...
During the setup of timeslot api with the help of this tutorial - https://devzone.nordicsemi.com/tutorials/b/software-development-kit/posts/setting-up-the-timeslot-api
using...
I'm trying to build a custom version of the example SAADC code provided here:
https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/adc/src/main...