A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi ,I'm working on nrf_MESH v2.20 and nrf_SDK v15.0 and SESV3.40.
In the project of light_switch->proxy_client ,I use printf() to print something and it can work well and...
Hi,
I managed to sniff some communcation in WireShark, ADV_INT, CONNECT_REQ, Empty PDU.
If I try to rebuild the functionality in Python, no CONNECT_REQ ist shown in...
hi.... i am using nrf52832 latest version 15.2
i have merged the uart and timer I have used repeated mode timer in program After i am connecting to nRF toolbox i am getting...
I've noticed during a project migration that the FreeRTOS on SDK 15.2 seems to consume quite alot of current, 0.8mA when the SoftDevice is enabled. I've compared to the example...
With any nrfjprog (9.8, 9.7, WIndows 10) I get ERROR: Write verify failed.
"C:\Program Files\Nordic Semiconductor\nrf5x\bin\nrfjprog.exe" -f nrf52 --verify s.hex
I'm able...
Hi
I am using nrf52832 S132 SDK15.2
How many peripherals can be connected to my central device?
does S132 supports only one peripheral connection?
Thanks
Rekh...
Hello,
I am trying to combine Multilink and Uart examples but i have some problems. I followed some steps from other discussions but i'm missing something. I'm a new programmer...
Hi,
This issue is probably more related to FreeBSD than to Nordic specific issues but I was hoping someone had a similar problem and found a solution.
I am using the...
Hi,
Hi, I am using custom board with nRF52832 and nfc. I am using SDK15.2.0 and Softdevice S132 v6.1.0 to advertising packets . I have referred examples\nfc\\record_text...
I would like to know the best place to cut the power in switch off sequence.
We have a IO to totally cut power to the IC (own board), I added PIN control to switch off...
Hey,
I am currently using your product nRF52832 for RF Energy Harvesting applications. We need very low power consumption in sleep mode. In your user guide you mentioned...
Hello, when trying to finish provisioning my nodes (3 total, per example program's instructions), my provisioner program keeps running into
NRF_MESH_EVT_PROV_LINK_CLOSED...
i am using three boards , one is client (nrf52840) and other two boards as server(nRF52832) using light switch example . i want to get the message from client board ,to relay...
Hello,
I am having trouble understanding how the following function in the PWM driver example under peripherals in the SDK. Below is demo1 from the code that creates and...
I am not able to enter DFU Mode with secure bootloader example.
I use IAR and NRF Connect with Programmer to flash
Following are the steps I followed
1. Build Secure...