Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
Hello, I have been working with nfc libraries. In the below code you can see the my main function. In the Set up NFC part, nfc_t4t_setup(nfc_callback, NULL), nfc_t4t_ndef_rwpayload_set...
I'm playing the peripheral example hrs.
I find that when it received a enable notify(that is write cccd handle to 01 00) from the central, the code actually doesn't do anything...
Hi
I'm installing SDK1.5.0 in Toolchain Manager 3.6.1, but I've been stucked at this stage :Updating tinycbor repository for 3 hours.
I think something wrong here, thanks...
I am new to BLE and Nordic.
We are trying to develop with SEGGER + PCA10040.
Is there any way of debugging more than one set of PCA10040 "at the same time" on just one...
Hi ,
I have a project there wtih 2 devices , which is 1 slave and 1 master for Immediate alert service. the master will scan the slave for connection , but I don't know...
Hello.
After pairing with a tablet or computer, if you leave it for a few seconds without operating it
I wrote out the cause of the disconnection by debugging.
"Error...
refer to: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk%2FUG%2Fnrf91_DK%2Fboard_controller.html devzone.nordicsemi.com/.../problem-with-uart0-on-nrf9160dk...
We have a hardware with a few external sensors and devices, such as displays, accelerometers, etc.
These devices are initialized within Zephyr, before our main loop.
For...
Hi,
What I would like to do:
I'm attempting to compile pc-ble-driver connectivity firmware with S132 v5.0.0. Following the instructions on the pc-ble-driver repo on Github...
Hi All,
I am using nRF52833 to make a Thread end device, and encountered a problem with the Thread network configuration in NCS. I want the device to connect to the Thread...
Dear Nordic expert,
I'm using nRF52840 as central with SDK 16.0.0.
I establish a connection with a peripheral (phone) and then I need to drop the connection. I set a timer...
Hi, everyone on the community
When using the BLE_APP_UART example, the serial port sends a packet of data to the mobile phone every 10ms, resulting in the device disconnecting...
I want to have a very stripped down version of the cat-tracker-app that just deals with settings, so I can import what is useful to an existing web application. I am new to...