Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hello,
I want to install my own Button & LED handling (not using the default board support). It works on the nRF52840 Dongle, but I also want it to work on the PCA10056...
Hi,
We were testing our product with nrf-Toolbbox.
It seems that in Android 8+ the device gets disconnected and the log screen gets cleared up once the app is put in the...
Hi Experts,
I am trying to design my custom board using nRF52832. I am using Segger jLink Mini EDU to connect/debug the chip/board. I took Thingy:52 as reference and designed...
Hi,
I know there are OTA bootloaders for nrf52 which can be enabled by pressing a button(gpio start) or by sending a message on a bluetooth cahracteristic(buttoless dfu...
Hi,
I am trying to use the SPI with a sensor on our PCB.
Based on the SPIM example, I changed the used pins to match our configuration, where the clock (spi_config.sck_pin...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask about whitelist scan filtering.
After pairing and bonding, central would perform...
Dear Team,
i am using nRF51822 Cortex M0 controller , SDK version is 12.3.0(Soft device S130) i want add the PWM Driver, how can i add the driver to existing nRF51822...
hi, I'm using SDK 15.1.0 and s132 I have two custom boards one peripheral and one central. i don't want to use peer manager (according to requirements) And i want the peripheral...
I have modified the ble_app_hids_keyboard_pca10040_s132 example to enumerate as a Gamepad and Modified the GPIO so the buttons send a USB report.
I am now trying to integrate...
Hi,
I am doing some customization for the secure DFU example (SDK15) and i want to add conditions for the update process (battery level for example).
I wonder if there...
Hi all. I would like to get the current RTC tick when there is an advertisement RX event on multi-link central. I am going to store the advertisements along with a time i...
Hello, In one of my codes, I use the printf function. It works properly when implemented in the int main(void), but when I try to use it in a static void NAME (void){} function...
Hello,
I'm checking the DTM code from nRF5 SDK15.2.0.
In the ble_dtm.c file, line 763:
And in the ble_dtm.h file lines 104-110:
DTM_PKT_0XFF and DTM_PKT_VENDORSPECIFIC...