Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
Hi everyone!
I'm running my Nordic Thingy 91 with "thingy91_nbiot_legacy_pco_dfu" and it works great!
Now, i want to make some specifics editions in the main code in order...
Hi, We are developing an application that should receive commands via SMS. The device runs on a fairly large and rechargeable battery so the power consumption is not the most...
Hello DevZone,
PCA10040 SDK 15.0.0 SD132
I written my own SPIM driver which uses the list function to read in a few bytes. I've set up my list as the example in the...
Hi,
What is the difference between performing a reset by using the function sd_nvic_SystemReset(), and performing a reset by turning the power voltage off and then turn...
I used "nrf5_SDK_for_Mesh_v4.2.0_src.zip" and "nRF5_SDK_V16.0.0", When I used scan_start() command, I saw Light_Switch_Server device and Light_Switch_Client device on the...
We have fabbed a PCB for the nRF52840 that has a QSPI chip. The pins are different from the example in the SDK. I was trying to get the SDK example (examples/peripheral/qspi...
Just test SDK17.0.2 serial DFU demo project on Nordic PCA10100 board by USB serial.and use s140_nrf52_7.2.0_softdevice.hex
Got below exception. Any clue for it please? ...
Hi,
I have my application based on nRF52840 device.
When writting a wrong passkey, my device is reseted.
Which can be the reason? I have already implemented event PM_EVT_CONN_SEC_FAILED...
Hello
To calculate the definite yaw value of gyro, I would like to use the mpu9250 with magnetic sensors. I used Martinsbl's nrf5-mpu library when I used mpu6050, can I...
Hi there,
what is recommended strategy to read/write data on uart?
Taking from sample, read byte-by-byte, on 115k, sometimes data are truncated.
Is there a possibility...
Hello,
I developed a thread network using the latest SDK for Thread v4.1. I also have the latest OpenThread Border Router running.
I cannot ping Google IPv4 from my Thread...
Hi,
I'm using nrf52840DK as a central device (sdk16 ble-app-uart-multilink-master) and my peripheral device is bt840 chip(sdk15.2 ble_app_uart_pca10056_s140).
My peripheral...
hello
i have 2 questions about System on mode:
i testing different types of power comsuption modes, i've tested RTC wake-up for system on mode, but i want to try to wake...
Hi, I want to run unit tests on an actual device (nRF52dk) - is it possible? When I'm trying to run `west build -b nrf52840dk_nrf52840` on `ncs/nrf/tests/unity/example_test...
I ask for your understanding of my short English. I am a student studying in Korea.
i using sdk 15.2 and nrf52840 dongle
When using the example of usbd_ble_uart of peripheral...