Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Hi Dear
Good Day!!
I want to know about which clock frequency they are used in nrf5SDK internal or external FREQ, and along with the where can i find the declarations...
Hello,
I am trying to work on an application to transfer BLE characteristic data to an SD card.
I ran the FATFS example on my setup and it works perfectly with the Test...
Dear sir.
I'm an engineering working on circuit design , micom program, and PCB artwork. from korea. My name is Jeong eui-jong.([email protected])
In conclusion,...
Dear Nordic Team,
I am currently using nRF52840 with nRF5 SDK v16.0.0 for developing a prototype of wearable device.
The wearable device should be able to act as
a)...
I'm implementing the full modem firmware update as demonstrated by the sample located at /samples/nrf9160/http_update/full_modem_update.
A bunch of it works. I'm able to...
I try to modify one of the pc-ble-driver examples to work together with my PCA10040 and the Nordic UART Service example in my Qt application, but the application doesn´t discover...
Hello,
I'm currently using SDK v17.0.2 with the NRF52840 on nRF52840-DK Board. After going through the example code of "nrfx_spim" I was able to get up and running. I...
Hi, I am trying to integrate DWS3000 (UWB) APIs, given here to nRF52840 with BLE stack enabled such that my firmware can blink Eddystone packets at the same time when UWB...
The customer requested that pairing be prohibited under certain circumstances, so I called API
sd_ble_gap_sec_params_reply(m_conn_handle, BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP...
in ~/ncs/zephyr/samples/hello_world/prj.conf or in ~/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns_defconfig
CONFIG_I2C=y
in my nrf9160dk_nrf9160ns.overlay...
Hi,
We are using nrf52833 for measuring angle of arrival. We got IQ samples from the device we need to calculate the phase difference from that IQ sample. please explain...
Hi, we have an application using an nRF52832 without a SD that we want to put into low power / sleep mode to save battery.
What commands should we use to do this and wake...
Hi,
I am using ppi to read some continuous data from a sensor through SPI and i got it working, it reads data in evry 8ms from the sensor through ppi.
but it fails when...