hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hey,
I don't get my application run on the nrf52840-dk board. Only if I choose "Build and Debug" I can run my software. Shouldn't the application start after I connect to...
I would like to receive data on UART asynchronously and handle the RX event in the backend in an IRQ handler. The application is - a user will be shown a menu and asked to...
Hi Sir,
If we would like to supply the external device through VDD = 1.8V when VDDH = 2.5V.
What is power efficient in nRF52840 when VDD = 1.8V when VDDH = 2.5V?
...
Hi!
We have been experimenting with the nRF9160's GPS using both one of our own custom board and the Development Kit v 0.8.5 (with similar results).
We run the gps sample...
Hi,
I am receiving the same error this guy was: " https://devzone.nordicsemi.com/f/nordic-q-a/28724/sdk-for-mesh-v1-0-0-with-ses-invalid-ascii-encoded-byte-line-1 " and...
Is the Altium integrated libary used in the Altium files for the nRF9160 DK available anywhere? It is not included in the hardware file download on Nordic's website.
Looks...
The problem is shown in the picture below.
It is normal for 10 seconds after activating the timer.
As you can see in the picture, the value of the time stamp changes...
Our application uses and external nand flash to store the data samples. The collected data is then be transferred using USB. So we chose usbd_ble_uart example and wrote code...
Hey,
I am working on mesh with nrf52 DK. I want my device to work on battery for long time, I have enabled the MESH_FEATURE_LPN_ENABLED macro in nrf_mesh_config_core.h file...
I'm returning an error code on a rw_authorized characteristic using uint32_t sd_ble_gatts_rw_authorize_reply(uin16_t conn_handle, ble_gatts_rw_authorize_reply_params_t * auth_reply...
When using the PB-ADV bearer there is a ~10 second delay after the Link is closed and the mesh stack starts working again.
This is related to my previous report https:/...
I am trying to develop a SPI interface to a CANBUS controller for the nRF9160 for the zephyr platform.
The issue I am having at this point is is that I am unable to see...
Hello,
I am working on a custom pcb with nrf9160-SICA. I have UART SPI and GPIOs running fine but I am having a very difficult time with I2c (TWI).
Pins 8 and 9 are occupied...