We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
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...
Hi,
I have been using an UART connection for serial communication but it stops working when I enable the Bluetooth module and initialize it. The error I receive is the same...
Hello, in an effort to downsize the EC2 instance from t3.small to t2.micro (nrfcloud-mqtt-bridge/MqttBridgeCluster/DefaultAutoScalingGroup), the bridge instance is detached...
I have adapted and incorporated the NCS OTA DFU sample into my project. Initially, FOTA updates have been working. Now, after pushing an update, the image is stuck pending...
Hi,
We are making software for our custom board based on nRF52833 and nRF5 SDK 17.0.2. We use app_uart for our serial communication in active mode and in sleep mode we disable...
I'm trying to build a basic shell sample on a custom board based on nRF52840
In the proj.conf file I have
CONFIG_SHELL =y
CONFIG_SHELL_GETOPT =y
CONFIG_SHELL_BACKENDS...
I am new to Zephyr and I have been trying to get hold of a tutorial or a sample app that would indicate how I can use the UART on the nRF52832 for communications with another...
Hi,
I'm wrapping up a project which uses an nRF5340 as both a Bluetooth peripheral to advertise etc and also as a Bluetooth central to scan for devices (not both at the...
I recently started development on NRF52833 for one of my projects. I use segger embedded studio with the " ble_app_uart " example. As I mentioned I'm using nrf52833 DK so...
I want to recover DFU over BLE upon a dropped connection while in the middle of an update.
I have my own software that I've cooked up to program from another NRF52 chip...
Hi,
I see you have what appears to be a working implementation of OOB/NFC pairing over iOS here ( https://github.com/NordicSemiconductor/IOS-Nordic-Thingy ), which doesn...
Hello! We have an application that I need to implement Tensorflow Lite. We started with the Arduino Nano 33 BLE Sense board, which had a TFL library on it. After using it...
Hi,
For 52820-QDAA, what load impedance is preferred seen into the matching network? I mean the total load impedance of C3, L1, C4, L2, RF trace and antenna.
Since our...
In our application, we've enabled full modem firmware update, which requires us to enable CONFIG_NORDIC_SECURITY_BACKEND. When we also enable memfault, this compile time pre...
I am build an application with features : When I not used nRF it imediately in sleep mode and be wake up by BLE events to send some text, and return to sleep mode ( the reson...
Hello there, Thanks for writing an application layer for SGTL5000. https://github.com/NordicPlayground/nRF52-teensy-sgtl5000-audio
I've configured the SGTL5000 to source...