Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
HI
Saw the youtude video: https://www.youtube.com/watch?v=dpvNXQiLbh4
For BLE Audio Broadcast mode, could i check how many channels of audio can be broadcasted and selectable...
I'm developing firmware for a custom board developed with the nRF5340. We opted to use RTT as our logging/shell output as opposed to UART thanks to pcb size limitations. I...
Hi,
We are porting some of our old firmware from SDKs <= 17x to nRF Connect SDK.
We have not found a way to access several of the drivers, like pwm_nrfx.c and use functionality...
Hi,
I'm trying to build the nRF5340 Audio sample application for the nRF5340 Audio DK board and get this error message when creating the project:
Any thoughts?
Regards...
I'm trying to migrate from the nRF52832 to the nRF52833 using the same exact code, but the nRF52833 does not go into low power mode. The nRF52832 consumes 100uA with the nRF52833...
Hello, I have successfully connected two NRF5340s using central_uart and peripheral_uart and can send messages to each other. But I don't know how to test the data rate.
I have an implementation that is using a PWM output to drive a LED. It has been observed that when the LED is on in a constant drive state, fixed PWM output train, the LED...
I would like to communicate at a speed of 1ms or 2ms if possible, as I need to make a gaming mouse with as little latency as possible. To achieve this, I plan to use the nRF52840...
Hi Team,
could you please help us how to remove service change characteristic?
Also please share us how to SET PHY as a constant "BLE_GAP_PHY_1MBPS" ?
please suggest...
The following code got NRF_ERROR_INVALID_STATE. What is meaning of NRF_ERROR_INVALID_STATE? And when will NRF_ERROR_INVALID_STATE generated?
err_code = nrf_drv_gpiote_init...
Dears,
The customer wants to know that the Thingy53 evaluation board can calculate the 3-axis acceleration,angular velocity,magnetic field, these 9sets of data into "quaternion...
I want to remap SPI0 pins from default (P26, P27, P28) to another ones (P08, P09, P10) on PCA10040 under nRF Connect SDK. But I stuck into a problem: SPI module seems to work...
Hi,
I just go a question about when to use the nrf_moden_lib_shutdown(). Is it necessary to use in this code case? Since I've used lte_lc_power_off().
Regards,
Elia...
Hi
1. I tested function NRF_LOG_INFO and found that NRF_LOG_INFO automatically prints the \r\n character
2. How can I remove the \r\n character
Thank you for all...
Hi ,
i am able to find the api related the reset cause" hwinfo_get_reset_cause". But i need to check this api for the Brownout reset ,Poweron reset and Watchdog reset...