I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
Calling the lte_lc_connect() function eventually leads to the code breaking on:
fault_s.S line 104
#elif defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE) /* force unlock interrupts...
Hi I am using NRF52 board to interface analog sensor and this board further transmit the data ro sink node. I am using saadc example but unable to get callback or my interrupt...
We have a set of custom boards I am working on debugging. I was able to get our software onto the device via nrf jprog tool by uploading a merged hex file (with SD + bootloader...
Hello,
I would like to turn off the logging to UART0 completely on my custom device.
In the past, I have been able to do this using various config options and reduce the...
Hi!
I am currently playing around with the example combining uart and MQTT from this thread , and it seems to work okay. But when i try to send more than 10 characters over...
My end goal for development is something like the following.
Master sends 0x00 slave sends back 13 bytes of data. Master sends 0x01 slave sends back one byte of data....
Hi,
I need to use the cryptocell in a project with a preemptive OS. Are there any relevant code examples available, or at least some general guidelines and precautions ...
Hello,
I would like to implement the network time synchronization from the Openthread API to the existing simple_coap_client example from the Thread and Zigbee SDK. I'm...
Can we increase the packet size in Nrf52 Beacon example ? I want to send UUID=16 Bytes + Major=4 Bytes, Minor= 4 Bytes + RSSI= 1 Byte i.e Total = 25 Bytes. I am using SDK13...
Hi,
Due to several reasons, we can't use the crypto API:s provided by the NRF_SDK (version 15.00) so we are creating a "driver" for direct access of the CC310 via the CRYS_...
Dear Sir/Madam
Currently we are working with nRF9160-DK it is having nRF52840 Board Controller. in this We want to use NRF52840 as a BLE functionality.
We want to develop...
Hello All,
I am writing a custom mobile application, in which i am planning to receive the data from NRF52832 DK and do some task accordingly. But for that i have to pair...
Hello,
I use a Bluetooth chip nrf52832. I want change the name of the device with the UART port from my Windows PC, but I don't find command or byte to change the device...
I've managed to find some magic numbers/commands for working with nRF5x devices using the CTRL-AP interface, but having no such luck with the commands on an nRF9160. I've...