Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
We are developing an IoT device communicating via LTE to AWS IoT Hub using authentication by client certificate. For that, we are powering on the modem, do a mqtt_connect...
I am on nrfConnect v3.6 trying to build an SPI test using the command line (west)
I get this error:
```
error: SPI_3_NRF_SPIM (defined at drivers/spi/Kconfig.nrfx:133...
Hello,
I have imported a blinky project in SEGGER. I have added one user library to the project. Now I want to use this library in the main. c.
But I am not able to include...
So what I understand from the lesson over here is that we have couple of timers available to us and each timer comprise of multiple compare/capture register which can be used...
I need to implement using OTA to upgrade the thread.I followed Thread Tutorial: Practical guide for device upgrade OTA provided to complete the upgrade process,but it didn...
Dear Member,
I want to calculate distance I have traveled,
I saw variables as
#define WHEEL_CIRCUMFERENCE 2070 /**< Bike wheel circumference [mm] */
static uint32_t...
Hi,
I've followed the instructions to apply the free Nordic license for SES but it doesn't seem to like the MAC address. You can see from the attached images that the MAC...
Hi
My device is a medical device, we are now beginning verification. One of the items on the spec requires verification that 128bit AES is used during post-bond comms with...
Hello,
I have developed a small sensor which consists of MAX30101 HR sensor and nRF52832. For the research purpose I created an app as well which shows the raw data sent...
Hi,
I am selecting a Bluetooth IC based on the availability of true randomness in it and the nRF52832 is in the list.
"The Random number generator (RNG) generates true...
Hi,
I want to run a mesh application. Can you please tell me the most preferred ide for running mesh examples.
1.segger ide
2.keil ide
Kindly tell me which one is...
Hi,
I'm evaluating the nRF52840 using the DK. I find that the hfxtal in the 52840DK is GSX-223, which is not included in the data sheets characterization of HFXTAL ramp...
Hi, I'm developing a wearable fitness device. The device collects accelerometer-gyro data and sends it to the mobile application. Initial developments are good, I created...
I'm using the <TWI Scanner> example. I use an oscilloscope to measure the signal of SCL (see image)
According to the datasheet, I'm connecting a 4.7K resistor to connect...
I am using the two units talking with each other for the BLE uart.
One is running with the example ble_app_uart_c_central. The other is running with the ble_app_uart_peripheral...