Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
hi.
As the manual says,It waits for an application event. and is called in the main while loop.
Does it mean that if I put some other routines carrying out polling function...
Hello, I am interested on nordic devices that support: 1) 802.15.4 (eg. Openthread) 2) secure storage for storing keys (e.g LWM2M credentials) 3) zephyr - rtos
I have seen...
Hi, we have a nRF9160 DK where we have uploaded the AT_CLIENT example on. Have tested the board and it works fine, able to send AT Commands and join to the network etc......
Hi,
I want to store scene when long press one button and recall scene when short press. I have done some changes but not able to achieve it, i am not sure if i should...
I was looking at this compatibility matrix, for SD and SDK.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf52832%2FCOMP%2Fnrf52832%2Fic_rev_sdk_sd_comp_matrix...
Greetings!
we are using nrf5340dk to communicate with a Nucleo shield that has LIS2DW12 accelerometer on it (shield is X-nucleo-IKS01A3). We have a problem communicating...
Hello, I'm beginner for nRF52.
I saw examples about entering DFU by button and buttonless.
Is it also possible that changing the boot mode by a gpio pin which controlled...
Hello all, I'm working on ADC and data transmission.
Device do ADC first, and send those values.
Sampling frequency of ADC is ~80 kHz (sampling per 13 microseconds), and...
Hello,
We are using nrf52805 for our project. Facing some errors like "GATT ERROR" and GATT INSUF AUTHORIZATION and GATT CONN TIMEOUT ERROR" when I want to upgrade my application...
Hi,
We are developing our product based on nrf52382. In the scope of the certification testing of our end product, the test laboratory asks me if the Bluetooth low energy...
I am currently building a dynamic multiprotocol application (Thread+Bluetooth LE) with the nRF Connect SDK. For tweaking coexistence I would like to limit the length (=duration...
Hi,
In nwp-036 page 7,here is the AOD sketch map as below :
As fat as I am concerned, the Transmitter and Receiver should be reverse ?
Or there is something I misinterpreting...
Hi,
Background: I am looking at interfacing nRF21540 (FEM) with nRF52833 (Host) - hoping there's Zephyr support available for this(?)
Question: Product spec for nRF21540...
I'm trying to find the address of an attached twi sensor by using the twi_scanner. It worked on the default pins
but when I change the pins like this
It simply doesn...
Dear Nordic team.
We have to add new sensors using I2C protocol on our previous project.
Can i configure WDIO and SWDCLK pin to I2C pin?
If possible, i will reuse my...