I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Hello,i have nrf518822 device,program the s130 (0.9 version).The centrel connect to the peripherals ,now have a problem.When pressed button1 the {event_handle(BLE_GAP_EVT_CONNECTED...
Hi everyone, I took a nrf51-ble-app-lbs-throughput-test-5.1.0 example from github.com/NordicSemiconductor; I want to send data not only with the push button but even after...
Good day
I can't see my beacon on my phone after downloading the app. The beacon is on but still can't be recognised on the phone.
what might be the problem?
Tsh...
I have an nrf51-DK with an external Temperatur/Humidity sensor. Data is received over I2C. The goal is to save data 6 weeks. I will also need the SoftDevice S110, because...
I will use ADC / Button function over SoftDevice.
below by source.
the thread is repeated not go beyond the conn_params_init.
#define ADC_SAMPLING_INTERVAL APP_TIMER_TICKS...
Hello,
I am working on s130 softdevice(SDK 6.1.0.0 and nRf51822 &nRf51 DK). I have one peripheral and two centrals. but the data from peripheral should be read from only...
I find this function.
tx
void ble_send(uint8_t * data, uint8_t length)
{
ble_nus_send_string(&m_nus, data,length);
}
ble_send(&data_array[0],10);
but I don...
Hi, I'm trying to run ESB during the timeslot api requested slots.
The problem is that BLE uses app_timer, which uses SWI0 for the callbacks, and at the same time, ESB also...
Hey , I am working on nordic nRF51822 chip and using it as an iBeacon. I want to send some custom data apart from UUID,major,minor in the packet. How can I send it ?
As in...
When I try to set a breakpoint in eclipse by clicking on a line, gdb tells me in the eclipse "Console" window below the code: "No symbol table is loaded. Use the "file" command...
Hello,
I have three custom services. I wanted to add descriptions to the characteristics for easier testing and debug, so I used the typical method to add descriptions...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi
I'm trying to test UART over BLE using the nRF51-DK and the sample code "ble_app_uart_s110_pca10028 (nRF51 PCA10028)" along with both the nRF UART APP for both Android...