I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
I got an nRF52840 Dongle from someone else and started to see what I could do with it. The problem is, although I've downloaded everything needed including nRF Connect on...
I use: --nrf52840 --nRF5_SDK_17.1.0 --ESB.
Normally, 1:1 communication in one direction is performed from the module with nrf_esb_mode_t = 'NRF_ESB_MODE_PTX' to the module...
Hi,
I'm using the nordic nRF52840 - Dongle and a nRF52840-DK trying to send and write data with the pc-ble-driver-py library.
My problem is that i can communicate in...
Hi DevZone !
I am doing an application with nRF_ESB where I want to send and receive packets through diffenents nodes. Right now, I have 5 nodes, which 2 are repeaters in...
Good Morning,
I started with example ble_app_hids_keyboard for nrf52840 with nRF5_SDK_17.1.0 and I added uart_init() function to use UARTE0 and I modified uart_event_handle...
Hi,
We successfully passed the Verizon self certify program, now onto FCC. I know with the nRF52 series there was a radio test example we ran for FCC; I can't find anything...
Hello, I'm working with board nRF5340 DK. I'm using the peripheral uart0. I want to be able to send data through uart0_tx (P0.22) and to receive the same data through uart_rx...
Hi nodic:
Current version number: NCSV1.9.0 modem1.3.1
example demo: LWM2M
I hope to add a serial port to the NRF9160 for external communication, please provide the...
I am using nrf52832, softdevice S112 and SDK 17.1.0. I am running the peripheral ble_uart example continuously with the central device sending connects and disconnects in...
SO I've got nRFconnect SDK 1.9.1 running on VSCode on my MAC (attempting to segregate from my Win dev system for now). Wanting to explore it a bit more to see what problems...
Hello,
I have tried building my project today after making some quick changes and the build returns a bunch of basic errors like
this is followed by a bunch of errors...
Hello!
We have a problem with setting up the radio on the nrf52840 to receive a special kind of packet that we are interested in. This packet is generated from an development...
Am I assuming correctly that setting the TX power level in the "Bluetooth Low Energy" app in the nrf Connect for Desktop app under windows 10 just changes the contents of...
Hello,
I want to typecast an array of values from short to float. I am doing the below to do that
but when I am doing that, I am not able to get the float value as it...