i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
We use SDK12.10 Main.c (d:\nordic\5142xx\software\org-sdk12.1\nrf5_sdk_12.1.0_0d23e2a\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay.
My question...
Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
Hi
Im looking for a developer in Denmark to discuss ble technology with. Im trying to get better to understand the technology, because i have some ideas involving beacons...
This system does not work if I enable the third Pipe (Pipe2) .
The system is working without any problem as one RX and two TX (Pipe0 and Pipe1).
The problem on enabling...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
I have a strange problem. We built 100 custom boards. I've only checked about 50 boards so far. 47 boards work properly. 3 do not.
We used secure_bootloader_uart_pca10056...
Hi support team
One of our customer ask if it's possible to transfer a file system(LittleFS,refer: https://github.com/ARMmbed/littlefs ) to our Soc?? If not, are there some...
I am new to BLE and I am exploring Introduction to service. However I am stuck with Step 1 and Step 2. Is Step 1: static ble_os_t m_our_service; (to declare a service) and...
I have a device with no OS on it that talks serial through a UART to a nRF53840. I need to be able to update the nRF53840's firmware across the serial link, but since I don...
Hello, I am working on the BMD-300 Series Evaluation Kit with nrf52832 microcontroller and I tried accessing the serial number of my nrf52832, with these functions:
m_device_id1...
One doubt, if a node gets reset or disconnected , due to power failure in openthead cli mesh, dose it need to get configured again to join the mesh or will it connect to mesh...
First, by "Custom Protocol" I just mean that I need to directly access the radio to transmit or receive single packets occasionally. The literature appears to indicate that...
Hi, We flashed an ncs v1.3.0-rc1 build onto a 5340 DK network core, and ever since then the UART is not sending any data to our PC. We have connected RxD and TxD to pins P0...
I've seen a few discussions on C++ support. It's frustrating I can't contribute to the conversation - I'm not sure if that's because my account is too new, or if comments...
Good day, support!
I have a couple of questions regarding the mandatory services of the nRF52840 dongle.
1) How to add characteristics to the mandatory services 0x1800...
Hii,
I am trying to flash secure_bootloader into my nRF 52 SDK. I am facing some issue.
can you please explain how to create "micro_ecc_lib_nrf52.a" file (which software...
Hi,
I'm using NRF52840, and my application connects with BLE mobile application. After a minute, connection is lost.
I tried to find which functions called sd_ble_gap_disconnect...
Hi Nordic Team,
I am developing a device using Arduino Nano-33-ble board which is based on the nRF52840.
The code is developed on Arduino IDE and the basic function...
I am using SDK16.0(ble_app_uart) program to sending dates between the phone and board.And I noticed that send function (ble_nus_data_send)failed a few times when it didn't...