I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
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...
Hello everyone:
I would like to make nrf52810 as a beacon.
My problem is how to make the beacon can also scan the RF channel-38 after advertising ?
Which softdevice...
Hello,
I'm setting up a dev environment on a new machine. I installed SEGGER Embedded Studio v4.52a and nRF5 SDK v16.0.0 and nRF5 SDK for Thread and Zigbee v4.0.0. For the...
Hai ,
In my application need to merge peripheral and central of app_blinky example.
1. My pheriperal part of NRF52840 is always connected with my client third party( ESP32...
I have created 2 custom services and its characteristics
one service has 3 characteristics and another service has 6 characteristics.
my issue is when I'm trying to notify...
Hi,
I'd like to update firmware on my nRF52832 panel with my update flow (only the application; the bootloader and softdevice will be unchanged). I can load the new firmware...
I cannot step through source c code, only disassembly. This only applies to custom source, such as main, that appear not in the SDK file folder but the code that resides in...
Hi,
We are developing an android application using nRF51422 to connect the BLE device, discovering characteristics and sending commands to the device. Here we are facing...
Hi, im working with the Arduino Example called pingpair ack. Sometimes I get this "Blank payload". ¿What does it means? The message was correctly recieved?
Sometimes I get...
Hi!
I'm not good at C and microcontrollers programming. Could somebody clarify, if nrf_rtc_counter_get interrupt safe? It just reads value from rtc register->COUNTER (24bit...
Hi,
When I enabled NRF_BL_DFU_ENTER_METHOD_PINRESET.
The 52840 Dongle into the DFU mode every time hardware power reset.
Use other DFU enters method does not have this...
There are so many references to this, and so many versions for each DeviceFamilyPack, but literally not one mention of how or where to install this.
Can someone help me...
Hi,
I'm using two nrf52 dev kits and the ble_app_uart & ble_app_uart_c examples to test a BLE link that would ideally be able to hit a 1Mbps throughput. I am, however, very...
I am scanning beacons data in ble central profile with gap scan parameter
static ble_gap_scan_params_t const m_scan_params = { .extended = 1, .active = 1, .interval = 0x640...