Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
Hello,
I am running windows 10 and started the DevAcademy lesson 1, exercise 1 and exercise 2.
Up to exercise 2 item 4 (add a build configuration) everything went fine...
Hello i am using an nrf52840 s140 and i am trying to write a specific event when takes place to the usb port. I am using the usbd_uart example.
It works fine for the first...
I used Nrf9160 to develop a product. Until yesterday, I had been able to connect to the nb network normally. But today, I found that my device could no longer register to...
Hi, I'm looking for help installing the nRF Connect for Desktop 3.12.0.
I've managed to unpack the application EXE and have picked out all the required pre-reqs to do the...
Hi,
I have a problem, When I first initialize Bluetooth and then initialize FDS for writing, it will fail. However, if I first initialize FDS and write data ,it is OK, then...
Hi,
We develop a custom gateway in which we use iMx6ULL and NRF52840. Both are connected over full UART.
We use this NRF52840 as a BLE HCI controller by flashing the HCI_UART...
I'm following the Nrf Connect SDK tutorials on YouTube and I am at step 3 ( nRF Connect for VS Code, 3: Building an application & Exploring windows ). When creating the build...
I have developed an image based on the AWS IoT example which runs on a custom board. The custom overlay exposes some additional UARTs, LEDs, buttons, etc. in custom pin locations...
hi support team,
customer is asking how to add keep alive time in https request header,
i was trying to do this command as below: adding " Keep-Alive: 60\r\n" in XHTTPCREQ...
Hi there!
I've been digging through the code base but could not find a compile option to enable LOG_DBG() type output so that I can observe the JSON formatted packets sent...
Hi,
1. Please solve the problem of high network current registered to nRF9160 (test environment: no network signal)
2. Rf signal: the test current is normal. See Appendix...
Hello,
I implement my own DFU master in nrf52 using SDK11 to replace use of Nordic mobile App. Target to upgrade is also nrf52 but with SDK15.
I have difficulty to get...
Hi,
How do I set the SPIM3 parameter so that MOSI is low after SPIM3 has sent a byte 0x01?
The test environment
DK PCA10056
SDK :sdk17.1
example :spim3
Thank...
Hi,
How to enable NRFX_LOG_INFO?
I ran the following test, but no nrfx log was found
example:D:\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10056...