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...
Hey Guys,
Please pardon me if this is stupid question, I am trying to create a development board with nrf52832, and I want to have a debug probe on board.
I found open...
Hi,
I am using SDK 13.0 and tried to burn in fresh example code (Experimental NFC BLE Central Pairing Reference) to either PCA10040 and PCA10056. However both always shows...
I noticed that having the UART enabled on my application in a NRF52 (SD132, SDK 11.0.0) takes a lot of current consumption. If I completely disable any UART support on my...
I want to design a BLE enabled display panel, which is a general purpose panel leverage all kinds of resources from mobile phone, including sensors, interaction, network,...
Since Nordic offers BLE sniffer tools including its hex code, I would like to flash it to my own USB dongle as a test. I insepected the hex code, and found its address starts...
Hi All,
I am new to the nRF processors (but not new to embedded progarming). Trying to use the evaluation board with the examples on the SDK. After realizing the freeware...
Q0. What IRQ Priority does BLE Has? and also what IRQ Priority does UART can have?
I'm guessing that from s130's document P65, Exception Model, It says,
Softdevice Timing...
Hello,
I could not set breakpoint in Eclipse. I set CFLAGS to -O0 and -g3 in Makefile
I am using GNU Tools ARM Embedded 6 2017-q1-update and Eclipse Neon3
Below are...
Hi,
is at the moment possible with S110 (nRF51 SDK) to whitelist only SOME of bonded peers? I need to allow connection from one selected central. Selection is made by user...
As a follow up from devzone.nordicsemi.com/.../ , I am now trying to find out if I am getting all of the memory settings put together correctly. When I have them at higher...
I am using nrf51822, 16K RAM, 256K Flash.
From the movie , there is no way to secure my firmware for DFU. Is there any other way to secure my firmware?
Thank you
I know the many differences coming in bt5. Will the programming concepts be the same in the upcoming 5 version? IF my code is working with ble4.1 will it automatically work...
After a bunch of headache I was able to successfully program with the nRF51822 Development Kit without the nRFgo Starter Kit motherboard, here is how I did it.
Hardware...
I'm working on a design that incorporates an nRF52832 along with some sensors and drivers.
Up to this I've been sacrificing power consumption in prototypes by using LDOs...