NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
We want to create solution/project for family of boards using segger embedded studio. We want to create the solution/project in such a manner that new boards software can...
Hello,
I want to build in a reset function for handling certain error states on the 9160DK running nRF Conenct 1.6.0. In the datasheet it appears that nRESET is p0.32 and...
Hi,
I am looking for a way to count the pulses going out of a GPIO pin. If I configure that pin with the input buffer connected, how can I route that signal to a timer/counter...
Hello ,
I am a firmware engineer in Taiwan ,
I already use nRF52820 to finish one case ( cheaper alcohol/acetone BT checker.)
I used USB/ BT wireless uart / Uart send...
Hello,
I have some problems with connecting and interacting with my nRF9160. It doesn't show up in LTE Link Monitor, only got "No supported devices connected" - If i have...
Hello,
nRF52832, SEGGER Embedded Studio for ARM V4.12
We want to improve BLE transmission speed between nRF52832 and iPad mini.
Now condition and transmission speed...
I have two devices:
NRF52832_xxAA_REV2
NRF52840_xxAA_REV3
Running the Zephyr blinky sample application with the following KConfig option added:
CONFIG_NRF_APPROTECT_LOCK...
Hello,
I am trying to create a Matter device by following the steps in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_creating_accessory.html...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
We are preparing NFC with classic tag.(Not connected to nrf52832, separated custom tag) Recently I found that android cannot...
Hi, I have a question to ask: I am using ESB demo as the communication framework. One master corresponds to two slaves, but occasionally there are some problems. Please see...
I would like to implement button interrupt handler. I found two examples in nRF5 SDK v16.0.0. One is examples\peripheral\pin_change_int. And another one is components\libraries...
Hi,
I want to set up a set of four PWM signals that are delayed at a specified interval, just like how the stepper motors are run but the falling edge of the previous...
Hello all,
I am merging the buttonless DFU example with my application for nRF52805.
Everything is well, but I am running out of flash. I am therefore trying to reduce...