I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Last few lines of log
After looking into error code it shows 'DFU_END_ERROR_UNAUTHORIZED'. I followed procedure from here . Am I missing something here. Have flashed my...
how can i do a new characteristic ( all new 128bit-uuid )Under the same service
this is i try use nrf connect to do this , i hop add new different from NUS servic ( only...
I received the device and tried running the default asset tracker that was installed and kept getting these messages:
DEBUG modem << Connected to LTE network\x0D\x0A
DEBUG...
Hi, Why a smartphone cannot use Advertising Bearer to send/receive messages in a BLE mesh network? While it can do advertising for a normal BLE connection (pairing for example...
Hello, This is my third question in this respect and I have not received any response what so ever and I don't know why! It seems that the nRF mesh application uses GATT bearer...
Hello
I am trying to activate GPS on pca10090, VERSION 0.85, using asset tracker example, tag : v1.0.0-rc4
I get:
GPS initialized Starting GPS Enabling PSM PSM...
Hi,
We are using nRF9160 and want to use PSM & eDRX mode in one of our project. We referred 'Asset tracker Application' & found that lte_lc_psm_req() and lte_lc_edrx_req...
It would be great if I could move my project over to the Mac and use one less computer. But I wonder how well the tools work on MacOS platform. Are there any major limitations...
Hello,
the "Developing for nRF52810" user guide in the Infocenter says that to fully transfer a project to nRF52810 the defines DEVELOP_IN_NRF52832 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES...
Hi
i am new with nRF52832. i am trying to run fatfs example program. But it shows Disk initialization failed. what is the reason for it?.
i am using segger embedded studio...
Hi,
I'm using SDK 15.2 & trying to combine hid keyboard with custom gatt service, but it was not advertising. When I debug, it got stuck on the line below with error code...
Hi.
I'd like to use nRF52840 in our project. Can I use the SoC and Zigbee SDK for commercial?
UPDATE!
Have I any limits if I will use SOC and Zigbee SDK for commercial...
Hello,
I follow " Configuring and performing DFU over Mesh" instraction and face with error after trying to transfer new app: "No response after opening COM port".
I do...
Hi,
I am trying to merge dfu with Beacon application. I have added all the required file in dfu example, but I am getting linker error for bsp.o file.
I am using sdk 14...
m_cb.adc_state is set to NRF_SAADC_STATE_CALIBRATION inside the function nrfx_saadc_calibrate_offset(), but the value is never changed to NRF_SAADC_STATE_IDLE, even is the...