Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
Hello,
We have a custom board for nRF52805. We have one LED connected to the GPIO. I wrote the FW for Blink LED every second.
I build the FW using the command " west build...
Hi,
I encountered a very strange issue. We are developing the firmware using v2.6.1 SDK and using Visual Studio Code + Nordic plug.
Platform: nRF7002-DK
SDK: v2...
Hi everyone,
I am currently experimenting with the NRF7002 WiFi stack and Zephyr. I want to build a Wifi bridge from my Bluetooth mesh network. I do have some experience...
I am following the nRF Connect SDK Fundamentals and an issue with vs code at the fund_less3_exer1. Vscode doesn't seem to locate the header files of my project. It does seem...
Hi,
Is there a way to use the nRF700x 5.8 solution to access the low level PHY layer such as with the nRF58240 part number.
I would like to use this companion chip for...
Hello,
I am starting to test the sample "https_client" on nrf9160 and expected to see it working (through LTE modem)
The execution hangs on the line k_sem_take(&network_connected_sem...
- The product I am making uses nRF52833. In addition, the audio part of Thingy 52 was added to the product as above. (The speaker uses 1.5W, 8ohm. Current consumption is about...
Hello! Can you please clarify the capabilities of the Nordic platform, I am interested in the following topics: 1) Out-of-box BLE co-existence support (possibility to run...
So to quickly summarize my issue, I am trying to implement the LIS3DH accelerometer. Even though it builds and flashes I am not able to send data like I can with the simulated...
Good day, I am working on function to switch between USBD HID, Gazell and BLE HID with nrf52840 and SDK 17.1.0.
From the very beginning of program, USBD and BLE services...
Hi,
just getting started with nRF development and completed the 'nRF Connect SDK Fundamentals' course. I have the latest SDK and everything as recommended in the course...
I"m using VScode and nrf5340. I often get an error like this:
[ ########## ] 0.000s | Erasing non-volatile memory - block 1 of 1 Timed out waiting for progress updates....
Hi Nordic team
At this link, it said nrf9160 can act as a TCP server. I followed the steps to test but TCP client failed to connect the server.
https://docs.nordicsemi...
Is it possible to use multiple advertising like in this example: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/multiple_adv_sets/README.html but...