Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
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...
Hi! Found in this post https://devzone.nordicsemi.com/f/nordic-q-a/43514/nrf9160-http-and-other-examples about http client example, and link to repo to examles. All libs is...
Just a heads up that the file nRF5_SDK_15.3.0_59ac345/external/micro-ecc/build.sh in SDK 15.3.0 has Windows line endings and thus can't be executed in a terminal:
$./build_all...
Hello,
We are using an nRF52832 (silicon REV C) microcontroller and we see periodic current spikes in between BLE advertisements... our power consumption is higher than...
Hey, I use nrf52 dk with nrf5 usb dongle. I am using this ble_app_uart__saadc_timer_driven__scan_mode example, I think it is working just fine, but the values are in hex-format...
i am not able display uuid, major,minor values and company identifier(so that we can change the beacon identification to ibeacon) using Ble_app_proximity example. please say...
Does the current background DFU support (if not is there a plan to support) Bootloader and SoftDevice updates? It will be extremely useful to update the BL and SD through...
Hi,
i'm using nRF52832 there is easy way/tutorial/explanation how to make it to connect as a client to the mesh app mobile using ble_app_uart_coexist code?
Thx.
Sir,
Writing Android Software to receive bytes from one of your ble chips for the UART design. Editting nrF ToolBox app.
UARTService.java
onDeviceConnected(BlueTooth...
Development Software: SDK v15.3, IDE IAR v7.8, SoftDevice 6.1.1
Computer Platform: Windows
HW revisions: EYSHJNZWZ (nRF52832)
Hi,
My application requires SPI and...
Hello Team,
i am evaluating Custom software Codec inside nrf52840. need development help whether it supports custom codec or not? which bluetooth stack used for development...
I'm working on a NRF52832 project with SDK V15.2, using S132 Softdevice. before connecting, nrf_fstorage_write/nrf_fstorage_erase/sd_flash_write/sd_flash_page_erase all are...
Hi.
I am using SDK15.0.0.
I tested the RF communication through the ESB example.
And I have tested the BLE communication using the ble_app_hids_keyboard example. ...
Hello all
currently I am flashing the device using command line:
#erase chip nrfjprog --family NRF52 --recover #program softdevice nrfjprog --family NRF52 --program...