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...
Hello!
I am working on a FOTA solution for the nRF52DK, I have followed this example: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs...
Hello,
I've started to develop with the nRF Connect VSCode extension and enjoying it a lot. However, I've noticed when I share a project the build configuration doesn...
Hi,
I observed what appears to be the same issue as https://devzone.nordicsemi.com/f/nordic-q-a/51337/nrf9160-infinite-nrf_connect-blocking-behavior-post-lte-psm-wakeup...
Hi,
I'm trying to write data to a characteristic. This is a BLE led driver. I can successfully send 5 writes and then it stucks. All the 5 sends succeed - I can see the...
Hi
I need to Send one character from mobile. based on the character I need to glow the LEDs which is placed on DK. How can I achieve this is there any sample available for...
Dear forum,
We capture audio via PCM (10kHz, 8bit => rendering a raw rate of 80kBaud) on a BM833 and would like to transmit the data (one way) to a paired device using either...
Hi,
NCS1.9.1, VSCode, nRF5340DK,
Without external flash memory and not use mx25r6435f which on DK,
how does MCU store data (such as a series of serial numbers)?
and...
hi ,i want write flash by jlink,eg:write val 0xaaffffff to addr 0x76000, only write 4byte.
but when i write, err "flash not erase" occurred,
I don't want to erase this...
I try to onewire communication for DHT11 but I couldn't it . I decided uart instead of onewire. The different microprocessor will read the sensor data and send it via uart...
Hi,
I'm trying to combine OpenThread, MCUBoot and LittleFS in a sample in nRF Connect SDK v1.5.1, but I'm getting the following error:
I have checked the file, and it...
Hello NRF Buddies,
My project is based on NRF51822 with SDK version 12.2.0. I am working with Keil till now and planning to migrate to the Segger Embedded Studio.
With...
I am not sure what I am missing in this. This is a custom board so there is no other circuitry on this pin other than a pad to monitor the signal changes with.
When...
Hello!
Regarding the CRC on the nrf52840 the specifications make it clear that the maximum length of the CRC is 3 bytes, We are working on an industrial communication protocol...
Hi
How can I readout the actual timer value on the fly? I use the timer in capture compare mode and like to read out the timer value.
nrfx_timer_clear(&m_pyq5848_timer...
Hi all,
I have set up an nrf52840 as the sniffer to sniff the connections between my custom board and central phone. My goal is to figure out the bottle neck of the ble...