Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
In the Example "ble_app_cts_c_s132_pca10040 " messages are send to the UART output, by default the UART Hardware Flow control is active. I would like to disable the Hardware...
We have designed a product using Nordic's nRF51822 and will be selling into Korea and Taiwan market.
Recently, there is a new requirement for us to provide antenna radiated...
Hi
I started form the lbs example to build my application. I have now the following problem:
apparently the button_event_handler is only triggered when the device is connected...
Hi,
I have searched the forum, but still I cannot find answer to my question. I designed my custom board for nRF51422 and want to work with ANT (softdevice 210) (I have...
Hello everyone
i want to create button fucntion press the button for 3 seconds and then it has to start advertsing but i have excuted the button fucntion but it si showing...
I'm a new at BLE. So, as I know from bluetooth spec v 4.1 there is a opportunity to establish multiple connections to the same peripheral device from several central devices...
I want to send 500 bytes(chunks of data) for specific event so when I get new 500 bytes from sensor firmware should send all of those bytes over BLE service in proper order...
This thread provides some references for those of us who need to have firmware that runs on multiple releases, but don't necessarily know what revisions are in the field....
Hello,
We have the following Problem to solve in general:
A device should control the exhaust system in a vehicle.
This device needs to retreive the engine RPM using a...
Hi
I have a brief question to which I'm not able to find a clear response: When the SD send a notification of a change in a service value, this notification has a confirmation...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Hello,
As far as I can tell, the NUS app sends a signed char of value -127 to 127 in decimal. Is there a way to use the stock UART application to send an unsigned byte...
Hi Noridic,
I follow the Application note Nan_36 and download the nrf51-ble-app-lbs project as a practice, but the compiling is not smoothly with SDK 9.0. I finally fix the...