Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
All nRF5340 reference designs use via-in-pad structure. Instead e.g. nRF52840 has reference designs which can be used with through hole PCB.
nRF5340 seem to have 19 IO's...
Hi,
I'm trying to do a very simple thing - setting those pins as high or low,
but I see that it simply does not work for those pins, I see no change in led state that...
I am using the SLM app from the 1.9.1 SDK.
I connect to my MQTT broker using TLS offloaded on the modem. I subscribe to a topic using QoS = 1 Then if a message is published...
I have been trying to get mqtt to stay connected without activity for more than 30 minutes. any keepalive value over 30 minutes just results in mqtt discoonection. tried with...
On a custom board, I've got 2 inputs connected to an external pullup and a pad. One in is P12, one on P21.
When I short the pad for P12 with GND, that input read low, that...
Hi,
I tried to access Nordic devzone, yesterday and today, but got an error message that "the page cannot be displayed because of an internal server error has occurred...
Hello everyone!
I am trying to figure out how SPI drivers for Bosch bme280 sensor work... I would like to somehow recycle them to write my own SPI drivers for another device...
Hi Nordic,
Using nrf-connect 1.9.99 and Zephyr 2.7.99 (*** Booting Zephyr OS build v2.7.99-ncs1-1 ***)
I am using then nRF9160-DK and everything is fine. Getting 40uA...
I'm running Manjaro Linux and have ran through the installation instructions for the nRF Connect Desktop. I have separately downloaded the Segger JLink software as instructed...
Hi Team, In my project i am using nrf52833 and i have established a network using Open Thread protocol to communicate . I am able to pair my device with the network. One scenario...
Hello, I am using 52832. There is an external interrupt count with a maximum frequency of 1kHz. I have two hardware. One I transmit to the mobile phone at an interval of 50ms...
Hello sir ,
i am trying to build file from given sample code file name is "azure_iot_hub" , i don't make any changes in this file .
on adding build configuration it show...
I have an issue from few days with the nrfCloud.
I am not able to see the live data from my devices.
However historical data is available up to the last sending so the...
I can't quite seem to figure this one out.
We've got the APP_ERROR_CHECK macro on our functions that return NRF errors. When there is a genuine error, the system does not...
Hello, I am trying to communicate with a Bosch BMI 270 device( datasheet ) using the nrf5340dk. I originally tried to use I2C since there was an example file available for...