Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hello,
I'm trying to communicate with another device via I2C. I'm trying to do a simple write but it seems that the TWI NRFX driver is sending wrong data.
I'm just calling...
Hi,
I am implementing a beacon solution and intrested to move from fast to slow and vis versa(slow to fast) advertising modes -
i.e. BLE_ADV_MODE_FAST & BLE_ADV_MODE_SLOW...
Hey,
I have seen some articles which says that voice over BLE (4.0) is possible but there is no standard profile for it.
So far i've seen :
Silicon Labs
STM
T.I...
Hi,
After I reset nrf8001, RDY pin stays hi. I checked the crystal pin, there is no clock. I am using TSX-3225 from Epson with 12pf caps.
Am I suppose to see the clock...
Hi,
I am working on a new project with the secure bootloader (SDK 15) as a part of it. I want to add periodic task that will do several actions for example maintaining the...
Hi,
I am downloading my code to my custom board and sending commands through a USB virtual COM port. I basically echo and execute some GPIO operations after decoding the...
I have installed NRF 5X command line but I don't see it in my programs/start / desktop where will be the .exe file or how can I open that? How can I work with that ?
Hello ,
I am using 4 nrf52 DK for Mesh
1. how to I configure a Node as Relay
2. How do I capture MESH Packets/ Data from Mesh in Raspberry Pi and send to cloud
hi,
When working with Keil are the NRF_SDH_CLOCK_LF_RC_TEMP_CTIV & NRF_SDH_CLOCK_LF_RC_CTIV compiled as part of the nrf52810_xxaa project?
if not how can I compile...
Hello, is there a way to send messages via the mesh transport/access layer (not using client/server models) but still be Bluetooth SIG compliant? where can I find information...
Hello,
There are a few posts about EasyDMA consuming 1-2mA of current, and I've measured similar currents. In the nRF52832 product specification, this appears to be one...
Hello,
I am running the ble_app_beacon example and want to add battery percentage in the advertising packets, how to do that. And is it possible for ble_app_beacon example...
I had planned on using the nRF52840 I2S peripheral in Nordic Master mode to either produce a 31.25 kHz sampling rate, or a 62.5 kHz sampling rate for my application.
There...
How do I make my phone to auto connect to my nrf51822 device when it is within range ? I dont want to keep having to tap connect on my app. (android and IOS)
I started with the ble_app_template and a preexisting project written with sdk 12.
I have a custom service and 2 characteristics.
The point I am at now is that my DK advertises...