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...
hi i have made gate opener for my farm, i am using MPU9250 and nrf52 to measure how much degree its open i am putting my MPU in cycle mode to wake up and take data, but it...
Hello
I would like to point out that I have no knowledge of electronics.
I am in the advanced stages of building a project on the basis of Adafruit feather nRF52832, The...
I am trying to test the fatfs example (SDK14) using the 10056 DK.
I do nothing modification and it results in...
<info> app: FATFS example started. <info> app: Initializing...
I realize I am like the hundredth person to have this problem but all the solutions I have found don't seem to work.
I am trying to add a simple header file to the nordic...
I am new to Nordic, I am able to compile and run examples on nRF52-DK.
I know there are examples are done for us but how I can develop my own project which use multiple...
I just replaced SDK 14.0 with the shiny new SDK 14.1 in my project. My project uses components from the SDK, but I don't use the exact same structure. Once again, it won't...
My Environment
Nrf52840
SDK : nrf51_15.0.0
soft device : s140
Target : Scanner (central)
I am trying to set GAP parameter for listening single channel that is...
i use sdk14.2 52832 i use uart
UART0_CONFIG_USE_EASY_DMA =1 consumption ~2.1mA
UART0_CONFIG_USE_EASY_DMA =0 consumption ~650uA
Is this a normal phenomenon, is it true...
Hi,
I have a Development and Evaluation board by Waveshare and i have a nRF51822 board. I have downloaded the nRFgo studio and i have used a USB to UART board and connected...
Hi
I am developing an application where nrf52 acts as a BLE central
Specifications requires that this node should connect to a peripheral with a specified name, obviously...
I have 2 services are running using 16 bit UUIDs and now I am adding another service using our_service.c and our_service.h files but my program is crashing and leading to...
Hi Everyone,
I want to use the QSPI protocol to write data into the external 64Mb of Flash memory provided onboard of nrf52840 PDK.
I am able to run the QSPI example alone...