I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
The Thread SDK is pretty awesome! :) However, It does has a bit of a learning curve for me because it only uses UDP instead of TCP.
While searching I found an MQTT variant...
We're developing on a custom NRF53 board. With the I2C bus disconnected from all peripherals, but with external 10k pullups connected, we get the following waveform when attempring...
Hello,
We are working on a research project in Sheridan College to create an indoor positioning system using BLE 5.1’s Angle of Arrival feature. We noticed that nRF52833...
Hi,
I am using the nrf52840dk trying to connect my bike power meter over ANT+, to then forward data to cloud (will be using the nrf9160dk and then the thingy91 once I get...
Dear Support,
I'm evaluating a tiny BLE chip that we can do:
reading multiple three SPI sensors: pressure sensor, accelerometer, and FRAM.
So with your BLE chip...
Hi,
Using 52833 it seems that sometimes the radio quits responding, ie, it is in NRF_RADIO_STATE_DISABLED state and there is
no obvious way to get it out of that state...
Hello,
I'm trying to program the ble_app_uart example program from SDK 17.0.2 in Segger Embedded Studio using softdevice 132 to a custom PCB (with the nRF52832 chip) using...
Hi,
I am using nrf9160 to handle the MQTT protocol and collect the data packets from another microcontroller using the UART interface.
Sending the data to the server using...
Hello all,
since Tuesday I'm trying to get the example project ble_app_uart_c (SDK Version 12) running. Meanwhile I can compile the project without errors, but when I flash...
I am trying to set up the nRF52840DK to interrupt on the comparator input on A0 going above the threshold. I figured, I think, how to set the comparator up but I am havin...
Hello Nordic Wizards,
We are in the final throws of a project preparing to go to market. However we have identified a "strange" problem.
if the batteries driving the board...
I keep getting this warning message while I'm running the peripheral_uart sample on a nRF52820. Anybody had experience with this? I assume it has something to do with my heap...
Hello,
I would like to synchronize my mesh server's current time with my smartphone. It is possible using nRF Mesh Mobile Application ?
I saw on the mesh models list that...
Hi, I want to use TrustedFirmware-M as a secure backend for an application that uses Mbed TLS in the non-secure domain, and this seems to be artificially limited - the MBEDTLS_USE_PSA_CRYPTO...
hiii,
I'm using the light switch example from the mesh SDK, version 5.0. I've successfully configured the client and the server using the nrf mesh app. however, my client...