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 am working on current consumption in nrf52832 sdk 17.2.
i have found 2M phy reduces the energy consumption as compared to 1M phy.
i want to set 2M phy GAP aparameter...
Hi everybody,
I am experience a strange thing with dongle.
With a modified Uart example, i modified uart0 pinout to pins rx->1.13 and tx->1.15. I think thats pins are...
Hi I am currently runnign into a problem that my SPI driver does not fire a spi_event after a while.
The code is as follows:
The thing is, it is working at first. My...
Hi!
I was trying to save sensor data to flash and notify it through a dedicated service.
In order to do this I initialized an fstorage instance, created a handler and...
Hi there,
I have the configuration that I have a motion detector connected to a GPIO-PIN of the BM833. Now, when the motion detector detects motion, it will set the GPIO...
Hi, We are using NFC T4T library to communicate with USB readers, everything work correctly until we changed some internal processing which increase operation time (approx...
Hi
My question is most similar to https://devzone.nordicsemi.com/f/nordic-q-a/16488/spi-slave-peripheral-receive-interrupt-processing
I want the spis_event_handler to...
Hi,
We are at the stage of migrating our exsisting code which was based on the SDK 15.2 to use the nRF5 SDK for Thread and Zigbee v4.1.0.
Im stuck at the stage of using...
Hi,
I need to use P0.11 on NRF5340 as a standard GPIO controlled by the application core. It has taken me a number of hours to realise why it isn't working as expected....
Hey,
I have some randomly generated strings I'd like to use as the values for my Kconfig string options but Kconfig doesn't seem to like these as they contain characters...
Hi,
I have recently started using nRF Connect with VSCode.
Every once in a while, the build (and also the pristine build) will fail with this output:
To me it looks...
I'm using the LTE Sensor Gateway sample (NCS 1.7) to transfer data from a BLE sensor to the nRF9160DK up to NRF Cloud. To get low power operation, I've been able to use the...