I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...