Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
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 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, we have an application using an nRF52832 without a SD that we want to put into low power / sleep mode to save battery.
What commands should we use to do this and wake...
Hi,
I am using ppi to read some continuous data from a sensor through SPI and i got it working, it reads data in evry 8ms from the sensor through ppi.
but it fails when...
I am working with the secure bootloader example. I copied the firmware zip package to my phone. It contains only application.hex in the package, there is no softdevice or...
Hi,
I am working on an application where the device will be in off mode(only timer and BSP initialized in main ) initially and when I long press button_0 for 5 sec the remaining...
Hi,
We are looking for DFU mode GATT protocol source code for reference to implement custom android application which uses DFU mode GATT service to update firmware distribution...
My static code analysis tool complained something, so I took a deeper look and found the following declaration inconsistencies as of nRF5 SDK v17.0.2 in the DTM area. So I...
I am in the process of programming the MAX30105 sensor with the NRF52840 board to obtain the oxygen concentration values I tried to use the library that already exists in...
Hi ,
I am trying to connect my NRF52840 with the application NRF Toolbox using bleuutooth technology when I use this DK
it works very well and the application detect...
I have an nRF5340 DK board. I have followed the online installation instructions and *believe* I have successfully installed (win 10) nRF Connect and Segger Embedded Studio...
Hello, I'm routing on the nRF52833-QI. I want my RF track (ball H23) to go without bends. I don't use J24 ball. Can I remove the ball J24? What is your suggestion? Best regards...
Dear Sir,
Moving to zephyr new installation 1.4.99
The code of getting the IMEI number no longer works.
Modem firmware is mfw_nrf9160_1.2.3
reply_buf_len = at_exec_reply...
I'm trying to connect a 52832 board to a peripheral BLE device. NRF52832 SD: s132 v7.0.1 SDK 16.0.0 As a first step, I'm not setting flters, I just want to connect to any...
Hello,
We are using nRF52840 with SDK 15.2.0, a bootloader and the SoftDevice 6.1.0. We are able to perform a DFU for our application by downloading the .bin and .dat files...
The nRF53 data sheet defines the minimum clock period for teh SPI slave and master as 125nSec - which equates to 8MHz. The SPI Slave also gives the max data rate as 8MHz with...
I tried out a ble_app_hrs_freertos_pca10056_s140.emProject and was able to compile but a couple of questions:
- how is heart rate info calculated? where's the sensor even...