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 ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
All the SDK health device examples appear to have a rather complicated relation between the BSP buttons and the behavior of the device (advertising, connected, etc.) which...
Hi Everyone,
I am having some trouble on nrf5380 PDK. I can not connect it to my PC.
I attached photo of nrfconnect.
There were 3 serial ports but I have used just one...
when using the TIMER, I set the TIMER's time_ticks=53328 which means that every 3.33ms, the TIMER will call its callback function and start ADC sample. However, when I use...
Hi.
We are evualuating and testing NRF9160 DK and after a while testing and reading different threads of the forum I know the mode GPS + LTE in the nrf9160 only work in...
Hi. I'm using external board with nRF52832 and GPS. (SDK15.0.0)
I used ble_app_uart example and succeed in receive data in my nRF UART v2.0 app.
I got this kind of data...
Dear all, Im experiencing the following error that pops out on RTT console during the first few lines of main():
I understand the definition here: https://infocenter.nordicsemi...
This is my code:
This is the results of the logs in the code:
<info> app: tx buffer length = 8 <info> app: AA <info> app: FF <info> app: 10 <info> app: 08 <info> app...
We are using an MX25R6435FZNIL0 part on a design with a nRF5340 module and wish to test that 48MHz operation of QSPI is working, we are using the latest master version of...
I am using Keil and trying to debug one of the examples in nrf_SDK_12.3.0 and half of the lines are not accessible in line by line debugging. Those lines where one can set...
HI!
I use flash data storage (fds) to store some user inputs in flash. Everything works fine, but I am surprised by the fact that the function fds_record_update() is not...
Hi All,
Using SDK15.3, NRF52840 USB Dongle.
After a few experiments I would like to clarify my understanding on how the usb bulk write works.
I am currently writting...
I am using Nordic Thingy 91 Kit.
I have uploaded modem and application firmware URL : Nordic Thingy:91 - Downloads - nordicsemi.com
I am facing following problem while...
The following issue is for NCS version 1.4.0 and 1.4.1 for an nRF52840 DK target.
When CONFIG_BT_AUTO_PHY_UPDATE =y for both a peripheral and central, I see in Wireshark...
Hi,
I am using the following snippet in my application. it is working fine sometimes but the other times it's not coming out of the while loop.
can anybody point out the...