nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
I have been developing some nrf52832 code (SDK 17.0.2) using the Segger RTT debug window for logging. I added the code from the UART example but the printf goes to the debug...
I'm planning to modify the nrf52832_ciaa reference designs in altium to emulate the functionality from a development kit and add an RTC.
I need access to pins P0.23, P0...
Hello. I would like to use an internal RTC to keep time going even if the power is off.
1. Is it possible to implement with 'nrf_calendar' module?
2. Should I think about...
I have a battery powered iOT device using BLE, I2C, and GPIO. I am focused on reducing the power consumption. When BLE is not connected, I want to have as little power usage...
This is in response to a central sending an update. I try and follow with the central's request except I set the times to the AUTO value. If I get an NRF_ERROR_NOT_SUPPORTED...
ran nordic blinky example on nrf52840 kit
Want to know where is the transmitter power set in the code.
refer any example where we can define transmit power
Hi Folks,
I am just asking general information (explanation and/or code samples examples) to set up a secured BLE connection between multiple centrals towards one peripheral...
Hi,
I'm programming a nRF52832 for SPI communication with another device which requires some single byte TX/RX. After a lot of head-banging, I realized that the nRF52 was...
Hello there,
if i download a hex-file to the NRF52840-Dongle with the J-Link (Lite) tool, the dongle always remains in bootloader mode (red led is flashing). But if i download...
Hi,
I recently updated to version 1.5.1 of the SDK, which includes a new version of emStudio. All seems generally OK, and so far all of the real issues I've found have been...
Hi Want to implement dimmable LED light Bulb with nrf mesh SDK (one pwm and on-off ) Which example from NRF SDK i should refer for this functioality. Thanks and Regards, ...
Hello,
We are trying to develop and test our coded phy BLE interface. We have used the iOS and NRF connect app to test the 1M services and characteristics, is there an equivalent...
Hey, I've learnt that nRF5 SDK is having the capability to implement the AoD (transmit) and AoA (receive) to precisely calculate the location indoors. Kindly help me to get...
Hi everyone, I am currently carrying out tests to choose a BLE module for future development.
The system is as follows: • An STM32L433 manages the application side and controls...