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...
Hello there.
I am new to Nordic and I want to make MAX30105 sensor to work with my NRF52 DK board (i am using the "nRF5_SDK_15.2.0_9412b96")...
I used the "twi_scanner...
Hi,
I am trying to make the two UARTEs from nRF52840 work at the same time, but I am facing some problems even with the examples found in the SDK. I am using the peripheral...
During development with the nrf52832 (SDK11.0.0-2.alpha), I occasionally get NRF_FAULT_ID_SD_ASSERT errors. I have a breakpoint set at the "softdevice_fault_handler" and the...
I have 3 Fanstel USB 840F Dongles which have the nfr 52840 inside. I want to connect one of them to the OpenThread Border Router using a Linux machine (Ubuntu 18.04), but...
Hello,
There are functions such as sd_ble_gatts_service_add. But, how do I clear the Attribute Table to replace it with a new one? I want to do this switching at runtime...
Hello,
I am just porting an application from the NRF52810 and SDK13 to the NRF52840 and SDK15.2.
I am using the secure bootloader (from the examples and also my application...
Hello Nordic people
When I plug nRF51 DK into my USB slot, the board doesn't appear as a removable drive named "JLINK". I already installed Common Line Tools with J-LINK...
I'm trying to make my code now interface to the SDK only through the API, but at the moment this does not suit my requirements.
In particular I have issues with the implementation...
Hello. I am using the nordic thingy 52 sdk to program my thingy. I have seen that the temperature values are sent to the client based on a timer. I wanted to ask if there...
Hi team,
Some questions from my customer as below regarding on ZigBee MAC address usage, could you please help to clarify?
Q: If a Router wants to obtain a new device...
Hi,
I have an application of memory size 380Kbytes, I could able to upload application into a device which has nr51822. After checking the datasheet of nrf51822 I noticed...
Hi,
I have a problem with the nRF52832-QFAA-R7 chip on a developed board. The chip can be programmed via SWD, but then neither the DFU mode nor the program starts. For the...
Hi,
I need to develop a proxy client using the Nordic SDK, running a central device role using the nRF52840. The central device will connect to already provisioned nodes...
hello folks
I'm triyng to send a simple vector with ble but what i receive was different.
aniway what i want to send is something like this:
dati[0]=0; dati[1]=0; dati...