I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
Hi, I want to enter the DFU by setting the register.But when the sd_power_gpregret_clr and sd_power_gpregret_set are set to set the register, and the err_code is 0x02 is returned...
HI
dk:PCA10090 0.8.5
modem: mfw_nrf9160_1.2.3.zip( This DK board supports modems up to this version )
ncs v1.9.0
example :serial_lte_modem
The NB card has been...
I added DCDC-enable to ble_app_beacon and measured the current consumption. As shown in the figure, spike current is generated during advertisement transmission. what is the...
Greetings,
I am running the "ble_app_template" example on my custom board using SDK v17.1.0. I am trying to figure out how to wake up the MCU from the SystemOFF sleep...
I currently am working on a BLE device in which I am trying to set the Service and Characteristic UUIDs. Here is an example of what I mean:
As can be seen here, the Service...
Hi there,
I'm in the midst of migrating between SDK14.2->15.2, and SD 5.1->6.1
I'm calling sd_flash_write() and sd_flash_page_erase() before enabling the SoftDevice with...
Hi,
I start a new design using the nRF Connect Sdk instead of the nRF5 Mesh Sdk.
Is it possible to provision a device over the mesh network using the NCS (like the PB...
After LPN publishes message, NRF_MESH_EVT_LPN_FRIEND_POLL_COMPLETE event is generated five times. Also I noticed that instead of transmitting single publication message LPN...
Hi,
We have a problem with a nrf9160 connected in NB-IOT with a bad signal.
During the debugging session to try to figure out what happen, we saw that the mqtt_evt_handler...
Hi everyone,
I have a problem since a couple of day with an interrupt of app_timer not triggering when adding a BLE central to my project. The device is working well as...
If I can get time through WiFi then send it to the nRF5340 and place it in a Struct TM. is there any method to have the nRF5340 maintain the time/calendar from that initial...
I'm sorry. This must be trivial to all of you. I'm a beginner with nrf52 programming, and I saw several examples that refer to timers TASK_START, TASK_CLEAR, TASK_STOP. Everywhere...
Our device has both a 9160 and a 52840 on it.
The 9160 is running the stock serial modem firmware on it.
The 52840 is running a custom handler for AT connection targeted...
Hello,
We are doing some network quality tests on LTE-M with PSM off and notice loss on UDP between 0% to sometimes 15% on simple udp messages sent every 10 seconds from...