Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
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...