Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
development setup: sdk: nrf5_sdk_15.3.0 LE protocol stacks: s112_nrf52_6.1.1_softdevice toolchain: MDK-ARM Professional 5.28.0.0 description: when we use ble HID or HEADSET...
I'm using the cli_agent_router example in nRF5 SDK for Thread and Zigbee v3.2.0 /4.0
I have a few questions:
1. If the end node needs to join in the designated coordinator...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I am working in a "peripheral" configuration. It has a characteristic that contains "Notify" as a property. Is there a way to check...
Hi,
Strange as this might sound: is there a way to gracefully force a softDevice assert such that I can get assert_nrf_callback() and see the call stack with DEAD_BEEF in...
Hello
I'm trying to activate an iBasis SIM for the first time. I got SIM from mrf9160DK about 8 months ago. The "Still working" message doesn't go away for more than an...
Hi Team,
We are using nRF9160 DK. In the process of testing I would like to know that is it possible to send data from nRF cloud to nRF9160(LTE device). I have gone through...
I'm using SDK 16.0 with SD340 6.1.1 on nRF52840
I'm working through alternating advertising on coded phy and non-coded phy. I have two scenarios where I don't want connections...
Hello Nordic team,
I'm looking into solution to pass data to my application after a Reset using the RAM of my nrf52840.
Looking at the documentation, this picture troubles...
Hi,
I have a question regarding BLE timeslotting. In my setup I have a master with multiple slaves and equal connection intervals set at 7.5ms. The slaves acquire data that...
Hi,
I am using nRF52 to complement BLE function of MTK7628(they communicate through UART),I've implemented most of the functions.Now I want to add OTA to nRF52, so I use...
I'm trying to combine these 2 examples. I tried adding the uart code:
uint8_t cr;
while (app_uart_get(&cr) != NRF_SUCCESS);
to apps_ble_uart while loop and the whole...
Hi all,
I´m trying to create my first BLE application with segger embedded Studio.
My Hardware is the nRF52833 DK with a sensor connected to dev Board via I2C lines...
Hi, there in inconsistent data about the number of UARTs in the nRF5340 OPS v0.5.1:
- Page ii (nRF5340 features) states "Up to 2x UART (CTS/RTS) with EasyDMA" for the application...
Hello.
I'am new to developing with The Thingy 52 and just trying out simple things. I wanted to see if i could toggle/set one of the pins high from the code but havent had...
Dears,
I'm trying to run the mbedtls library with thread safety with the freertos, already defined MBEDTLS_THREADING_C and MBEDTLS_THREADING_ALT in the user_mbedtls_config...