Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
I am using the gazell protocol of nrf52840 to achieve some functions,but I don't know how to understand the protocol code deeply,anybody has advice or flow chart or relevant...
I want to implement noise sensor based on PDM (pulse density modulation) , But I cant found any PDM driver or API based on Zephyr , I used MP34DT05(st semi-conductor).
So...
I have nrf52832 radios communicating with each other 100%. I have a nrf24l01p that is the 'gateway' to which the nrf52832 sends dump data. I can communicate with nrf24 and...
When i start the nRF mesh app, it crashes immediatly. What do i need to do? I re installed it a couple times and i rebooted my phone a couple times.
The phone is a samsung...
Hi,
I am developing firmware both nrf52 and nrf91.
in nrf52, I activated BLE, usb and uart. Uart communication established between nrf52 and nrf91.
in nrf91, I activated...
Hello, I have done customized board using nRF52832 and when I try to flash code using nRF52 DK(Jtag). I can able to control led's using customized board. But Bluetooth is...
I am using the gazell protocol of nrf52840,how to use broadcast radio mode from host to device based on the gazell protocol ?or can I use the gazell protocol to make it possible...
We have an neural network running on a 52832 using the floating point unit. We started encountering FPU exceptions so we enabled the FPU IRQ to identify which specific instructions...
Hi everyone,
I want to create multiple USB instances using only one nRF52840 dongle. I want to implement one CDC ACM class instance and another one instance that has two...
Hi,
I have a problem with floating point types on nrf9160.
I get an exception when I get to a simple floating point assinment:
void f(int i)
{
float x;
x = (float...
Hi everyone!
I'm new using Nordic Semiconductor products, I have a Nordic Thingy 91 running Asset Tracker application by default.
I want to test only specific things first...
I was thinking of using the nordic thingy:91 for monitoring purposes in seismic areas.
To this aim, I would need to have some sensors deployed in the environment which:...
Hi,
I need to use nrf_dfu_settings.c to detect external firmware in Bank 1 during application boot. I also need to use Falsh Data Storage to save application parameters...
Hi All,
I'm working from the Thread CLI example, and I got a network of multiple thread devices that works just fine (they see each other, and can send/receive messages...