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...
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...
hi.... folks
i am using nrf52840 development kit , and i debugged the merged programs such as uart and twi program in it .does it will give the temperature data?
i am...
Hi all,
Please refer to the SDK version : nRF5_SDK_15.2.0_9412b96.
We need to use two uarts simultaneously for module & device respectively.
For example :
UARTE0 ...