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,
I am trying to read and write data from flahs using the fds library. For the moment my main problem is that when calling fds_record_find, it returns FDS_ERR_NOT_INITIALIZED...
Hello,
is it planned to add support for PyOCD and/or OpenOCD for NRF9160?
If yes, when?
ATM (26.02.2020) they support only NRF51 / NRF52
https://github.com/zephyrproject...
I am trying to do multiple PWM in my DK board , but it cant work.
I made simple code for it .
This is my overlay file , but it works for just pin 13, means ch0 .
...
Hi,
Is there any way to tell when the modem has finished doing a band scan? I would like to know so I can swap between CAT-M1 and NB-IoT for globally deployed devices. ...
Dear
I am try to perform an OTA operation on a dongle of nrf52840 by ble_app_blinky for PCA10059 project and light-switch server for PCA10059 project, which works well on...
I've setup SDK 1.4 with Segger, however I can't get the Asset tracker Application to compile. It seems to be building the SPM even though the project is setup to use the Non...
I use the template for pairing and binding. For the first time, after binding, for the second time, I bind again, prompting to reject binding. How can I match and bind many...
Hi,
I want to compile and run Mesh examples. I tried the Light Switch client, server and the Sensor server examples. All of them fail when the linker is invoked. All of...
Hi everyone!
I'm new in Nordic DKs and I have a new Nordic Thingy 91, I understand that it uses two chips: nRF9160 and nRF52840.
Maybe this is a silly question but, can...
I have a custom beacon application that is mostly idle. Before adding a timer, the current consumption was 3.2uA. After adding the timer, the current consumption jumped to...
So far I've use the nrf gatt module for setting MTU and DLE and seems to be working, however this module does abstract packets and maximum tx time in a connection. There are...
I have incorporated the DTM example into my application. It works as expected when I set the NRF_POWER->GPREGRET and then perform a reset sd_nvic_SystemReset() , then enter...
Hi,
https://devzone.nordicsemi.com/f/nordic-q-a/67024/nrf9160-questions-related-to-immutable-mcuboot-application
From the above thread i learn that MCUBoot is not that...
To get the GPIO binding I can use:
device_get_binding("GPIO_0");
1. I would like to know where in the documentation it lists the strings you can pass to that function...
I am debugging the GPS function and referring to the sample code of the official GPS. As for the code of reading GPS data, I have a question that is the way of obtaining GPS...