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. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Dear Sir .
I have on my custom board 2 spi , spi1 and spi3.
&spi3 { status = "okay"; compatible = "nordic,nrf-spim"; sck-pin = <31>; mosi-pin = <9>; miso-pin = <30>;...
Hi,
Now I use Nrf52811 to develop a product. I use the 125k long range radio + 4dB mode.
I read through its specifications and found no corresponding...
Hi,
Now I use Nrf52811 to develop a product. I use the 125k long range radio + 4dB mode.
I read through its specifications and found no corresponding...
Hi.
I programmed the firmware in " https://github.com/NordicSemiconductor/pc-ble-driver " share folder to a nrf52840 dongle.
NRF_SD_BLE_API=6
I took the example heart...
I can send a command to a custom cluster through the Zigbee CLI, which is installed and running as a Coordinator on a nrf52840 dongle.
However, I must respond to commands...
Hello Nordic!
We are going to develop the device under the following conditions - nRF52832 - SDK11 - SoftDevice S132 v2.0.1
We are planning to add Serial DFU feature to...
Hi, I am porting an app from SDK 14.2 to SDK 16 (nrf52832) and noticed some strange behaviour with nrf_delay_ms - it is not delaying anywhere nearly long enough. I have built...
I have been able to program the nRF52 DK perfectly the past couple weeks and just recently got an nRF9160 DK.
I tried to update the 9160 DK to the latest firmware using...
Hi,
What is TWI transaction manager? Is this a hardware or just software library? Does it work with TWIM (with easy DMA)?
I have a suggestion that when making an example...
I see that there is a significant drop in average current with DC/DC on, will this also be true if I already have a 3V from a BMS (with its own DC/DC) supplying to Vdd (won...
Hi, I have one service UUID ffe0 that has two characteristics: one of has UUID ffe4 use for "notify" and other one has UUID ffe5 use for "write and read". Now i want to get...
Hello,
I'm having a system consisting of an nRF52 and another processor, with UART between them. If the other processor restarts, nRF's RX line will be pulled low for some...