Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello everybody,
I'm developping an application using nRF51 Development Kit with S130 softdevice and I'm looking for the power profile of scanning event. I understand that...
On 51822 : tt seems to me that I need to call sd_ble_gap_adv_start before I can use uart...
Do I also need dtm_set_timer etc to start uart ?
Thanks
Thomas
Hello Everyone
I have an issue when reading the value of an attribute using sd_ble_gatts_value_get, where if the connection has been lost, the call will block for ever...
Hi,
I have product that uses the S110 stack for communication. However I really need to lower the energy consumption and I am trying to make a minimal BLE implementation...
It's not clear to me from the documentation what a 'user' with regards to the APP_GPIOTE_MAX_USERS define used when calling the APP_GPIOTE_INIT macro.
If I would like to...
Hello, Nordic staff,
I work at UART(Host PC_A)<->BLE(S110)<=> BLE(S120)<->UART(HostPC_B) product(like a SPP profile of Classic BT) using a S100 and S120.
I use the flow...
I recently purchased the nRF51 DK and the NRF51-DONGLE. Would you please advise how to use these two devices. My goal is use the nRF51 DK to programmatically control the Reset...
When I call nrf_gpio_pin_set(LED_1), the LED is turned off and when I call nrf_gpio_pin_clear(LED_1) it is turned on. Is this expected behaviour? I can't find any schematics...
Hello,I changed nrf51822 firmware and NrfUart API .Now nrf51822 dongle and beacon can comunicate between them .Beacon transmit notification data and can receive a command...
Does nrf52 SoC consumes the same current at different supply voltages(assuming similar operating conditions) ? For eg what is the difference between operating the nrf52 at...
Hello,
I've just received a new nRF51822 EVKIT and I'm trying to run the blinky project example.
I have installed uVision 5.11.10, the Segger Drivers and the Nordic SDK...
Hello,
I want to use a mobile Bluetooth as a transmitter and the dongle of nrf51822 s110 (pca1000) as receiver using master control panel and just read the RSSI values...
Dear All,
Can we used GPIOTE Channel for Both Task Out and Event IN functionality if yes how can anybody use?
I want to make 15 External Interrupt using GPIOTE module...
I am wondering where I can find the temperature dependent behavior of the ADCs on nRF51822. I observe the ADC readings vary noticeably even when the die temperature reading...
Hi Nordic,
Where is a bug in bsp.h nRF51 SDK 9.0.0 and I think it was were before as well:
LEDS_NUMBER equal 0 causing a compilation error.
In Line 59:
#if (LEDS_NUMBER...