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...
Utilizing two nrf52832 dev kits, both flashed with v6 of the SD and using V15 of the sdk.
Using two examples from the SDK, the ble_peripheral/ble_app_rscs and a slightly...
hi. all. i have a problem:
1 . i use nrf51822 aa download nrfready_desktop_2_v3.0.0, sd+boot+desktop_keyboard, bud when i press p014 pair key, phone can not find device...
Hi,
I'm working with the nRF52 DK (PCA10040) with the latest versions of the toolchains, build tools and IDE (Eclipse Oxygen). I followed the tutorial "Development with...
I'm gonna store some initial data in flash, this data must be saved permanently (I need about 1024 bytes. it's 1 page), so how can I protect this flash area with my data ...
Hi
We are seeing a strange behaviour when using sd_ble_gap_adv_set_configure() . When we set the advertising data in the ble_gap_adv_data_t to have the advertising flag...
Hi,
We use the FDS to write/update/delete the data that store to the flash.
When operating delete/update the data to the flash for a while, the error FDS_ERR_NO_SPACE_INQUEUE...
My requirement is simple: Want to increase the iBeacon transmit power to (i.e. -4, 0 or 4dbm). In the beacon example, I tried adding in the main loop after calling advertising_init...
Hey Devs,
Would I be able to get a CAD file for the Nordic Thingy's main board. I just found a snapshot of it on the last page of the document labeled PCA20020_Schematic_And_PCB...
Hi,
I just create simple example based on nRF51 ADC examples, using SDK12.3.0 with softdevice S130 v2.
I used PPI + Timer to get sample from ADC. I used TIMER2 to trigger...
Hi everyone and thanks in advance.
I'm new to the NRF52 SDK enviroment and I've been having some trouble with the I2C/TWI configuration. The SDK we are using in the v12...
Hi,
Is it possible to send notification periodically even if there is no change in the value? I create sample code that send constant value periodically over BLE, but in...
I'd like to use new nrfx drivers included in SDK 15. The problem is that I want to use C++ but nrfx header files are for C. The struct initializers can't be compiled as C...
I have a lot of pin_read function. How can i set all port one line? for example P1OUT = (P1.01 | P1.02 | P1.03) or P1IN = ( P1.01 | P1.02 | P1.03 ) I dont know how to use...
I created a simple message mode based on the simple_on_off modle,when I debuged the codes in simple message client,I got an error(app_error),I never changed the codes for...