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...
I’m experiencing random connection failure when transferring data (both ways at the same time) between my peripheral ( Slave ) and central ( Master ) device. The problem appeared...
Hi, I'm using an nRF52840 S140 card. I'm currently on saadc code, I want to be able to retrieve values from an analog input, but I have questions about this.
-> When I do...
Hi,
Does anyone have a complete example of using an event handler to read UART data set up with the serial library? This post is the only incomplete example I can find...
Hi,
sorry for write here again but i'm not able to do the dfu update.
I'm still trying to understand why is not working, anyways i'm using the guide present on the infocenter...
Hi,
I am using BLE HID keyboard example from SDK (nRF5_SDK_15.0.0_a53641a) to create custom HID device.
Changed HID descriptor from keyboard to vendor defined and I could...
Hi all,
I use nRF52832 with the UART peripheral example.
I need to get the name and unique UUID of the Central I'm connecting to (after connection).
The Central can...
I am working on the multi peripheral example and added the uart services to it.whenever the connection is established .The uart is not reciving the data i am checked in the...
Hello everyone,
I have modified two examples each with Ant+ an BLE. The Ant+ controle Profile was created using the
example Ant_hrm. Furthermore, I have the multimedia...
Hey Guys,
I am working on a Project with a NRF52840 and it works pretty fine with an 32MHZ external crystal to generate the internal 64MHZ sysclock.
But now, I want to...
It is unclear from the datasheet whether the Pin reset function on P0.18 can be moved to another pin. Looking at register PSELRESET it looks like it can, although there is...
Having followed the procedure to install the tools from https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
I find a build problem when running the file setup_sdk...
Hey Guys,
I have used the basic SPI Example from the nordic website, where a SPI Master is configured and a Text can be sent via SPI.
I used this code to send only one...
got the same fstorage issue as the following link described, in nrf51822, sdk 12.3.0. My project both use the fds and fstorage and peer manager. But my flash operation is...
How to load chunks of program from an external SPI Memory to the internal RAM of the Microcontroller nRF52 series ?
Is there somewhere an example of how to achieve this...