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
Hello, everybody.
I'm working on combining the nRF52840 and the GPS module and are currently developing a program that stores real-time GPS data in an external flash memory...
Hi,
We are planning on upgrading the firmware on our device from Mesh v0.9.2 to Mesh v3.0.0 via BLE.
Specifically, our current stack uses: - nRF5 SDK for Mesh v0.9.2 ...
IPhoneX sometimes goes into the ble_evt_handler auth_status event, and then p_ble_evt->evt.gap_evt.params. Auth_status.auth_status!= BLE_GAP_SEC_STATUS_SUCCESS, other iPhone...
I am unable to compile any SDK12 example with SES even following the tutorials. Versions in tutorials are different from those actually available resulting that menus shown...
What is the difference between the twi_sensor example and the twi_master_using_app_twi example? Where do I find any documentation that describes the available functions for...
Hi
we are currently designing a device using the nRF52840 and are looking for information on the most cost effective way to do large scale production testing.
will we...
Hi,
I have an issue with pinging the nrf52 (PCA10040)(with mqtt_pub loaded), from the PC on the LAN to which the Raspberry Pi is connected to.
I can ping the nrf52 from...
Hi, I've followed the tutorial on https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial . I got to the end of the tutorial...
Hi,
In your reference design: https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/ref_circuitry?1070#unique_1780233596
There is a line from DEC2 to...
When I debug my product ,using nrf51822, using the ble_uart example, my product will using MCU commnication with BLE,using uart.
When I modify the PIN of the uart TX pin...
Hello:
I am working with my sales contact at AT&T in the USA. I mentioned this module and that it was going through certification. Before I moved forward with the carrier...
Hi,
I'm using an nRF52840 dongle with pc-ble-driver on Linux. It has connectivity 6.0.0 with S140. I tried the heart rate collector/monitor example pair (I have two dongles...
Hi folks,
We are in the process of evaluating nordic chips for our product.
One of the features we need is the ability to record an audio sound from an Ios app, send it...
Hello,
I have got nrf Power Profiler Kit for power consumption testing in our application board. I have a question regarding its output voltage for DUT devices. My application...
The project I am working on is to store the data acquired through BLE_uart_c and the data collected by the sensor on SDCard. I use FreeRTOS. The problem is described as follows...