I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi
According to Amazon documentation, it is possible to connect a smart home device to Alexa with the Bluetooth Low-Energy (BLE) mesh wireless communication technology....
What functionality has the NFC feature?
Work as Card Reader and/or cardemulation
For Card Reader
Which cards are readable (ISO14443 and or ISO 15693 / NDEF?
For Cardemulation...
I want to measure the current consumption of nRF52832 board with the sensors with the power profiler kit 2. I have added all the functions related to system off mode in the...
Hello everybody, I have an issue related to a peripheral which only lets a connection to be established using the proprietary (brand) mobile application. I try connecting...
Yesterday I want to demonstrate the installed toolchain using the nRF Connect for Desktop.
I got errors and it seems to be required to have internet connection.
Is that...
I try to run https://github.com/NordicSemiconductor/pc-ble-driver/tree/master/examples/nordic_uart_client But the following error occurred.
D:\pc-ble-driver\build\examples...
We do have an eeprom accessed over the SPI, and works well.
Need to add an option to access also the I2C eeprom.
Adding to the project nrf_drv_twi,c, nrfx_twi.c, nrfx_twim...
Hello every one
Pin numbers on DK boards are printed as P0.08 or P1.20 etc. but in nrf_config.h files Nordic assigns numbers to the pins. There are pin numbers from 0 to...
We are developing an application based in nRF5340 using nRF Connect SDK v1.7.0
In this application we have a bootloader for both app and net cores.
Bluetooth is set to...
I am testing UART between PCA10040(nrf52832) and Raspberry Pi 4. I connect TX/RX/GND 3 lines between RPI4 and PCA10040.
On host RPI4 side, my test app send 1 byte to 32...
Hi All,
I just had a quick question about the SDK as it pertains to assigned services. Is the BLE Base UUID defined anywher ein the SDK files? i have looked all over; ble_types...
Segger Studio is capable of reporting Flash usage and Ram usage (heap & stack).
Is there a way to do that without Segger Studio? I'm using gcc, JLink command line tools...
Hello,
I am working on nrf52832 I have set up the SES IDE v 5.5 environment with SDK 17.0.2.
I am getting compilation error "unknown type name 'uint32_t' "
The...