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 use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
How to make nRF Connect SDK submit to other code management servers (such as bitbucket,Not github), And continue to use Git to manage this code?
I will modify the content...
Hi all,
I recently installed the nRF Connect SDK and have had some success. Very snazzy.
I have seen some issues with the JLink on the DK resetting during firmware validation...
I cannot seem to get floating point supoort for printf/scranf
It works for LOG_INF
I have tried the following .conf settings:
CONFIG_NEWLIB_LIBC =y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...
Hi All!
I am trying to program the external nrf9160 SOC using nrf9160 DK using the following connections. Before that, I tried the same connections to program the nrf52820...
When I set CONFIG_LOG=y, CONFIG_SERIAL=y in prj.conf, the UART streams out diagnostic message from my application code as expected, but I also get this endless I2C error message...
I am using NRF52832 for my project.
Refer the following Softdevice and SDK versions.
Softdevice: S132_2.0.0-7.alpha
SDK Version: 4.0.0-2.alpha
Question 1:...
I am using nRF Connect SDK 1.9.0 and the NRF52840.
When building samples/keys/hw_unique_key you get this warning:
----------------------------------------------------...
Hi,
My nRF52840 dongle which was working fine in the past doesn't seem to be responding properly. Is there anything I can do?
Some background:
1 - I have used it...
When we test the matter, we sometimes will meet commissioning accessory fail and network dropping. In the worst case, we can't access the network for a long time after the...
NRF_SO_RAI_NO_DATA AT#XSOCKETOPT=1,50 does not cause RRC release as expected, instead hipower LTE continues another ~20s. https://github.com/nrfconnect/sdk-nrfxlib/blob/main...
nRF52840, SDK 17.0.2, SD140 v7.0.1
My firmware application is happily sleeping via calls to nrf_pwr_mgmt_run(), waking up to service interrupts and do work, then going...
I have not been able to get the nRF52840 ncs v2.0.2 watchdog not to reset.
I tried kicking the watchdog every second and can set a break point and see that the kick does...
Hi all,
I'm looking for an SDK function that will tell me if my device is connected to BLE
from this post 8 years ago the answer is no, has something changed in those...
I am using the 9160 to develop a product for the customer. Its sdk version is ncs1.9.0, and the firmware version of the modem is v1.3.1. The device needs to download data...