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)...
The following instructions are for using Segger Embedded Studio to flash the dongle.
https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/nrf52840...
Hi,
I have changed the vendor model for sending data from client to server in light switch example. Earlier it was just sending bool values. I have changed it to uint8_t...
Hi,
I try to write in flash with the flash_manager. I use this code to write in the flash.
Everything is fine when the flash writing succeed. But when a issue occur in...
Hi,
I'm using nRF9160 and want to use PWM with the automatic duty sequence feature using DMA, to make an LED "pulse" for example.
Looking at the documentation for the...
We recently bought a nRF9160 Eval board and are planning to connect it with a STM32H757XI_M7.
We would like to know, how well it can be integrated with the IwIP Stack...
Hi Nordic,
I am using the SDK 17, s140 and the nrf52840 , with a modified multilink NUS central example. The intention is to print over UART as fast as possible all data...
Hi All,
I have a nRF9160 custom board connected thru the P19 debug out connector to the NRF91DK board.
How do I 'make' the NRF91DK debug the custom board nRF9160 and not...
Hello. I have a custom board which contains S32K148 MCU and Murata MBN52832 BLE Module and several other modules like GPS, LTE etc. Board is powered via external 12 V adapter...
Hello. It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I want to know the handle value of the characteristic set as Generic Access and...
Hello,
We have a bunch of demo devices that were populated with the nrf5340 eng A version. So far we have been able to make them work by using nrf connect SDK v1.4.0 which...
Hello
We want to use the Gazell protocol into an Arduino IDE based firmware project.
Therefore I would like to know if you have any advice, documentation, examples, etc...
Hi
What is the max size of RAM and Flash for APP?I looked in the partitions.yml of a sample,I found that there is many region for different use,I don't know which region...
Hello,
Please share any working document to enable UART2 for external communication. I gone through many documents and forum and many setting in prj.conf but still no results...
I have 2 devices in the same SPI bus defined in my devicetree. let's call them MAX30005_1 and MAX30005_2.
When the drivers initialize, they read a register of the device...
Hi Folks,
As per bluetooth spececification(4.4.2.2.1) advertising interval has addition of advDelay in range of 0-10ms. In my example,
1. device advertise beacon (sd_ble_gap_adv_start...