Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hi
I'm working on nRF52832 with SDK 15.2.0.
I have a device which is based on ble_app_hrs_rscs_relay.
I added pm_handler_secure_on_connection in ble_evt_handler and...
I have downloaded the example application code from github ( https://github.com/NordicSemiconductor/IOS-Nordic-Thingy ) and am trying to build it using the latest xcode development...
Hello, Guys. Using the function ble_nus_string_send, I've sent sensor values to my mobile phone. However, the data received came from an unknown character being broken. I...
Hello,
I use aws_fota as starting point on a mobile device with MQTT reporting.
What is the best way to manage loss of connection (how to know and how to cleanly rebuild...
Hello Nordic support
We want to add a function to monitor the RSSI of the other party's mobile phone at the time of Connetion instead of advertising. Is it possible...
Hello Nordic Support,
I have modified the USB MSC example to use SD card and have also initialized UART port. Basically, what I'm trying to achieve is to write data received...
Hi,
Question 1: Why nRF52832 not supporting Thread? Is it because Memory? Hardware?
Question 2: Can you advise what is the advantages or applications to use BLE+Thread...
Hi,
I'm sorry but i cannot find in the discussion the definition of this structure NRF_SPIM_Type
it is not defined in nrf_spim.h
typedef struct { NRF_SPIM_Type * p_reg;...
Hi,
We are looking for an industrial solution to program our NRF52832 on a custom board, until now we are using the programming chip directly from the NRF52DK, it works...
My custom board with NRF52810 is done and I'm now trying to get some examples working. I am adapting blinky_s132 in SES. To do this I edited the project options including...
i'm new to this board can you find some course for this board
from scratch the courses will be very helpful
just the video tutorials are very advanced
the documentations...
Hi folks,
I am working on ble_app_uart example program nRF52 SDK 15.2 Verion , in this case i am writing the data in flash for future use , Now i am to get the specific...
Hi Team,
We are using nRF52840 DK with sensors. We developed a custom code that is working fine. But the issue is current consumption. Showing below the readings.
The...
I have taken the code found here:
https://github.com/bjornspockeli/custom_ble_service_example
and modified it so that the custom characteristic is located in user memory...
Hi,
Good day!
I tried to add the RTC2 driver to our application and i keep getting this compiler error message (using sdk16.0).
Here is my sdk_config.h. Not sure why...