I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
How could make only with GPIOTE and PPI (without interrupt handler or timer/counter) reliable output that always let say on low to high transition of a gpiote input turns...
Dear Nordic Team,
I want to ask you about your plans for the NRF9160 chip. It is a fascinating device, but there is one possible disadvantage. Please let me explain.
...
Hello All,
Sorry for writing this.
It may be a simple thing which I am not able to find even after looking in the SDK so I am writing this.
I want to run SAADC example...
Are there plans for the azure_iot_hub library to support SAS tokens vs. x.509 certificates?
I was going to try to hack in SAS token support but was curious if this would...
Hi all
I'm in search of a PCB-Socket for the nRF5340 with the QFN-94 Footprint. Something like a Clamshell-Socket which can be soldered or screwed the PCB and lets you switch...
Hi,
Could you please help me with Reference Design / Document / White Paper regarding Tire Pressure Monitoring System implementation using stand alone BLE Communication...
Hi,
I am able to send AT command to modem using AT command interface API.
Is it like there is no AT command to send the data to http server? I am referring nrf91_at_commands_v1...
Hello, It is my first pcb with a rf-antenna. I have read some articles about the topic an came up with the following inverted f-antenna design ( ti inverted f-antenna ). ...
Hi,
Out of several Thingies 91 that we programmed with our software and security keys/tags two of them that had their battery drained seem to have lost their security tags...
HI,
If I insert in the main loop ( in the connection branch ) the instruction "idle_state_handle();"
for (;;) { if (flag_connected==0) { idle_state_handle(); } else {...
It appears that when the Dongle originally ships the Bluetooth advertiser is switched off.
ok i understand to download all kinds of software or some kinds of it to turn...
Hi all,
When I use the Bluez tool meshctl on Jetson nano(ubuntu arm64) to provision a nRF52832 device, failed at the authentication step, as follow:
the 16 octets keys...
Hi,
I am developing a mobile application using React Native for interfacing, configuring and doing FOTA over BLE. I want to know if you provide any BLE or FOTA libraries...
I'm trying to find the UUID for the 'Time Second 32' characteristic described in the GSS v2 available here , but I can't find it in the Bluetooth Assigned Numbers document...
I browsed the Infocenter and found 'lots' of information and the instruction to install nRF Connect so I did. I hadn't decided which DK I needed to do what I wanted so when...