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...
Hello everyone,
Using
PTS version is the latest (7.6.2),
nRF52832
SDK14.2.0
Softdevice s332 v5.0.0
When I run the test GAP/ADV/BV-01-C and so on, it constantly...
The settings.hex file is 6 K ,
the bootloader.hex file is 68 K ,
the softdevice.hex file is 429 K ,
the app.hex file is 183 K.
app.hex is just made for DFU function...
Hello every one.
I want to ask about:
Does NRF52810/NRF52811 support BLE_Central role with "S122" and "nRF5_SDK_17.0.2_d674dde"?
I try to convert example "\nRF5_SDK_17...
Thanks in advanced. I can create tx power level service, but it just reads current tx power level, I set add_char_params.char_props.write= 1; add_char_params.write_access...
Hi,
I am interfacing a temperature and humidity sensor (si7021) to Nordic nRF52 development kit board. The sensor works fine and I can read accurate temperature (23 degree...
Hello,
I used a breakout board of the MPU6050 ( playground.arduino.cc/.../mpu-6050.jpg)
and the nrf52832 development board. There is communication between the two and...
Hi i was trying to build i2c sensor interface with twim_3 but the project isn't generated bcz of following error log
Creating solution i2c_scanner.emProject E:/Nordiac_semi...
Hi,
I have read a few other related tickets but still have not found a fix
We want to be able to change device name in the field to show a meaningful name when scanning...
Hello!
I have a NRF52840 DK and a NRF9160 DK . The NRF52 will send AT commands through UART to the NRF91 modem. Tried to use the code from https://github.com/NordicPlayground...
Hi,
I want to implement sensor data monitoring using Mesh BT.
I would like to predict the power consumption before implementation.
- If about 100 nodes are connected...
Hi,
Setup details : am using Segger Embedded Studio V:4.50 and NRF52832 custom boards for development
Mesh SDK: v 4.0.0 & BLE SDK: v 16.0.0
Query : I am using light_switch_client...
Hi, I am currently working on testing eddystone on nRF52. I have used the ble_app_eddystone example as a starting point. I have looked into the example and trying to configure...
Hi, all.
I'm trying to develop an Android application reading NFC tag.
I have to send data with small buffer.
I think this problem can be solved if I send multiple times...
HI
i am trying to build i2c project for external interface of adxl345 and i am getting below error
Creating solution i2c_adxl345.emProject E:/Nordiac_semi/v1.4.0/toolchain...
Hi Dev team,
I am working with the Thingy91 and I have connected it to an external sensor through UART-1.
I am connecting another sensor through the same UART but with...