Hello everyone,
I am a beginner looking to dive into the world of HID (Human Interface Device) development, specifically using the NRF52840 microcontroller. I recently...
Hello guys! I am testing the NRF52-DK along with the dongle for a IMU tracker device. I am new to zephyr, nordic and BLE and having some troubles understanding zephyr and...
Hi, not exactly a problem rather it is question on whether this setup is suited for what I want,
I want 3.3V for the device and sensor systems, possibility of reducing...
On the nRF5350 I'm currently seeing about 30 kB throughput via bt_l2cap_chan_send. It seems that could be optimized to over 100 kB. I'm looking at some values in the l2cap...
When doing the scan of all possible Bluetooth devices on nRF Connect for Mobile, our custom manufactured Bluetooth wearables are not consistently being found. When by chance...
I keeping getting errors in Output terminal from nRF Connect.
I work on multiple projects in multiple different workspaces. I keep getting errors about the manifest file...
One of our products that's been in the market for a couple years is a bit behind on the NCS version (v1.4.2). I am currently doing the 18031 RED Cybersecurity documentation...
Hello! I am trying to develop on the nRF51822 eval board as called PCA10001. The programming interface I use is uVision4 on win7.
I would set a static PASSKEY for the pairing...
When I successfully bond with an Android device, then disconnect the Android device, the following attempt to re-connect fails. It appears the chip enters some internal error...
Hi,
after i get eclipse to debug (thanks to cocoa) i need to make a new project. What option i have to choose, to create a new project to run it on my nrf51822 evalboard...
In the nRF51 reference manual, page 59 shows the config value for pullup is 2 (upshift by 2)
In the file nrf51.bitfields.h, at line 2339, we have:
#define GPIO_PIN_CNF_PULL_Pullup...
Hi,
I'd like to add some custom data (25 octets) to the nRF8002 advertisement packets, using the vendor specific data type (FF).
Is this possible in some way or do we...
Hi, I am trying to enabling a notification of an attribute(once the attribute changed, the server will push the new value to the client) and I learned I have to first configure...
What's the proper way to implement bonding that depends on proximity (rather than a whitelist)? So when the client (phone) is close (say, five to ten centimeters) to the server...
I download uart sample from Nordic developer zone . at devzone.nordicsemi.com/.../is-there-a-serial-port-profile-for-ble
Because you had build the uart profile and iOS...
Hi,
I just started with the nrf 51822 eval kit. I've used keil before and am using the evaluation version. The Blinky example compiles, uploads and can debug fine (step...
Hi everyone:
by default , when a port(Port0) setting to output mode.
when i want to read the port(Port0) ,
i will get the port Output state. but at the nRF51822(NRf6310...
I have the nrf51822 eval board and I am just trying to download the blinky project. I have followed the quick start instructions in the nrf51822 user guide but every time...