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 ?
Hi All,
I am doing a BLE Mesh development project with nRF52840. SDK version: nRF5 SDK v15.3.0 & nRF5 SDK for Mesh v3.2.0
Case 1:
- IDE: Keil
- Example tested: nRF5...
Hi,
Im working on a configuration where role switching is neccessary.
The following is expected:
- all nodes will be advertising when "idle"
- nodes only need to...
Hi,
When the ble_stack_init(); is called the eeprom flash read/write/erash gets hanged.
But when commented ble_stack_init(); the eeprom flash read/write/erash works...
I recently got a Thingy:91 and activated it. Now I am installing the tools to work with it in my system (Linux) following the nrf Connect v3.3.0 Getting Started Assistant...
Good day. Can I get SES free licenses for multiple devices while evaluating a single development kit or the free license can only be requested for a single divice?
Hi, I use the nFR52832 chip to design as the MCU of my prodcution, it has 8 scan whitelist for user. But I want more number of whitelist for my prodcution. So ,Could you tell...
I have set up the NCS toolchain, followed the instructions to update the JLink DLL in SES, and successfully built/flashed a few examples to the app core (ie. debug/ppi_trace...
I would like to send TCP message with 50KB message size. I saw that maximum size was limited by CONFIG_HEAP_MEM_POOL_SIZE which was 16kB.
Is there any way to send that message...
Hi,
we are experiencing unexpected behavior during sleep entry. Following pictures were taken using an oscilloscope, our device sends a radio transmission every 150 ms...
Hello,
I am trying to sample and reconstruct an audio signal using the SAADC and I2S respectively. I have a double buffer setup for the SAADC, where we process the data...
Hi,
I've noticed several times now when the NRF9160 comes out of a PSM sleep cycle that when a call to an underlying socket connect(), or nrf_getaddrinfo() call (whether...
HI,
I am developing an application with 7 transmitters and 1 receivers. Transmitter are nrf52832 with MPU9250 IMU (Holyiot YJ-18008) . I am hopping to each transmitter...
I successfully compiled and loaded the UART/Serial Port Emulation over BLE example on an AdaFruit Feather board.
I can connect to the Nordic UART Service, then send data...
I have built my application on ble_app_uart in keil in SDK 14, so I just did the same and copy-pasted my code into the latest ble_app_uart example built with ses in SDK 16...