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...
Hello, I'm a beginner at developping nrF52832. My problem is completely similar to this one : devzone.nordicsemi.com/.../add-saadc-peripheral-and-others-to-example-project...
I am trying to measure single-phase mains voltage (240v, 50Hz) by stepping down the voltage to 200mv using a voltage divider and read it with the ADC pin of the controller...
Using NB- IOT JIO SIM in india, not connecting asset tracker Work Up to RRC Connected and stuck there. This is custom code very similar to asset tracker example. We are using...
Dear Sir.
Using the mqtt_simple project , I inserted a 1 sec timer.
Within the timer I want to use the publish routine like this
data_publish(&client,MQTT_QOS_1_AT_LEAST_ONCE...
Hello everyone, we are developing a heart hare accessory for the phone and we want to show the battery status directly on the phone. I found it can show up in the Windows...
Hi, I run nRF5 SDK 15.3.0 with SES 4.30c on a PCA10040. Yesterday I upgraded to nRF5 SDK 17.0.2 and SES 5.60. When I connected PCA10040 I got a message that something wanted...
Hi everyone,
I write a firmware to read the values from a 6-axis IMU and some force sensors. I want to sample with a frequency of 100-200Hz, to store the data in a buffer...
Hello,
I have already a Thingy:91 running and sending me data over MQTT using the mqtt_simple Sample.
Now I wantet do change the broker to one with credentials but unfortunately...
While debugging this code https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/adc/src/main.c using nrf9160dk getting error "device_get_binding...
Hi,
I've recently built my own custom board (with an onboard nrf52840) and have been trying to program it with an nrf52 dev kit. To program it I've used the following forum...
Hi Team,
SDK used 17.0.2
I am able to successfully wakeup the device from systemOFF using a gpio (not from sensor). In this case it is consuming only 350 nA (300 = nRF...
Hi, I tried to run the ble_app_beacon example (PCA10056e) on NRF8211 chip using SDK 17.1.0. I removed the DEVELOP_IN_NRF52840 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES defines...