HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi everyone,
I have created a BLE connection utilizing E73-2G4M04S1B module from EBYTE with nRF52832 as its core.
My problem is its low range which is limited to 15meters...
I'm trying to figure out why my Xbee3 module can't connect to my nRF52480 app. I built the app using SDK 7.2.0 and Segger and it runs great. I can connect to it from nRF tools...
Hi,
I am using app_timer and SoftDevice in NRF52810.
I am storing app_timer_cnt_get() value after releasing button and after completing BLE Advertisment.
as I am starting...
Hey all,
I have started working with this board around a month ago, and start to understand it little by little. I have a program that communicates with a display over UART...
Attempting to program an nRF52840 dongle with sniffer_nrf52840dongle_nrf52840_7cc811f.hex, using nRF Connect Programmer v1.4.8, on Windows 7
Upon clicking "Write", the red...
HI,
I am trying to use STTS751-1DP3F temp. sensor with nr52832. The drivers for sensors are given on:
https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree...
I have some old production code that uses s110 v 5/6 and SDK 8.0.0 (perhaps - no one seems to know). The production device has never been able to do a bonded reconnect correctly...
Hi,
Your online power estimator only concerns nRF52840/832/810.
How to get a value when using nRF5233 with CTE activated for AoA ?
In other words, what is the additional...
I'm trying to create application for working with nRF52 device. I have completed provisioning mesh success, and receive notification message about success operation (work...
I know that SoftDevice 110 is old but I am stuck with it as it is on a production device with nRF51822. For some reason when I call sd_ble_gap_adv_data_set() with a non NULL...
I am developing software with the following features.
Communicates between two boards with nRF52840, nRF5 SDK 15.3.0, and its S140
Activate both extended advertising...
When I use this setup, when the specified duration expires, should I get a BLE_ADV_EVT_IDLE event? I don't seem to get one, even though I'm testing for it. SDK 17.0.2 / S...
Hi,
I have 4 sensors on my custom board and I'm planning to use BLE. I want to read data from all 4 sensors every 200ms. I'm planning to use app_timer for that and read...