Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
I am running the example:
C:\Nordic\nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader\pca10040_uart_debug\arm5_no_packs
Everything seems to be working well except...
Can you please provide security manager keypress notification sample program for bot peripheral and central program. I want to know why it is used and what is the main purpose...
Hello Nordic team
I am developing a BT mesh network project, which be implemented by nrf52840. Right now I am designing the node PCB. I want use the No.4 reference circuit...
Hi,
I tried to implement my custom service.
I followed the tutorial from this site: https://github.com/bjornspockeli/custom_ble_service_example
For SDK 15.0 it works...
I'm attempting to connect an SDcard (micro SD) to an nRF52840-DK via a breadboard setup. I'm running Zephyr and it appears that configuration is to be performed via device...
I'm trying to investigate whether I should ditch BLE in favour of Gazell and ShockBurst (to avoid the $8000 Bluetooth.com fee)
I've noticed that Gazell has no entry in the...
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...