Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Hi, I am using nRF52840. How can I use 2 UART communication ? Is there any example code? and how can I add in my peripheral application? Which pins are best to use for UART...
I am a beginner to Free RTOS. so I have tried to build a simple button led project. When I press the button it should light up the LED. I implemented this similar model in...
Hello, I use nrf52832 (SDK 17) and I wanna send sounds from a microphone (which uses PDM) to TAS2521 which is connected to a headphone and it uses I2S. here is my code to...
Hello,
Sorry to bother you with this kind of question, but for us, the product specification of nRF21540 is really confusing and hard to read. Could you tell me, what is...
I have just begin using nRF51 DK board which has chip with label PCA10028, V1.2.2, 2017.4. Seems to me the device is nRF51822
I also downloaded the nRF51 Development kit...
I am looking for a Bluetooth sniffer to replace the Ubertooth-One that I am currently using. Ubertooth-One has a function that allows it to follow the connection of two Bluetooth...
Hi guys,
Is it possible to import and read the external JSON file in the BLE Mesh SDK? If it is, can I use the regular method for that in C or there are some other rules...
I think that the related ticket to the problem that we have observed is:
https://devzone.nordicsemi.com/f/nordic-q-a/60850/nrf9160-secure-services-causing-a-crash
I have...
I upgraded the nRF5 SDK from 15.2 to 17.0.2 and also the SoftDevice S132 from 6.1.1 to 7.2.0. I then tested my application on a nRF52832-DK board. sd_softdevice_enable returns...
Let us say we have a struct
Using this struct I have initialized a variable as
Next I call the SoftDevice function to update a characteristic value (It has...
Hello,
I am using nRF52840-devkit with NCS SDK V1.4.0.
In "Central_Uart" example, there is a filtering method which is used to filter devices in the environment with a...
Hello
I am using sdk v17.0 and nrf52832. I'm using two timers through a button.
1. Timer for click & double-click. (Single Timer) 2. Timer for Long Press. (Repeated Timer...
Hi i just bough module nRF52840 from EBYTE.
i test with peripheral work as normal but example Bluetooth Uart not working . i uploaded success but no device found from my...
Hi,
I am trying to switch on-off a piezo buzzer though ble using the ble_app_blinky example.
i modified the code such that
led_0 show advertising
led_2 show connection...
The problem is a little weird and takes me a few hours to address it. But I still don't know how this happens.
Here is the problem, in my application I use saadc to measure...