Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Dear,
Like I said in the title, I did use the NFC of my PCA10056 with my phone, it works, I also can read some information from nRF52840 by NFC. Right now, I programmed...
Hi Devzone:
I am working on nRF52840 with latest SDK.
I have 1 differential pair and 1 single ended pin I want to sample, single ended samples at every 40ms while differential...
I was trying to connect my cellphone tu the ublox modulo for sends at commands from my cell, in the main program of the micro I've the next lines for turn on the ublox module...
i have a nrf52840 dk
i need to connect the flex sensor to the board and know the resistance value while bending
how to do it?
and what code should i dump
Hi there,
I have developed the custom board with nrf52832 Soc and programmed blink code, it works fine.Now i uploaded the ble DFU template example and updated firmware...
I can't install the tool chain.
Looks like I have to install something called chocolatey?
I can't install chocolatey. I tried the chocolatey website for help and was baffelled...
Hi, I am trying to debug the blinky project with Eclipse, openocd and st-link. No softdevice. This is the output I am using.
I am finally able to see the leds blinking in...
I am studying to use the nRF2460 or wireless digital audio streaming where one Tx broadcasts and several receivers listen and follow. I have the following questions: Can an...
Hi,
How can I read out a vendor model in the NRFMesh app? When I change the model ID to e.g 0x9000, I cannot see the model under elements anymore. Needs there to be any...
I have a list of characters and trying to put them in a string.
char line[13]; /* Line buffer */
NRF_LOG_INFO("Playlist : %c", line[0]); this works displaying 1 character...
We are currently evaluating the two development kits of nrf91 - On the nordic Thingy with Fractus antenna we get the nrf91 into the mobile network after about 20 seconds ...
I know this may be a duplicate of this: https://devzone.nordicsemi.com/f/nordic-q-a/37732/nrf52840-spi-clock-line-contention-causing-spi-driver-to-hang/145521#145521
I say...
Hi,
My working environment:
NCS folder Tag:v1.2.0
J-Link version : v6.62a
SES version:4.42a
test sample code:\NCS\nrf\samples\nrf9160\cloud_client
nrf connect...
I generated two packages for OTA. The first package contains a bootloader and a softdevice 7.3.0. The second one contains a bootloader and a softdevice 8.0.0. I flash the...
Hello,
I want to interface nRF9160dk with ICM20648 sensor using SPI communication protocol. I tested SPI on nRF91 and it is working fine. But how to use ICM20648 with nRF91...