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...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
Will the new nRF Connect SDK that will replace the SoftDevie let us modify the BLE Link Layer specifications? Will the Nordic BLE LL implementation be open source...
Hi,
I'm using SEGGER Embedded Studio in order to build and flash my applications on nRF52840 DK.
I have observed the following behavior:
I try flash the application...
When should I use nrf_calloc (malloc) instead of static declared variable on nrf52840 chip. I mean it has a huge ram memory for as much static declared variables as I would...
I set sd_app_evt_wait in vPortSuppressTicksAndSleep and got the average current. is 0.7ma, Using Other tool measurement , this demo will suddenly increase to a few dozen mA...
Hi...
Sorry if the question is simple.. but Im stuck....
Im using 52840 + SDK 15 + SD 6.0.0
Im starting with Ble_uart_app..
I added some function of when it connected...
I am trying to find an example to do a BLE pairing. This is my first BLE experience and working with nRF52832 using SDK15.2 and softdevice API 6.1
I am trying to do a base...
Hello,
Now i use NRF51822 DK with code in attachment to test app_timer hangs.
Fristly , you can press button 0 to start a 100ms app_timer, and we can see it through uart...
I am attempting to use Enhanced Shockburst/Gazell working with coded PHY, in order to achieve long range communications with very lower power consumption. I have searched...
Hello, I am experimenting with your nrf5SDKforMeshv310
I can compile and download the included examples.
Because I own a few Thingy 52, I wish to flash them as light_dimming_servers...
hi,
I am trying to add SPI (master) codes into the ble_app_uart.
My setting for SPI is as follows:
#define SPI1_ENABLED 1 // #define SPI_INSTANCE 1 /**< SPI instance...
Hi I am using nRF52832 board amd i am trying to debug ble_app_uart as Central.
BLE connection is established between this central application and the peripheral.
Opened...
i am using nrf24l01+ on arduino devices, one arduino device as master, and other arduino devices as slaves. I like master to broadcast a radio (dataToSend) toward all slaves...
nrf52832, keil with startups from sdk13
Initialization:
IntHandler:
With one event everything working well. Then I add another:
I need to measure SENT signal...