Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...