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 use the SAADC with the NRF52832.
This is the schematic used :
When we use AN_IN (TOR_IN 1 and TOR_IN 2 are not used), only the components assigned to AN_IN are...
File nrf_pwr_mgmt.h is lacking
#ifdef __cplusplus extern "C" { #endif
magic.
SDK version: nRF5_SDK_15.3.0_59ac345.zip
I guess it is a small oversight since all other...
Hi using nrf52 SDK 15.1, on custom boards
I have certain flash operations using FDS. I have peer manager as well.
I am writing 8 byte data & later in the code updating...
I am attempting to develop an application for a custom board with the nRF52832. I am attempting to use the UART functions in the SDK but I am running into compile errors....
Hi, I am trying to fix a crash in the dfu service. I am using a custom board based on the NR52840, SDK 15.0 and softdevice 6.0.
I am trying to add some new characteristics...
I would like to run a SPI program that reads data from a non Nordic chip. I would like to then take the data I received over SPI and send it via BLE.
Are there any code...
I'm trying to place my device in a low power mode for shipping. I used Logging and CLI while its in operation, but I'd like a way to enable/disable the CLI+Logging over BLE...
I'm testing a simple program below, which writes three params followed by read the three params.
Each params is set in tx_buf correctly, but nvs_write does not seem to work...
I am developing a hand-arm vibration sensor for read-out via BLE
Development platform NRF51822 and S110
I'd like advice on how to configure the softdevice and the two...
Nrf52832 sdk15.2 is debugged online after burning softdevice, bootloader and bootloader settings. In the ble_dfu_buttonless_async_svci_init() function, the error NRF_ERROR_SVC_HANDLER_MISSING...
HI,
The nordic MCU I am using is NRF52832.
I am flashing the example code ble_app_uart which is coming in the directory "nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral...
Using Telia APN the following is added after bsd_init()
AT+CGDCONT=0,"IP","lpwa.telia.iot"
However, this AT command sent on the AT socket fails with "ERROR". Does the...