I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
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
Hi guys,
I am trying to get the PWM rocking. Everything works, but as soon as I define a nrfx_pwm_handler_t in the nrfx_pwm_init, my system crashes with the following error...
Hello Nordic Team,
We are developing a wearable device. We noticed spontaneous BLE disconnections every 1-2 hours. The error code is BLE_HCI_INSTANT_PASSED. I have checked...
We are starting a new wearable device design which will be worn by the user on the chest. We are looking forward to use NRF5340/NRF52840 based modules. The final design is...
hello together,
I would like to use this chip nRF9160-SIAA-B1A-R now only as LTE modem. But the modem should be controlled by two external MCU. Please see figure.
...
Hi support team,
Our purpose is to provide the modules to our customers. We have developped the hardware module based on nrf52832. Now we want to test the BLE mesh functionalities...
I used VDD channel to detected battery voltage, and the P0.5(AIN3) connect to a LED, But I found that after initialize SAADC, P0.5 cannot control output.
Hi Nordic
I have some questions regarding switch to Application on custom address.
The memory layout in flash is like this:
0x00000000 - MBR 0x00000000 - softdevice...
Hi, I am new to the nRF Connect extension in VS Code and I am having trouble including dealy.h header file to utilize a DelayMs() function. I found the delay.h in the sdk...
I am advertising some data, my hardware is minimum and there are no external interrupts.
1. How do I wake up after entering power save mode with __WFE(); ?
2. I also want...
Hi ,
I want to use above PMIC for Gotek tracker. But I have below questions:
1. Due to the IO limitation, can I use static high or low to configure the chip with VOUTB...
Hello,
We are working on a product that has UART and SPI integrated. We initialise the UART and the SPI at the beginning of the code and everything works fine.
However...
I am using the nRF52840 and the pair of Nordic BLE UART Demo projects ble_app_uart_c_pca10056_s140 and ble_app_uart_pca10056_s140
Please can you tell me how to change the...
Hello all, Currently I am developing a code for a BLE central device that is supposed to receive data from a weight scale (peer). The peer has a service with a custom 128...
Dear friends,
My 52840 DK flashed a serial example(nrf5_SDK_for_Mesh_v5.0.0_src\examples\serial) as a provisioner.
Now, I want to factory reset my provisoner by PyACI...
Good day,
We are trying to interface TCAN4550 to nRF52840 over SPI, and found that sometimes TCAN throws SPI error (underflow of read/write). Looking further, we found that...