I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
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...