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 everyone, I’d like to build native code on my Arduino Nano 33 BLE on a Mac, i.e. using the nRF Connected SDK and avoiding the Arduino Core/Mbed OS. I’ve followed zephyr...
Hi All,
I have successfully used notify to transfer 1 byte of data.
Now I want to try to transfer 1 array but I have a problem as shown in the figure.
Here is my...
I try to get the BLE OTA procedure working using the nRF52-DK board.
1. Using the pre-build example hex files in folder "nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_dfu_test_images...
Hello everyone
Currently I am developing the code for a gateway that collects data from various BLE devices. Some of the peripherals go onto pairing process, meaning that...
I was wondering if there was a JSON formatter that could take a string and convert it to proper JSON. I checked the cJSON library and it seems to only be supported through...
Hello,
It is being developed using nrf52833, SOFTDEVICE-s140, SDK-17.1.0.
There is no problem in port-0 during I2C communication using twi_sw_master.c
,but when...
Hello everyone,
In the scan.h file of the scan module there is the following function declaration:
I wanted to use this function but during compilation I got the error...
I want to use an nrf52805 in a central role (only 1 peripheral connected).
Softdevice s122 appears to be small enough but the nrf52805 is not listed on this page ( https...
I build example in gzll_ack_payload folder get error:
.\_build\nrf52810_xxaa.axf: Error: L6366E: nrf_gzll.o attributes are not compatible with the provided attributes ....
I run newest nRF53 chip as of writing with 1.6.0 nRF Connect SDK from nRF Connect Toolchain manager 3.6.1 using SES 5.50c.
I use a array of 5 rx-buffers (Increased from...
Hello there,
I am getting "No devices connected" error message when trying to erase and flash to Arduino Nano 33 BLE sense board using the nRF Connect for VS Code. I also...
Hi Guys,
I am working on the nrf52840 and using SDK 17.1.0 version.
i am creating the zip file of my application code using "nrfutil pkg generate"
It give .json, ...
Hi,
On the nRF5340-DK, i'm succesfuly using the example code:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README...
Hello Support,
I just started to play with the self provisioning "Mesh-Demo" sample to get a hang of the BLE Mesh. Since I am working on the nRF52480 DK and don't have a...
Is the Common Application Framework considered ready for production use? The fact the "Common Application Framework overview" page links to "Common Application Framework preview...