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,
Do you have an example of how to implement a serial console with nrf connect 1.4.99-dev1 with nrf5340_REV1, I tried compiling usb_uart_bridge but got following error...
There are two central sd_* methods for writing to flash - write and erase. The problem is I need to know where I can put my data without trashing something else that is already...
I have two projects exhibiting the same problem.
I have custom board using the nRF52832 and another using the nRF52840. In both cases I am using nRF5 SDK latest version...
Hello,
I would like to have confirmation that the NRF52 will be compatible with my need.
The NRF52 must be able to be connected to a smartphone, while receiving advertising...
I have problems with my custom board.
I developed the firmware with the nrf52832-dk custom and there the firmware runs standalone (with RTT logs on and without) . but now...
I use a nRF52840 Dongle as the Sniffer HW. I use 2 other nRF52840 boards, one is a peripheral (NUS) and the other is a central/peripheral (NUS). The cen/per connects as a...
Hi I have a custom nRF52840 board, and I have a current BLE UART setup. I also want to communicate with a IMU module via serial connection. Can you point me in the direction...
hi,
ncs1.4.0\nrf\samples\bluetooth\peripheral_uart, The LBS service was added, but Advertising faile.
I don't know that I made a mistake in that step. It may be the address...
If I upload the pre-compiled asset_tracker file to the Thingy91, it works fine. If I compile it myself and try to upload it, nothing happens. It shows the write is successful...
I am trying to implement fstorage in my application using nRF52840, soft device 140, SDK for Mesh v4.0.0. and SDK 16.0.0 and Segger Studio.
Based on the fstorage example...
Hello,
I'm trying to develop a wearable stacking form-factor where number of boards can be assembled in a deck: MCU, sensors, actuators, power supplies, etc. Size of the...
Hi ,
I want to compile mesh examples .I tried it using segger ide Alternatively,I wish to compile it in cmake too. Can you please tell me the procedure to compile code using...
Hi,
I was able the configure the sample to connect to AWS but I cannot figure out where the cloud_send function is sending the data. Is there any documentation on where...
Hi all,
I am using a nRF52840-DK as SPI slave with a MSP430 as host SPI master for a nRF8001 replacement application.
As I am absolutely not familiar with high level functions...
I am trying to communicate with a SH1106 OLED display using TWI and the popular u8g2 display controller library.
I've verified that the display works without problems on...