Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Good morning everyone,
I am facing a weird problem concerning the use of the UART service.
I am currently using the NRF52832DK to develop an application. In a nutshell...
Hi Forum,
I am working on nRF52840 THREAD sleepy node and facing an issue in deep sleep mode. The current consumption in deep sleep mode is more-around 60-70 micro Amp...
Hello guys!
Are there any difference in using FDS library with a nRF52832 or with nRF52810?
I will explain.
I'm using a FDS for writing/reading to flash for 2 months...
(I've seen several other posts mentioning similar issues, but many of them haven't resolved or found a solution that seems to apply in my case.)
I have a custom board that...
Hi,
I have a simple and basic question. it may be chilly. the internal flash memory can store the data, but the question is it has stored as byte per address or word per...
I am using a nRF52840 chip in a custom board. I will be using all the SAADC channels, as well as 4 SPI connected ADCs.
The board itself will likely be powered for days at...
Hi !
I am using NRF52DK and I want send some daat with BLE. I have to send 800 bytes in BLE by packages of 25. So I tried this :
BUT when I look my uart terminal, I...
Hi, DevZone,
I am trying connect nRF52480 Preview DK and an Arduino UNO CAN Bus shield.
What I did is:
1) I directly hook CAN Bus shield on the top of nRF52480 Preview...
Hi Nordic,
I started from an empty project with peripherial control first, the code size is about 12KB. Then after adding peer manager and related code(fstorage, fds and...
Hello,
I build a custom board with Nrf52832 , to drive Relays , all works without load , no problem for drive the output.
When i put a load sometimes my device disconnect...
what are the total number of devices that can be connected to nrf24 ?
I would like to make one transmitter and rest of all as recievers without acknowledgment will it be...
Hi,
We are trying to use GPIOTE / PPI to turn a MOSFET on A microseconds after an event clears a timer and to turn it off B microseconds afterwards.
It is easy to do...
I am running into an issue with the Fstorage Library with SDK14 that I did not have using SDK12.
When I am not connected to BLE I can erase and write flash with no issues...