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,
I send 32 bytes of data in 4 milliseconds via UART. Peripheral sends this to ble_app_uart_c for a certain period of time. But after a very short time there is fatal...
I have 3 boards(1-board is configured with 2 client instance and 2 sever instance acting as control model for own model) (2 - board configured as client and server (control...
We're having thousands of products in the field that require an update to SDK15. We provisioned the bootloader with ample space (0x5000), which amounts to 20480 bytes. The...
Hey,
after playing around with the nRF9160 DK and its TrustZone features i want to share my blog post:
https://www.lobaro.com/using-the-armv8-m-trustzone-with-gcc/
This...
Hi All
As facing some problem during developing multiprotocol project about gazell host and ble. I am using the example project "multiprotocol" and i finished the ble part...
I have seen this question asked before, but no definitive answer given. I have followed the guide for setting up the nRF sniffer and it is able to see the Bluetooth Mesh packets...
Hello. I ’ m looking for Bluetooth product and lucky to find out your website.
Currently we have a project need 3000 pics. But we have some question about the Bluetooth...
Hi evereybody,
Is there any example code to use RTC driver (from SDK 15.3) in order to have several logic timers? I would like to use them to create event to execute timer...
In migrating a project from SDK 14.2.0 to SDK 15.3.0, I've found that one of my drivers has broken. It's a driver for a GPS module and uses SPI. My test for the driver is...
Hi,
DFU update with android ver of nRF Connect working but for IOS ver of nRF Connect not working.
HW: Custom nRF52840
SW: nRF5_SDK_15.2.0_9412b96
demo: (ble_app_buttonless_dfu...
When pin AC13 is configured as an nRESET pin, is an internal pullup enabled? I don't have an external pullup on the pin currently and our reset circuit works so it seems like...
Using the BlueZ Python example in BlueZ /test/example-gatt-server with the dongle nf52840 will fail with " Failed to call gattsExchangeMtuReply (NRF_ERROR_INVALID_PARAM)"...
I have attached the code.
I would like to compare one of the external inputs to an internal reference. Is there anything else to do to make this work? Maybe configure the...
Hi, I'm having trouble transmitting packets with GTS enabled using Nordic's IEEE 802.15.4 MAC library. I don't have an isolated sample app I can post yet so I'll just describe...