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...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hi all
How would I be able to generate and view the calculated hash that i get while using the dfu library? Is there an easy way. I'm hoping to generate one single hash...
I am looking for the code example of how to setup A-GPS/A-GNSS on a nrf9160 dk, but I am not able to find one. I am only able to find these links:
https://developer.nordicsemi...
Hi everyone, I'm encountering an issue with MCUboot on NCS 2.7.0 and my custom board based on the nRF52840. The bootloader was functioning correctly with NCS 2.4.0, but now...
Hello,
I'm using nor flash with qspi as an external storage.
I'm facing problem where i can have different NOR Flash chips (with different jedec-id). Is there a way to...
I am testing ble_app_hid_keybpard of SDK17.1.0 using nRF52-DK board. After running, if BLE connection is not made, it enters Sleep_Mode after slow advertise. At this time...
I am working with the "TF-M secure peripheral partition" sample project ( nRF5340DK, NCS v2.5.0, nrf/samples/tfm/tfm_secure_peripheral ), and modifying it as necessary to...
Hi
I want transfer 200+ KB file from master to sleave , Is there any dedicated service for file transfer in BLE.
or
what could be the best way to transfer 200kb size...
With conventional python virtual environment and Zephyr west, things seems to work well. I decided to give it a try to nRF Connect for VSCode and I observed that it not use...
I'am currently porting code from NRF51822 to NRF52805. In my old code I used the following line to initialize softdevice: ``` SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi,
I am designing a custom board based on nRF52820 SoC. I see that its matching network is different in reference compared to previous SoCs on which I have worked i.e....
I want to know what is the max payload size of BLE with extended adv i can send 1022 byte,i want to know what is max tested payload size which can be send. with out any inferance...
Hej
Im trying to mount two littlefs filesystems. One on externl flash and one on the nvs.
Up until now I have been using littlefs on my external flash without any...
HI.
I am trying to implement the mass storage example (zephyr/samples/subsys/usb/mass in the 2.2.99 SDK) on the nRF52840 dongle for windows 10 but using an internal RAM...
Dear support team,
Currently, I create a custom board using nRF52833-CJAA SoC, but I not found nRF52833-CJAA package in nRF Connect SDK v2.7.0.
Could you please help me...
I'd like to make my product appear as a USB drive when plugged into a computer. I want to save sensor readings to CSV file, and allow users to read/copy them.
I found the...