Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
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...
Hi
I am receiving data samples from a radio trans-receiver over SPI, and I am storing them in a buffer. I want to send this samples over BLE, and want to have a maximum throughput...
Hi,
Is there any information about mesh sdk roadmap or coming updates? I am interested in future changes of sdk and bootloader parts, but can't find any related information...
Hi!
I have read a lot of topics, but there is no answear of my question.
I added HID services in my project but now project fall with error 4- no memory.
nRF52832, SDK13...
Hello Nordic, I'm reading: creating new modes in sdk documentation. In the simple_on_off client model, I do not understand the place I underlined in the picture. When is the...
Hi,
I'm looking at prototyping something for very small volume and looking to go the 3rd party module route ( www.nordicsemi.com/.../3rd-Party-Bluetooth-Smart-Modules)...
Hi,
I'm trying to capture Mesh packets using nRF Sniffer 2.0.0 and nRF52 DK while running the Light switch demo, but so far I haven't been able to capture any packet that...
Hi,
I'm having an issue when responding to rw_auth requests on the nrf52840 w/ sdk 15.0. When I'm attempting to update the table, If I make the length too large then it...
Good afternoon,
We just migrated our peripheral application, working perfectly on the nRF52840 DK, with SDK15.0.0 and SoftDevice6.0.0, and it is now crashing with SDK15...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
Hi,
I have tried the following example: infocenter.nordicsemi.com/index.jsp
Everything works fine (I can generate a notification via a calendar event and see it via the...
I get NRF_ERROR_INVALID_PARAM when calling sd_ble_gatts_characteristic_add(); If I comment custom service initialization where is this function I get the same error NRF_ERROR_INVALID_PARAM...