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 there,
I am using the Nordic SDK 16.0.0 on an nRF52840 with FreeRTOS. I am quite familiar with using FreeRTOS, but hadn't needed to delete a task until recently. It seems...
Hi everyone,
How could I disable notifications from a characteristic when the peer is get disconnected from the the peripheral? My problem is that when notification are...
Hi,
I was investigating the registers of the nrf9160 using segger embedded studio and found POFCON, which is not mentioned in the documentation.
Can you provide...
I need to add some IPSO objects for our project. It is not quite obvious to me if I need to create modules similar to i e ipso_temp_sensor.c or if it would be enough to use...
Hello, guys!
We are desiging our custom board based on nRF9160 SiP. The board will be battery powered. Li-Ion rechargeable batteries will be used to supply the device. ...
Hi to all,
i am developing a device based NRF52840 soc, and i want to implement a device that need to store some public/private key in somewhere. i know that cryptocell...
Hello,
I am developing on the NCS 1.4.0 and on a NRF9160DK. I am working on the asset_tracker example and I noticed that the code sends an assisted gps request to NRF...
Hi,
I am using app_uart library with Tx and Rx FiFo. I want to check how much space is available in the Tx FiFo at any time, and similarly how much space is filled in the...
Now I am using Nrf52832,SDK15.0.0, S132,
When we developed the DFU OTA function APP, we encountered some abnormal situations: it could not get out in the bootloader mode...
HI,
I am trying to read the payload length of the data coming in a topic via MQTTSN over OpenThread. In the event handler, I am getting the event and trying to get the length...
Hello everyone
I am having a problem with the nRF Connect SDK 1.3.2 and the bluetooth peripheral UART sample on the nRF5340 PDK. The programm compiles and runs (the chip...
Hello,
i am using the DWM1001 Board with the nRF52832. I was curious if there is software similar to CubeMX for this MCU on this board.
So far I have not beed able to...
Hi,
I want to set two nRF52 modules pairing with each other.
During the pairing process, authentication is also needed for the sake of security.
The firmware I used...