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...
hi
im use the command line of nrfutil to ota the nrf52840' firmware.but now i want to develop a soft to ota the device without the environment of python.but i dont kown...
Hello,
I'm measuring the value of a lithium battery (3.7V 110mAh). I used SAADC to measure the battery power and it seems to be quite accurate. The charge IC also attempts...
Hello,
In an older post ( here ) you mentioned that you removed Touchlink examples because they were not of "production quality" and they might not be soon. That was two...
Hi,
Considering https://devzone.nordicsemi.com/f/nordic-q-a/29013/best-way-to-implement-system-clock-on-nrf51 as reference and some other similar posts.I could reach to...
I have created a couple of custom BLE services and characteristics in a peripheral application. It shows up in the nRF Connect app and can read the values from sensors connected...
Hello, we are occasionally getting an error 0x3001 from this function call:
rtn = sd_ble_gap_disconnect(m_ConnectionHandle, BLE_HCI_CONN_INTERVAL_UNACCEPTABLE);
I do not...
Hello,
I want to use the code from the BLE template in my own application and so I copied all necessary files into the project, but the code stucks at
I have debugged...
Hi;
I am using nrf mesh sdk 4.2.0 version and nrf sdk 16.0.0 .
I inttegrated UART code to light switch client example code.
Both UART and client code working seperately;but...
Hello, support team.
In my test board, lis3mdl chip is connected to nordic chip via I2C.
During initializing board, device ID of lis3mdl is checked.
Most of time it...
With 900ms advertising interval we are seeing ~50uA sleep current on the 52840. How do we make it sleep with lower current? We are using an example project with an idle_state_handle...
Hi,
What is the procedure to use PCA10056 DK Debug OUT P19 connector to program external board for eg Nordic Thingy 52?
I have shorted SB47 on PCA10056 DK but it is failed...
Hi engineers,
I want to achieve a demand that receive audio/HID data from the PC side through USB interface and transmit data through BLE to other devices.
So has the...
I am looking at the nrf 1.3.2 asset tracker example and I see that the GPS callback has two different events for PVT and NMEA fixes. As I understand it PVT and NMEA are two...