How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Im trying to detect power off. The signal power off looks like:
The time to get 0V equal 15seconds. GPIO EVENT and COMP do not see changes in the voltage level, they are...
Hi folks!
I'm working with a couple of nrf52832 on custom boards. I'm trying to implement a procedure for firmware updates. I've already played with the examples from the...
I have found many questions regarding passing bonding information from the application to the bootloader (e.g. https://devzone.nordicsemi.com/f/nordic-q-a/34497/dfu-with-bonds...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image.
I am using "twi_scanner" example code on Development kit. I connected HDC2010...
Errata for nRF52832 Rev 2 version 1.2, errata item 20, RTC: Register values are invalid, has a recommended workaround that i'd like to ensure i've implemented correctly -...
Hello,
I have a project that does what the title states, create a Mesh Network using the Nordic USB Dongles then provision a smartphone using GATT to access the Mesh network...
Hi All,
I have used eeprom(AT24c512) and spi(Winbond 25q16) in my Product.Usually all work working fine But sometimes my memory Behaves like volatile ;sometimes My Memory...
Building ‘secure_dfu_secure_dfu_ble_s132_pca10040_debug’ from solution ‘secure_dfu_secure_dfu_ble_s132_pca10040_debug’ in configuration ‘nrf52832_xxaa_s132’
Linking secure_dfu_secure_dfu_ble_s132_pca10040_debug...
Hello,
I'm trying to update the SoftDeivce used on our product from s140 v6.0.0 to 6.1.1, but am running into issues. Per the release notes it sounds like no updates / recompilation...
we use 52810 connect with iphone6, then read the RSSI value, it will disconnect with the iphone6.
reconnect the iphone6 and read the RSSI value, it disconnect again.
we...
After doing some reading, I realized that the light CTL server model does not contain the generic OnPowerUp set message. It is contained within the light CTL setup server...
After import a project in to SEGGER and included paths of header files
While compiling i got the error like below
sorry, unimplemented: non-trivial designated initializers...
Hi, I am using a system where I am using nrf52832 nordic chip. I generate a custom ble service using this ' https://github.com/bjornspockeli/custom_ble_service_example ' github...
Hello.
I would like to use the SPIS module on the nRF52840 DK. I configured it by following the examples given by Nordic.
When I use pins P0.14 (nCS), P0.15 (SCK), P0...