I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
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...