Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
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...