Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...