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...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi there,
I am using the Nordic SDK 16.0.0 on an nRF52840 with FreeRTOS. I am quite familiar with using FreeRTOS, but hadn't needed to delete a task until recently. It seems...
Hi everyone,
How could I disable notifications from a characteristic when the peer is get disconnected from the the peripheral? My problem is that when notification are...
Hi,
I was investigating the registers of the nrf9160 using segger embedded studio and found POFCON, which is not mentioned in the documentation.
Can you provide...
I need to add some IPSO objects for our project. It is not quite obvious to me if I need to create modules similar to i e ipso_temp_sensor.c or if it would be enough to use...
Hello, guys!
We are desiging our custom board based on nRF9160 SiP. The board will be battery powered. Li-Ion rechargeable batteries will be used to supply the device. ...
Hi to all,
i am developing a device based NRF52840 soc, and i want to implement a device that need to store some public/private key in somewhere. i know that cryptocell...
Hello,
I am developing on the NCS 1.4.0 and on a NRF9160DK. I am working on the asset_tracker example and I noticed that the code sends an assisted gps request to NRF...
Hi,
I am using app_uart library with Tx and Rx FiFo. I want to check how much space is available in the Tx FiFo at any time, and similarly how much space is filled in the...
Now I am using Nrf52832,SDK15.0.0, S132,
When we developed the DFU OTA function APP, we encountered some abnormal situations: it could not get out in the bootloader mode...
HI,
I am trying to read the payload length of the data coming in a topic via MQTTSN over OpenThread. In the event handler, I am getting the event and trying to get the length...
Hello everyone
I am having a problem with the nRF Connect SDK 1.3.2 and the bluetooth peripheral UART sample on the nRF5340 PDK. The programm compiles and runs (the chip...
Hello,
i am using the DWM1001 Board with the nRF52832. I was curious if there is software similar to CubeMX for this MCU on this board.
So far I have not beed able to...
Hi,
I want to set two nRF52 modules pairing with each other.
During the pairing process, authentication is also needed for the sake of security.
The firmware I used...