Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I used 52840DK and SDK15.2 to test usb cdc, every thing goes will, but in rx event, it always missed first byte, for example, if send "123456", it just received "23456...
Hi everyonoe,
I would like to set a timeout for advertising, and catch this event. So I have
According to ble_gap.h :
uint16_t duration; /**< Advertising duration...
Hello,
Help me please, I have an issue with ATT MTU size.
When connecting Android (BLE client) to nrf52 (server) and ATT MTU is 20 bytes in max.
I have changed on...
I'm using SDK v16 on an nRF52832 and occasionally run into a SIGTRAP with my custom application mainly forwarding BLE traffic from/to UART.
It works fine, only after quite...
Hi teams,
I am finding a way to check whether a mesh node is currently able to communicate with other node.
We are planning to deploy many mesh nodes to proper position...
Hello! We are using the chip nRF52832 with the circuit recommended by Nordic Semiconductors, we want to implement the recharge of a battery by NFC. Without any data transmission...
Hi, I am trying to put nRF52832 in low power. My starting point is NCS v1.2.0 peripherial_uart app. When started I had ~300uA in idle mode, and that was because UART was always...
I've been trying to transfer a DFU update via serial, and I have gotten error 135 each time.
A colleague of mine got it working this january, with v3.1.0. Now, the same...
Hi,
1 - I don't understand why on the PCB layout example the track that is connected the L2 inductor is 762µm thick while the thickness of the pcb is 0.8mm?
2 - To have...
Hi,
We would like to know whether below programmers can be used to flash both NRF9160 application image and modem image. Also whether any command line support is there....
I'm using SDK 15.2 I'm trying to read two separate events configure in two separate pins ( PIN_1 and PIN_2 ) with two different handlers ( handler_1 and handler_2 ), like...
Hi
This is about missing information about current consumption for the GPIOTE peripheral in the v1.0 product specification for the nrf52840.
See section 6.10.5 it is empty...
Hi guys, I am trying to get Mobile network time and date using the NRF9160-DK 0.9.0 with the supplied iBasis sim card (in Switzerland) For this purpose I have executed the...
Hi !
I would like to implement UART on EVA board using MBN52832 SDK. Example usbd_ble_uart uses one UART for LOG printf. Please tell how to implement another UART on that...
modem fw v1.2.0 ncs v1.3.0 custom board
I'm trying to make a one-shot GPS app without assisted data by modifying gps sample app, and doing field test, but have an accuracy...