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...
in main.c, you have this code
but if you set CONFIG_BT_NUS_SECURITY_ENABLED=n in the prj.conf file, then there are #defines that will prevent the definition of the...
There are two DKs, one works as a slave while the other works as a master. When these two peripherals are connected via Bluetooth, they exchange each other's parameters via...
Dear Support Team
Our customer prepared to develop a triple mode operation game keyboard which communicating over Bluetooth LE, either via the dongle or USB. Should the...
Hello, thank you for taking the time to read this.
I've been reading through some of the forms, and I'd highly appreciate someone with more experience giving me some input...
Hi Support Team,
I’m designing a custom PCB using the nRF52840 based on "Circuit configuration no. 6" from the nRF52840_PS_v1.0.pdf. On our design, VDD_nRF = 1.8V which...
Hello,
I'm making some sensors based on nRF52832 and I'm using them as native transceivers. Maybe I'll look at BLE Mesh in the future but at the moment I just send and receive...
SDK 17.1.0
I developed a firmware that can be used in nrf52833-CJAA-R, but it can't be used in the nrf52833-CJAA-B.
According to the following link:
devzone.nordicsemi...
Hi Nordicsemi Team,
The one of our customers recently purchased NRF52-DK (Dev. Kit) which was Ver 2.1.0.
But This time has issue. He thinks after version 3.0.0. cause...
Hi, I am currently trying to use PWM on nrf9160 DK to control a stepper motor. Do you have any sample code for PWM? Also do you have the pin assignment of which pin on the...
Hello! I am working on a project I have set " sensor/server" as my starting point. The sensor is successfully interfaced with NRF52 I need to store the calibrated data of...
We're trying to develop a device driver by putting it in our application folder (under /drivers).
The west build system now recognises and builds it through the Kconfig...
I am following the instructions to set up NUS shell through bluetooth with the following example: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth...
hello
I try to make work the ADC on the NRF52840DK
I would like to use any of the 6 channels on the ARDUINO connector (p0.3, p0.4, p0.28-p0.31)
I am simply not able...
Hi . We have been struggling for months now to achieve DFU updates for our firmware with no success. On our latest stage we get "Can't find room for update". We are just trying...
Hi,
I have a very high consumption when using the ADC of the nRF9160, I am using the NCS 2.0, the firmware used is inspired by the sample provided on github below:
https...