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...
I'm a little confused about how to determine the value to set in the registers for the internal capacitors. If I select 10pF, that means that there is an internal C1 and C2...
Hey everyone,
I basically have the same question as it was discussed in this ticket: How to get unicast address on mesh server. - Nordic Q&A - Nordic DevZone - Nordic DevZone...
Hello, I'm currently planning a product that involves Bluetooth technology and came across the NRF5340 chip. I see that I can get the development kit which is a board with...
Hi,
On nRF5340 development board I followed the instructions in this link and ran the blinky example successfully: Getting Started Guide — Zephyr Project Documentation...
I got an error here err_code = pm_init(); APP_ERROR_CHECK(err_code);
<error> nrf_ble_lesc: nrf_crypto_ecc_key_pair_generate() returned error 0x8502.
<error> peer_manager...
I am using the BLE sniffer in Wireshark (nrf 52840 dev kit board) to attempt to capture packets between a BLE device and android phone. I am able to sniff advertising packets...
Hi,
I have faced an issue with cmsis_v1 thread creation/removal with the SDK connect.
I have created the following ticket on zephyr's side and attached the patch I'm...
Hello,
How to find NRF connect mobile app server's address in the app to be used for connecting to peer devices ? Is there any way that the device address does not change...
Hi,
We are currently implementing the nRF52840 in an upcoming product and we have a question regarding component selection for our configuration.
I've looked through...
Hello
I really need your help !
I am using SEGGER Embedded studio with two EV boards: nRF9160 and NRF52 DK
First I started with NRF9160 with clean installation of the...
Hi
H have developed a program for nRF51822 using "Arduino IED" and "BLEPeripheral" library, that performs an operation.
The operation is a button press and on each press...