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...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
What's the easiest way to view all logs and error messages using USB serial connection app like putty, on the nRF52840 dongle?
What drivers and functions do I need to enable...
What level of risk is involved with brownouts for the modem? We have seen some modems in the past which have bricked themselves when a brownout has occurred when performing...
Hello, I want to inquire about the functionality of nRF52833-DK if I want to communicate between transmitter and receiver for locating position of receiver using BLE (Bluetooth...
Hello ,
I am interfacing the nRF52832 with winband spi flash . I can able to read the device manufacture id but i couldn't able to read the data from the device . I am getting...
Hi,
I am using the nRF52840 to sample some channel.
I am using the nRF5SDK160098a08e2 for that and based on the saadc example.
These are the results for my tests....
Hi there,
I've been unable to find a good example of what settings are required specifically to ensure that a characteristic's value can only be read and notified in an...
I have a question regarding the nRF Toolbox App v5.0.2 on iOS 14.1 and the Cycling Speed and Cadence demo app. It appears to be that the km/h calculation based on the CSCS...
Hi
I have created 4 threads in nRF9160 application, I have to go to sleep if none of the thread is running.
For this how do I check whether the created threads are running...
Hi, We are working on nrf5340 with the nrfx I2S implementation. We have configured the I2S IRQ for every 5 miliseconds. However, we have observed that successive IRQ introduce...
We are testing the combination of hrs example and the code in the butonless example. When I tried dfu after putting the code together, this error occurred. What does this...
I am trying to interface the microphone with nrf52840 and using the PDM interface. After initializing the module (nrfx_pdm_init) and then set the buffer , I do see clock and...
Dear Sir.
I have some boards that work with nRF9160 and Chipsim.
Some work fine.
Using MQTT application
With two boards I get the errors.
ERROR: getaddrinfo failed...
I am new to the nRF5 SDK. This is my first time using nRFX SPIM so this may well be a beginner error.
I'm using SDK version 17.02 and I am using a nRF52840 module.
I...
Board: nRF52840DK
SDK: 15.3.0
Softdevice: 6.11
I am trying to increase the MTU size in order to read more data on the peripheral. I have tried to increase the NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
The SDK version I use is 15.3. And I tried to add the following code to the ble_nus.c
But it didn't work.There is no characteristic 0x2901. I don't know what's wrong....