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...
Hello, sorry if this seems to be a basic or already asked question, but how could I have an example of QDEC usage with the nrf52840 (ideally the dongle) ? I would like to...
Hi,
I am using NRF52833 to develop a wireless and USB combo mouse.
My switch method is detecting VBUS to switch between USB mode or wireless mode.
But a problem is...
Dear sir ,
Get the customer's board, I can find the device at the nRF Connect for the first time, then program hex, but fail, and then I can't find the device again. I try...
Hi,
Right now, I am trying to open that example files in SES IDE. But I couldn't open.
I kept the file location like as
D:\Nordic\nRF5_SDK_17.0.2_d674dde\examples\peripheral...
I am trying to integrate cli over Nordic UART Service. i want nus control over command line interface such as PuTTY or Termite.
How to solve this and what files should be...
I have two NRF52832 boards. I cannot get the SDK to compile so I'm going at it barebones style.
Transmitter Board code:
Receiver Board code:
The receiver board never...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
I use nrfjprog in a CI system (on Windows 10) which has multiple NRF52 boards attached to it. The boards are all run in parallel with the -s parameter to nrfjprog and the...
Hello, i have an issue with softdevice API combined with timeslot API. I use timeslot API to scan for packets one time (one time interval) with 30000us. Then before timeslot...
Hi, I'm using mqtt_simple example based application to send BLE tracking data through LTE on custom boards. UART is used for connection between MCUs. Power is ON constantly...
Hi all! Since I do not have a system for updating the certificate when changing the server, I decided to disable certificate verification when connecting to the https server...
Hi.
I am a student studying esb examples with nrf52433 board.
1. If data is sent from ptx to prx using static payload, is tx completed without receiving ACK? Don't need...
Hello,
I try to measure the current of the nRF SoC on my NRF52-DK, by using an oscilloscope and USB as a power supply, related to the guide from Nordic from here:
https...
Hi,
I need to write a 32-bit value to an NVM flash page whenever my code hits an assert failure. This failure can occur anywhere in the code - my application, the Nordic...
Hello,
I'm working on a circuit which has a pin connected to a pull-up resistor, using the nRF52 DK and SEGGER Embedded Studio 5.20 to develop the software.
This pin is...