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...
I want to use the last page of codespace for storing a single 32 bit word of non volatile data. I am failing so far and I think I just don't understand the page numbering...
Hello everybody
I am working with the Raytac BLE Module "MDBT40", which is based on nrf51822.
And I am testing example project "ble_app_uart" in the SDK6.1.0 now.
...
I would like to confirm my understanding of Problem sending 6 bytes to multiple services using sd_ble_gatts_hvx
I use nrf52832 sdk13.0.0
BLE SPI is master. I dropped...
Hello,
I connected the nrf module to jlink as described:
• vdd(nrf)-----3.3V
• gnd(nrf)-----gnd
• SDO(nrf)-----SWDIO(jlink)
• SCLK(nrf)-----SWCLK(jlink)
• 3.3V...
I've run into some interesting behaviour in my code and wanted to see if anyone can clarify for me. It seems as though the SPIS module doesn't set the MISO pin as high impedance...
Hello,
I built a simple I2C application for the LMP91000 and I was successfully able to configure it to read the status register.
However, I tested to see if I could...
Hi,
I used to use an imitated Jlink debugger to program/debug my target board(one Nrf51822 on it)
There are pins connection between them,it works just fine.
Now I...
I aslo read other question about sd_ble_uuid_encode .
But my problem is different from it.
I use nrf52832 and DK board.
I made my application from ble-app-template...
Hello,
I want to define a writable payload section and a static payload section (not writable) in one tag is this possible?
I have now implemented it like this, but...
While reviewing the Thread DFU examples I saw that Nordic ported the IoT CoAP library to thread. Is it possible to use other IoT libraries with some modification? Obviously...
I am creating a BLE peripheral device which I want to test using the automated testing feature of NRF Connect. I have connected a android phone to my windows PC and the phone...
Hi.
I'm trying to send data through L2CAP from Cypress BLE evaluation board to nrf51822 chip.
It seems that Nordic's API for L2CAP is much simpler than Cypress', but I...