I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hi,
I am using a chip labeled with "N52832 QF ABB0 1717AQ".
According to its specification, this chip should have 256kB flash. However, nRFgo Studio shows that its size...
I'm currently using matlab to perform a non-linear least squares regression to fit a line to an array of samples polled from the ADC with roughly 100 data points. Is something...
Hello,
Did anyone succesfully used meshctl from Bluez with Mesh serial example? Looking at both it seems that it should be doable but the tricky part is figuring out the...
i use ble_app_uart to send data to centrol, and i don't need the UART peripheral, so diabled uart with it: NRF_UART0->ENABLE = UART_ENABLE_ENABLE_Disabled;
but the problem...
Hello,
I am working on the project through the BLE Multi-link Example.
In the description of the BLE Multi-link Example, "The central device can have a maximum of 8 concurrent...
Hi Nordic team
I have a question about Litepoint bluetooth advanced nRF5x OTA Testing.
According to the White Paper v1.0, by using the heart rate app, it is easy to evaluate...
Hi,
I am using the ble_app_uart_c example for the ble_central of SDK 12.2.0 to send data over UART to a nrf52832 based peripheral. When following the format as suggested...
i use sdk14.2 52832 as central , have bas service and myself service it have pair process , there are one change question. When I first burned the program, the bas service...
Hi,
I'm using Noble.js on a central RPi3 for DFU updates over BLE. The process is several times slower than doing the DFU over nRF Connect on an Android phone. I believe...
I am designing a NRF52 based device. One of the component , Crystal X1, EPSON FA-128 32.0000MF10Z-AJ3 used in the reference design is not available for purchase in online...
On the included Thing52 example, the LED fires m_ioext_osc_status_change from an interrupt. Eventually, when it comes to requesting use of the TWI this comparison happens...
I've noticed that if I call app_usbd_cdc_acm_write with the length set to any multiple of 64 the data will not show up on my PC until I do another write with a value that...
Hi DevZone,
I am modifying an CAN library for nRF52840 preview DK. In my project, nRF52 preview DK is working as a SPI master and Arduino CAN Bus Shield is working as a...
Hi,
I am developing a device using the PCA10028 Dev Kit
It is configured as a BLE Central, SDK 7.2, SD 120
I am starting out with the example "ble_app_hrs_c_s120_pca10028...
Hello
Ive implemented and modified the light_switch_example and now I want to change the tx_power(sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle, int8_t tx_power...