Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hello,
I've got this Thiny:91 demo working nicely, but what I'd like to do now is only measure RSSI.
Is there firmware to only do this?
Like send AT commands only to...
Hello,
I've been trying to perform a dfu to a target Nordic device over Bluetooth using an nrf52840 dongle distributed by Laird, however whenever I attempt to run the command...
Hi guys,
I am trying to create a zigbee mesh with 10 devices with 1 coordinator and 9 routers (all are nrf52833 based custom board). I can create a mesh network easily with...
Hi,
I understand that white list can be enabled at the peripheral side. I also know that if white listing is enable on the peripheral side then it wont respond to centrals...
Hi All !
Hope you are doing well !
I have tested some examples using SDK 17.2.0 and it worked fine ! .IDE i used is SEGGER IDE . Now i have a question that my next HW...
Hi,
I'm testing the USBD BLE UART Example with nRF52833 DK, after programming the app, the LED3 keep it off all the time as followed.
In the device manager, I can see...
I'm porting from 1.2.0 to 1.4.2. I'm using mqtt_simple as a baseline but I'm connected to Google Cloud. I successfully create a socket;
net_mqtt_sock_tls.mqtt_client_tls_connect...
Hi:
Now i am development the OTS, the default connect parameter is:
interval_min = 24 (30ms) interval_max = 40 (50ms) latency = 0 timeout = 400 (4000ms)
But i got the...
Hi,
I want to receive UPD message on my nRF9160-DK. I can send UDP messages from my Nordic device to a server and from that messages I get the public IP address of my module...
I want to use I2S on nrf9160. I found some code on the its user manual and try to run in my project. But when the device is running, it always reboots. What other configuration...
Hi,
I am developing a project related to transferring audio in low energy Bluetooth. I came across nrf connect sdk is the best one for LE Audio transmission
But I am familiar...
Spent a day to build the mesh nrfutil tool. Write down the key step for remind others
Build in windows, No idea for install py2exe in ubuntu python2.7
Use python2.7, do...
I m using nrf52840-DK Board.
For CTL example i got the perfect output on board LEDs 1 to 4.
Then i cut the solder bridge (SB5-SB8)and then used GPIO pinout for external...
I studing a project which is developed on ble_peripheral example. There is using nRF52832, sdk 15.3.0 and s132 softdevice at the project. There is a mobile device, nRF52 and...
Hello
NRF52840. SDK5 17.0.2
the function sd_nvic_SystemReset is define like this:
but NVIC_SystemReset is declared as NO_RETURN which cause dozens of "statement...