Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
Hello,
I am developing a project with a host processor and Minew BT module with NRF52811. The module and the host processor are communicating via I2C (TWIS). The host processor...
Hi,all
As said above, i've tested two laptops, and this situation happened. I have no idea why this will happen. Is there may any problem with the c onnection parameters...
I used stm32 as master and nordic board as a slave , in stm32 i used spi2 where my configuration is , baud rate is 4MBits/s , clock polarity high , clock phase 1 edge and...
I am trying to locate documentation that has recommended solder paste and reflow specifications for the QFN package. I see there was a similar request made quite some time...
Hi,
When looking at the release notes for the latest nrf9160 modem firmware, it says that the B0 devices are for development only, and B1 for production. I have a number...
Hi there!
Back again with another question. Now that I've finaly managed to get the Bitmap image to show on the display (ST7735), I noticed the playback of audio from the...
Hi What is the better way to add multiple generic on off element to light switch server application. currently planing to add seperate simple_on_off_server_t m_server_x and...
Hi~.
I have an inquiry about sleep and wake up of the nRF52840 in high voltage mode.
Hardware and power design configuration
I am trying to use high voltage mode by...
When the application is started I get the following error:
<error> peer_manager_pds: Could not initialize flash storage. fds_init() returned 0x860A. 00> 00> <error> peer_manager...
Hi there!
I have an SD card reader and ST7735 connected to an nRF52850 DK, both working fine. Furthermore, I 'm using ARMGCC in combination with Make, nRF5 SDK, nRF SDK...
Hello everybody,
I´m trying to add a custom service to the ble_app_buttonless_dfu example in sdk 17.0.2 . Therfore i increment the NRF_SDH_BLE_VS_UUID_COUNT but this results...
Hello, I´m using nRF52DK BLE module with ContikiNG and I seem to be having issues when trying to connect with the device using the mac address. I´m trying to setup the basic...
Dear all, I'm new on nordic and I have to combine a bootloader BLE+UART. I read some threads but I can't to combine UART + BLE. Can I have an help?
Thanks in advance
Hello,
I am trying to configure my own bootloader for DFU, i use the secure_bootloader_ble_s132 as an exemple for nrf52832 DK.
after i flash the softdevice, the app...
Has anyone done multiple mqtt client connections from an nrf9160? Is it simply a matter of using the mqtt api and defining multiple client structures with unique rx/tx buffers...