I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
We have our custom PCB with an nRF9160 SIP that is connected to a nRF9161-DK via P20. I have a couple questions about this setup.
Is it fine for us to program...
Hello,
I want to play a .wav audio file on nRF5340 audio dk.
I convert the wav file into raw data and store it in an array.
After that, I play it using nrfx_i2s_start...
Unable to write to flash memory using direct memory access functions like sd_flash_page_erase & sd_flash_write (nrf52840 nrf SDK 17.1.0) Also attached application and bootloader...
Hi,
I realise this is now quite an old version of the SDK and this particular library is no longer supported, but we have not yet migrated our project (I did try once...
I'm working on porting an existing product based on NRF5 which uses the nrf_twi_mngr with asynchronous calls in its drivers. The drivers takes advantage of the non-blocking...
I‘m a rookie for the matter.I use nrf52840 In the matter lock case,when i press button 4,it will start adv.But it did't start.
so i want to add config log to debug,But...
I am attempting to stream data in chunks of 65535 bytes from the nRF9160 using data mode from the 2.6.1 version of serial_lte_modem sample code. The nRF9160 receives AT commands...
I followed the MacOS command line installation instructions at docs.nordicsemi.com/.../install_ncs.html
After running `west update`, it says the tree structure should be...
When following instructions for setting up the NRF52840-dongle as RCP coprocessor , I'm getting this error: ModuleNotFoundError: No module named 'intelhex'
Full log...
I have some initial questions regarding the nPM1300 :) :
- It is possible to download the nPM1300 datasheet as a PDF file instead of viewing it online?
- Regarding VBUS...
When I do a sd_ble_gattc_char_value_by_uuid_read I can only get a maximum of 253 bytes.
And when I read more I get a gatt_status of
BLE_GATT_STATUS_ATTERR_INVALID 0x0100...
when testing NIDD on NRF9151 we are using sock connect -f packet -t raw but it is giving us error
mosh:~$ > sock connect -f packet -t raw sock connect -f packet -t raw Socket...
I want to use RTC in my project. I'm facing build issue (undefined reference to `__device_dts_ord_113') in my project .
STEPS TAKEN: 1. I have enabled the RTC configuration...
Hello everyone.
I am going to do a project recently. We are using dht22 to transmit temperature and humidity, and use temperature values to control LEDs.
This project...