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 ?
Hello everyone,
I am trying to use the S340 softdevice in order to connect to an ANT+ HR. I would like to use proximity search.
It works fine for the first device in range...
HI
After the connection between the light-bulb and the Zigbee-Coordinator is completed, it is observed from Sniffer that both parties will broadcast regularly (as shown...
Hello,
I'm writing my own UARTE library because I need some functionality not offered in the SDK. But I came across a hardware behaviour I can't explain.
In my understanding...
Hi,
i use NRF52832
I used bootloader V5.4 and I don't see the prints I used SEGGER workspace
in sdk the settings set #define NRF_LOG_DEFAULT_LEVEL 4
what can I do...
Good day
I have been testing sample code code, but when compiling I get this error
nRF5_SDK_17.1.0_ddde560\components\libraries\uart\retarget.c:101:23: error: unknown...
I am plugging the nrf52840 Dongle to the USB port, the computer beeps as it recognizes a new USB device, but when I open the Programmer app from the NRF desktop connector...
Hi,
I am a very beginner in Python and BLE. I would like to use a nRF52840 Dongle to connect to a Bluetooth Device, send 6-Bytes data in the 1401 section and also perform...
Hi All,
i have been working on two i2c devices
1. MPR121, which has slave address (0x5A)
2. PCF8583, its address is (0xA0).
I am using Zephyr I2c api for the same...
Hi,
I would like to ask on where can I find or set the advertising duration or on how long the advertisement would last?
I am using zephyr, nrf52840DK. I want to be able...
Hello,
So, as per the requirement for my project I need to program the Thing:53 using Visual Studio code programmer following the instruction as provided in the below link...
Hi,
Is it possible to perform a HW reset of modem core inside nrf9160 device? If yes, how is this HW reset requested?
Thank you very much...
Regards,
Emerson ...
proj.conf:
nrf52840dk_nrf52840.overlay:
code:
Pretty straightforward. I've looked through the nRF52840 Product Specification and there is no mention of data bits...
From zephyr/samples/sensor/lsm6dso, I found the following code using sensor_channel_get(). API from sensor.h.
}
However, there are more driver API in zephyr/drivers...
Hello I don't see any change in RSSI with different TX power values under Zephyr. 1.9.1
It used to work with Nordic SDK 3.2.0 (see table below) The HCI API in Zephyr that...
On nRF5340, we are using Thread communication, Wifi and LTE-M module.
User can change the interface board, between Wifi or LTE-M module on the same UART bus.
& uart0...