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 Devs,
My device is passing through a certification process and shows up a question, which is the maximum altitude for nrf52810 for functionality. If exist any maximum...
hi, i am using nrf5340 custom board, i m trying to recieve data through uart in nrf5340 custom board from some other board.
i have defined separate pin numbers for rx and...
Hi,
I am starting to play with the nRF9160 as a modem with an external MCU and I can see that the CMUX multiplexer (GSM 07.10) is not supported by the internal modem....
I set static passkey to "123456" and enter "123456" in nRF Connect passkey request dialog. But sd_ble_gap_sec_params_reply() return 0x8 error code.
static void ble_evt_handler...
Hey! I am starting my studies in the BLE protocol and I would like to send the ZE03 sensor data through the Nordic UART Service (NUS).
The sensor continuously sends 9 bytes...
I have to interface the spi flash with NRF52 to store the data and retrieve the data back. Read, Write and Erase the data collected from sensors. The problem is the device...
Dear Nordic,
We have developed a product based on nRF52832 with DCDC regulator and no external crystal. The radio transmit power is 4dBm and the advertising interval time...
I've been slowly adding NVS functionality to my code. Has been working fine, up until today when I attempted to write a struct I have for storing historical data to flash...
Hello,
I'm Electronics designer, our Team faced some issue regarding BLE Mesh connectivity,
Q1. We have observed that It's taking so much of time(>3 min & upto 14 minutes...
Hello,
I am trying to combine results from the temperature sensor which works in I2C protocol
and in RTT prints I get an error <err> i2c_nrfx_twim: Error 0x0BAE0001 occurred...
Hi,
I am using the https_client sample with some modifications on a thingy91. I want to find the biggest buffer size the send() function can handle without failing. Do you...
Hi,
I'm currently reading the local time from a client via the CTS over BLE, but need to convert that in my nRF52832 to UTC time. Is there some API's available that do this...
Hello.
* nrf52840 sdk17.1.0
I'd like to indicate " Peer removed pairing information " pop up on iPhone when nrf device deletes bonding list. so I edited source like...