I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
After doing a detailed review for the datasheet for nF51822, I can find no input leakage current specification for the digital inputs or ADC inputs. Where do I find this specification...
Hello,
for current consumption measurement of our PCBs, I created a special software. This software does boot up, puts SPI FLASH in power down and go to sleep forever. All...
Hi, Sir:
I am using nRF9160 for development, I would like to complete a COAP client,so I need to refer to ......./nrf/samples/nrf9160/coap_client. I installed NRF_Connect_SDK...
Hello, LTE-M modem firmware version 0.6.8-131.prealpha released which have a big advance.
Did the NB-IoT modem firmware which aligned to LTE-M 0.6.8-131 released?
Which...
Hi i am using ble_app_uart example in sdk 15.3.0 as far everything is fine even i added a app_timer for about 20 sec to advertise again but the problem is when i power up...
I'm trying to use the new ble_advertising_advdata_update from SDK 15.1 by doing
but I get NRF_ERROR_INVALID_ADDR
What do I need to do to get it to work?
Hello,
I use an nRF52840 that I program with Segger Embedded Studio. I am using J-Link driver version 6.44f.
When I want to connect to J-Link I get the following message...
Hi, all! After updating all libs can't flash. Have this error: Tested also with asset_tracker sample. Using runner: nrfjprog nrfjprog --ids Flashing file: /home/ilya/projects...
Hello Dear support,
Please help me with the error. I understand from the documentation that 0x11 err_code for nrf_drv_twi_tx() means invalid data. But I dont understand...
Development software:
1. SDK 12.3.0
2. 51822 module
3. GCC
Computer platform:
1. OSX
Hardware version:
51822AA
Description:
I used the original hex in the...
Hi,
we are developing on the nrf52840 using SES and SDK 15.0. This is a custom board. Softdevice is s140_nrf52_6.0.0_softdevice.hex
We are sampling distance with vl53l0x...
Hello,
I use the SDK15.3.0.
(nRF5_SDK_15.3.0_59ac345 -> example -> ble_peripheral -> ble_app_uart ->pca10040 -> s132 -> ses)
The default baudrate of uart is 115200bps...
I used SEGGER Embedded Studio ARM 4.16 to by mistake program a NRF52-DK PCA10040 with a PCA10056 example from your SDK collection. As a result, I now persistently get "Failed...
Hi,
I'm developing multiprotocol applications based on examples from Thread SDK: Proximity/CoAP server and BLE UART/CoAP client. All CoAP communication in this examples...
SDK version: 15.3
Soft-device version: 6.1.1
Hi,
I've been working on a low power application where every 10's of uA is important. My application requires SPI as...