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've installed Zephyr RTOS and built blinky example for NRF5340-DK board. Then, when I tried to flash output hex file into NRF5340, nrfjprog (using "west flash" command) gave...
I'm trying to debug firmware on our production device, but after programming the device a couple of times, I am unable to program.
Inside of Segger I see this log:
j...
Hi everyone,
In my company we are working with the last SDK release, and we build projects with make and gcc toolchain.
I have a quite wide request : since I'm using makefiles...
Hi all,
I have a custom nRF52840 board that transmits 32-byte packets to mobile device and I want to achieve maximum transfer speed.
The code is based on the ble_app_uart...
Dear all
The issue is:
heartRate and battery levels set by "bt_gatt_notify" in peripheral hr sample on nRFConnect v1.5.0 are not shown in iphone app of "nRF toolbox" ...
Hi All,
I am using the nRF52840, with SDK140 v15.0. I have configured the nRF52840 to be a SPI slave to a NXP processor. When I connect the logic analyzer I see signals...
Hello,
I am trying to build on the nrf5340_cpuappns sample, however this snippet seems to always warn unable to allocated UART send data buffer. Is there any reason k_malloc...
Hi Everyone!
nrf_serial.c and nrf_serial.h are gone in SDK 17.0.2. There are present in 16.0.0. I do not see any mention of this in the release notes.
Was this module...
i am using example code ble_uart for controlling gpio(led & buzzer) by editing bluetooth data handler. I am driving a buzzer using pwm.
led working fine i.e turned on/off...
In nRF Connect SDK I see drivers for BH1749 sensor from Thingy 91, but not for BH1745 from Thingy 52.
Is it possible that the BH1745 sensor will be supported soon? Looks...
I tryed to use the pynrfprog with a Segger-ARM-Flasher to update modem DFU.
I changed the python skript to follow - because there are 2 Segger-ARM-Flasher installed in...
Hi,
When I connect my device to an external power supply, it restarts randomly. It sometimes happens once every minute, sometimes once every 10 minutes. I couldn't find...
Hello,
I am transmitting 1 byte BLE data across a central and peripheral and the central does other things like control PWM, sample SAADC (scan mode), GPIO pins interrupts...
Hello,
When I am loading my project into SES I get the following warning message.
CMake Warning at C:/Zypher/v1.5.0-rc1/zephyr/CMakeLists.txt:1354 (message):
WARNING...
I have a nRF9160DK board and a want to generate a simple interrupt when I press button 1 (pin 6) on the DK board. When this works I will move to a different GPIO and hook...