I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
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...
In my application,the end product is given to the user with a static passkey. We need to give the user the provision to change the passkey .currently i run the code of static...
I seem to be having trouble running the buttonless DFU example on the nRF52833 DK (pca10100). It doesn't show up in nRF Connect as having dfu enabled.
I am using:
1) nRF5...
Hello,
I need an example of Timer and ADC for nrf5340. Already I checked this example but it is unclear and also has some error with semaphore. could you please give me...
Hi
Currently we were looking for buying Laird 451-00004 dongle to be used with PTS software. Since the device is not available with any of the distributor. we are approaching...
chip:nrf52840
SD:S140 6.1.0
SDK:nRF5 SDK v15.2.0
ASSERTION FAILED often appears in my firmware, connecting J-link in debugging state or turning on NRF_LOG and outputting...
Hello, I am using FDS to store three int32_t numbers. Here is my code for storing :
Here is my code for reading :
Here are the logs (stored values are the correct...
I'm having trouble sending more than 256 bytes over TWI.
nRF52840 SDK17.0.2
Used Function :
I have to send 8,208 Bytes continuously through the TWI interface in the...
Hello,
I'm trying to establish a connection with my own MQTT brocker on MQTT Box. I change the config on the prj.conf and on Kconfig file, like this :
But when i rebuild...
I downloaded the CIAA Layout and BOM resources from this page: (1.0) https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52832/Download#infotabs . I opened...
Hello there,
I cannot manage to activate my SIM card. Can I get some help?
* Tried outside of my company firewall? Yes, to no avail.
* Tried entering only the first...
When NRF52832 as SPI Slave, how can I know how many bytes the slave should read,the API nrf_drv_spis_buffers_set(&spis, m_tx_buf, length, m_rx_buf, length)),does not have...